summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Marek Srejma (slacksam) <sam_web@yahoo.de>2016-08-22 22:03:42 +0100
committer David Spencer <idlemoor@slackbuilds.org>2016-08-28 00:22:59 +0100
commit3e2597317251910f25367c86641be6397be9751e (patch)
treec7121f9a700cf23621bb60f470c4c4290fc7c019 /system
parent66425fcca7ba37aeb4cc028869fe73a655bca068 (diff)
downloadslackbuilds-3e2597317251910f25367c86641be6397be9751e.tar.gz
slackbuilds-3e2597317251910f25367c86641be6397be9751e.tar.xz
system/simpleburn: Updated for version 1.8.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/simpleburn/README9
-rw-r--r--system/simpleburn/doinst.sh6
-rw-r--r--system/simpleburn/simpleburn.SlackBuild21
-rw-r--r--system/simpleburn/simpleburn.info6
-rw-r--r--system/simpleburn/slack-desc4
5 files changed, 25 insertions, 21 deletions
diff --git a/system/simpleburn/README b/system/simpleburn/README
index 2f04a2955a..1710f8df3c 100644
--- a/system/simpleburn/README
+++ b/system/simpleburn/README
@@ -1,8 +1,9 @@
SimpleBurn: a CD / DVD burning and extraction tool
-SimpleBurn is a minimalistic application for burning and extracting CDs and DVDs.
-It basically is a Cdrtools frontend and is designed in two parts: the GUI (GTK) and
-a BASH script that handle the requested actions.
+SimpleBurn is a minimalistic application for burning and extracting CDs
+and DVDs. It basically is a Cdrtools frontend and is designed in two
+parts: the GUI (GTK) and a BASH script that handles the requested
+actions.
Features are:
- CD/DVD ISO image extraction and burning
@@ -11,3 +12,5 @@ Features are:
- rewritable CD/DVD blanking
- video DVD ripping
- languages: cs, de, en, es, fr, hu, it, pl, sv, ru
+
+http://simpleburn.tuxfamily.org
diff --git a/system/simpleburn/doinst.sh b/system/simpleburn/doinst.sh
index 0254ea06d8..3e5691a052 100644
--- a/system/simpleburn/doinst.sh
+++ b/system/simpleburn/doinst.sh
@@ -7,9 +7,3 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
fi
fi
-
-if [ -e usr/share/glib-2.0/schemas ]; then
- if [ -x /usr/bin/glib-compile-schemas ]; then
- /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1
- fi
-fi
diff --git a/system/simpleburn/simpleburn.SlackBuild b/system/simpleburn/simpleburn.SlackBuild
index bbe8cb72fd..2ecd2d10dc 100644
--- a/system/simpleburn/simpleburn.SlackBuild
+++ b/system/simpleburn/simpleburn.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=simpleburn
-VERSION=${VERSION:-1.7.3}
+VERSION=${VERSION:-1.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -69,9 +69,16 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-cmake -DCMAKE_INSTALL_PREFIX=/usr [-DGTK3=ON] .
-make
-make install DESTDIR=$PKG
+mkdir -p build
+cd build
+ cmake \
+ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
+ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release ..
+ make
+ make install DESTDIR=$PKG
+cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/system/simpleburn/simpleburn.info b/system/simpleburn/simpleburn.info
index 00cb24c712..06da55142f 100644
--- a/system/simpleburn/simpleburn.info
+++ b/system/simpleburn/simpleburn.info
@@ -1,8 +1,8 @@
PRGNAM="simpleburn"
-VERSION="1.7.3"
+VERSION="1.8.1"
HOMEPAGE="http://simpleburn.tuxfamily.org/"
-DOWNLOAD="http://simpleburn.tuxfamily.org/IMG/gz/simpleburn-1.7.3.tar.gz"
-MD5SUM="aa8afe9575903e8e20e8a566c543c4f8"
+DOWNLOAD="http://simpleburn.tuxfamily.org/IMG/gz/simpleburn-1.8.1.tar.gz"
+MD5SUM="11cf5b9a69fda6c72b1ae1277fafa386"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/simpleburn/slack-desc b/system/simpleburn/slack-desc
index c7ffea2771..f0dfc5f468 100644
--- a/system/simpleburn/slack-desc
+++ b/system/simpleburn/slack-desc
@@ -5,8 +5,8 @@
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
- |-----handy-ruler------------------------------------------------------|
-simpleburn: simpleburn (CD / DVD burning and extraction tool)
+ |-----handy-ruler------------------------------------------------------|
+simpleburn: simpleBurn (CD/DVD burning and extraction tool)
simpleburn:
simpleburn: SimpleBurn is a minimalistic application for burning and extracting
simpleburn: CDs and DVDs. It basically is a Cdrtools frontend and is designed in