mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/ddrescue-gui: Updated for version 1.7.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
3389be756e
commit
b4607da542
3 changed files with 14 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue