summaryrefslogtreecommitdiffstats
path: root/system/dvdisaster
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-24 09:01:06 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-25 07:25:11 +0700
commit70719fc30dff54e414d1ef35721a65b211ef9f47 (patch)
tree945f7c315340523879c1c34e5ac0f9bb354ad0db /system/dvdisaster
parent40e66daa3defde198a72695427dc606772d82fcd (diff)
downloadslackbuilds-70719fc30dff54e414d1ef35721a65b211ef9f47.tar.gz
slackbuilds-70719fc30dff54e414d1ef35721a65b211ef9f47.tar.xz
system/dvdisaster: Updated for version 0.79.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dvdisaster')
-rw-r--r--system/dvdisaster/doinst.sh1
-rw-r--r--system/dvdisaster/dvdisaster.SlackBuild18
-rw-r--r--system/dvdisaster/dvdisaster.info8
-rw-r--r--system/dvdisaster/slack-desc2
4 files changed, 13 insertions, 16 deletions
diff --git a/system/dvdisaster/doinst.sh b/system/dvdisaster/doinst.sh
index 4e8ba7071d..5fb28930db 100644
--- a/system/dvdisaster/doinst.sh
+++ b/system/dvdisaster/doinst.sh
@@ -1,4 +1,3 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
-
diff --git a/system/dvdisaster/dvdisaster.SlackBuild b/system/dvdisaster/dvdisaster.SlackBuild
index a05a77953b..2b5d5b9906 100644
--- a/system/dvdisaster/dvdisaster.SlackBuild
+++ b/system/dvdisaster/dvdisaster.SlackBuild
@@ -5,7 +5,7 @@
# Written by Giovanne Castro <giovannefc@ig.com.br>
PRGNAM=dvdisaster
-VERSION=${VERSION:-0.72.4}
+VERSION=${VERSION:-0.79.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -46,10 +46,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@@ -66,10 +66,10 @@ CXXFLAGS="$SLKCFLAGS" \
--with-nls=yes \
--build=$ARCH-slackware-linux
-make -j1
+make
make install DESTDIR=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+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
find $PKG/usr/man -type f -exec gzip -9 {} \;
@@ -84,9 +84,7 @@ cp -a contrib/dvdisaster.desktop $PKG/usr/share/applications
mkdir -p $PKG/usr/share/pixmaps
cp -a contrib/dvdisaster48.png $PKG/usr/share/pixmaps
-cp -a \
- INSTALL README README.CVS TRANSLATION.HOWTO \
- $PKG/usr/doc/$PRGNAM-$VERSION/documentation
+cp -a INSTALL README TRANSLATION.HOWTO $PKG/usr/doc/$PRGNAM-$VERSION/
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/system/dvdisaster/dvdisaster.info b/system/dvdisaster/dvdisaster.info
index 371770c362..bdf3170fc5 100644
--- a/system/dvdisaster/dvdisaster.info
+++ b/system/dvdisaster/dvdisaster.info
@@ -1,8 +1,8 @@
PRGNAM="dvdisaster"
-VERSION="0.72.4"
-HOMEPAGE="http://dvdisaster.net/"
-DOWNLOAD="http://dvdisaster.net/downloads/dvdisaster-0.72.4.tar.bz2"
-MD5SUM="ad5e1d3758c536472c0ec36e3fc521fe"
+VERSION="0.79.5"
+HOMEPAGE="http://dvdisaster.net/en/index.html"
+DOWNLOAD="http://dvdisaster.net/downloads/dvdisaster-0.79.5.tar.bz2"
+MD5SUM="ceef990a2239c43314bc6427c6afb181"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/dvdisaster/slack-desc b/system/dvdisaster/slack-desc
index c06ce85139..1d3a0ad144 100644
--- a/system/dvdisaster/slack-desc
+++ b/system/dvdisaster/slack-desc
@@ -14,6 +14,6 @@ dvdisaster: This enables you to rescue the complete data to a new medium.
dvdisaster: dvdisaster works at the image level so that the recovery does not
dvdisaster: depend on the file system of the medium.
dvdisaster:
-dvdisaster: Home Page: http://dvdisaster.net/
+dvdisaster: Home Page: http://dvdisaster.net/en/index.html
dvdisaster:
dvdisaster: