From 832d0c9f0440930237f12592bbc091cfef06e45f Mon Sep 17 00:00:00 2001 From: "Edinaldo P. Silva" Date: Sat, 27 Aug 2016 11:48:43 +0700 Subject: system/ddrescue-gui: Updated for version 1.6.1. Signed-off-by: Willy Sudiarto Raharjo --- system/ddrescue-gui/README | 31 +++++++++++++++++++++-------- system/ddrescue-gui/ddrescue-gui.SlackBuild | 10 +++++----- system/ddrescue-gui/ddrescue-gui.info | 6 +++--- 3 files changed, 31 insertions(+), 16 deletions(-) (limited to 'system/ddrescue-gui') diff --git a/system/ddrescue-gui/README b/system/ddrescue-gui/README index f838bec299..a6b071294b 100644 --- a/system/ddrescue-gui/README +++ b/system/ddrescue-gui/README @@ -1,12 +1,27 @@ ddrescue-gui (GUI for ddrescue) -DDRescue-GUI is a program designed to make it easier to use GNU ddrescue (A Command-Line data recovery tool). -It provides a simple graphical method for using ddrescue. -This is designed to be as user-friendly as possible so users new to Linux can use ddrescue easily. +DDRescue-GUI is a program designed to make it easier to use GNU +ddrescue (A Command-Line data recovery tool). It provides a simple +graphical method for using ddrescue. This is designed to be as +user-friendly as possible so users new to Linux can use ddrescue +easily. -DDRescue-GUI is a simple GUI written in Python 2 designed to make the data recovery tool, ddrescue, easier for beginners to use. -It's designed for Linux, and more recently Apple OS X, as KDiskRescue appears to be abandoned, with the last update in 2006. -DDRescue-GUI is desgined to look native on almost all Desktop Environments, so whichever one you use, it should look familiar. +DDRescue-GUI is a simple GUI written in Python 2 designed to make +the data recovery tool, ddrescue, easier for beginners to use. -DDRescue-GUI uses very few rescources, with the current version using about 38MB RAM, and <80MHz CPU power -so it'll run on almost any system, and give you the best battery life possible on laptops. +It's designed for Linux, and more recently Apple OS X, as +KDiskRescue appears to be abandoned, with the last update in 2006. + +DDRescue-GUI is desgined to look native on almost all Desktop +Environments, so whichever one you use, it should look familiar. + +DDRescue-GUI uses very few rescources, with the current version +using about 38MB RAM, and <80MHz CPU power so it'll run on almost +any system, and give you the best battery life possible on laptops. + +DDRescue-GUI is cross-platform: It's runs on Linux and macOS +(previously known as OS X). + +Note that this program uses GNU ddrescue, not the outdated dd_rescue, +and it's available in my package archive for automatic updates at: +www.launchpad.net/~hamishmb/+archive/myppa diff --git a/system/ddrescue-gui/ddrescue-gui.SlackBuild b/system/ddrescue-gui/ddrescue-gui.SlackBuild index 56a90cbd40..840409d749 100644 --- a/system/ddrescue-gui/ddrescue-gui.SlackBuild +++ b/system/ddrescue-gui/ddrescue-gui.SlackBuild @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ddrescue-gui -VERSION=${VERSION:-1.6} +VERSION=${VERSION:-1.6.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" @@ -56,7 +56,7 @@ fi set -e -SRCNAM="ddrescue-gui_1.6~otherdistro-0ubuntu1~ppa1" +SRCNAM="ddrescue-gui_1.6.1~otherdistro-0ubuntu1~ppa1" rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT diff --git a/system/ddrescue-gui/ddrescue-gui.info b/system/ddrescue-gui/ddrescue-gui.info index 5bc16ed6a1..2bc2576bdc 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" +VERSION="1.6.1" HOMEPAGE="https://launchpad.net/ddrescue-gui" -DOWNLOAD="https://launchpad.net/ddrescue-gui/1.x/1.6/+download/ddrescue-gui_1.6~otherdistro-0ubuntu1~ppa1.tar.gz" -MD5SUM="6bbe83537c92c62165e750bf66be110a" +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_x86_64="" MD5SUM_x86_64="" REQUIRES="wxPython lshw BeautifulSoup4" -- cgit v1.2.3-65-gdbad