diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-03-13 22:27:45 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-18 06:58:27 +0700 |
commit | b4607da54256c61e389b541cacc852194f73b87e (patch) | |
tree | c0c8208b4ba0809c7bc720b24e19ef04102a4df4 /system/ddrescue-gui | |
parent | 3389be756e64af7bdd1e066f4438a3762e77e64a (diff) | |
download | slackbuilds-b4607da54256c61e389b541cacc852194f73b87e.tar.gz |
system/ddrescue-gui: Updated for version 1.7.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/ddrescue-gui')
-rw-r--r-- | system/ddrescue-gui/ddrescue-gui.SlackBuild | 12 | ||||
-rw-r--r-- | system/ddrescue-gui/ddrescue-gui.info | 6 | ||||
-rw-r--r-- | system/ddrescue-gui/slack-desc | 8 |
3 files changed, 14 insertions, 12 deletions
diff --git a/system/ddrescue-gui/ddrescue-gui.SlackBuild b/system/ddrescue-gui/ddrescue-gui.SlackBuild index 840409d749..0f612bf948 100644 --- a/system/ddrescue-gui/ddrescue-gui.SlackBuild +++ b/system/ddrescue-gui/ddrescue-gui.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for ddrescue-gui. # -# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ddrescue-gui -VERSION=${VERSION:-1.6.1} +VERSION=${VERSION:-1.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -56,13 +56,13 @@ fi set -e -SRCNAM="ddrescue-gui_1.6.1~otherdistro-0ubuntu1~ppa1" +SRCVER="1.7~otherdistro-0ubuntu1~ppa1" rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$SRCNAM.tar.gz +tar xvf $CWD/${PRGNAM}_${SRCVER}.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -74,8 +74,10 @@ find -L . \ 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 +DATA="GetDevInfo Tests Tools images other AuthenticationDialog.py DDRescue-GUI.py Tests.py" + mkdir -p $PKG/usr/share/$PRGNAM -cp -a GetDevInfo images other Tools AuthenticationDialog.py DDRescue-GUI.py $PKG/usr/share/$PRGNAM +cp -a $DATA $PKG/usr/share/$PRGNAM install -D -m644 ddrescue-gui.desktop $PKG/usr/share/applications/ddrescue-gui.desktop install -D -m644 ddrescue-gui.png $PKG/usr/share/pixmaps/ddrescue-gui.png diff --git a/system/ddrescue-gui/ddrescue-gui.info b/system/ddrescue-gui/ddrescue-gui.info index 2bc2576bdc..4eb852c839 100644 --- a/system/ddrescue-gui/ddrescue-gui.info +++ b/system/ddrescue-gui/ddrescue-gui.info @@ -1,8 +1,8 @@ PRGNAM="ddrescue-gui" -VERSION="1.6.1" +VERSION="1.7" HOMEPAGE="https://launchpad.net/ddrescue-gui" -DOWNLOAD="https://launchpad.net/ddrescue-gui/1.x/1.6.1/+download/ddrescue-gui_1.6.1~otherdistro-0ubuntu1~ppa1.tar.gz" -MD5SUM="61b14975e5648a8b76332e655b1ea00e" +DOWNLOAD="https://launchpad.net/ddrescue-gui/1.x/1.7/+download/ddrescue-gui_1.7~otherdistro-0ubuntu1~ppa1.tar.gz" +MD5SUM="448dc652346600ce1fad4409ed0e651b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="wxPython lshw BeautifulSoup4" diff --git a/system/ddrescue-gui/slack-desc b/system/ddrescue-gui/slack-desc index ebb2cdcdff..8ae574f353 100644 --- a/system/ddrescue-gui/slack-desc +++ b/system/ddrescue-gui/slack-desc @@ -8,10 +8,10 @@ |-----handy-ruler------------------------------------------------------| ddrescue-gui: ddrescue-gui (GUI for ddrescue) ddrescue-gui: -ddrescue-gui: DDRescue-GUI is a program designed to make it easier to use GNU -ddrescue-gui: ddrescue (A Command-Line data recovery tool). It provides a simple -ddrescue-gui: graphical method for using ddrescue. This is designed to be as -ddrescue-gui: user-friendly as possible so users new to Linux can use ddrescue +ddrescue-gui: DDRescue-GUI is a program designed to make it easier to use GNU +ddrescue-gui: ddrescue (A Command-Line data recovery tool). It provides a simple +ddrescue-gui: graphical method for using ddrescue. This is designed to be as +ddrescue-gui: user-friendly as possible so users new to Linux can use ddrescue ddrescue-gui: easily. ddrescue-gui: ddrescue-gui: Home page: https://launchpad.net/ddrescue-gui |