diff options
-rw-r--r-- | system/gparted/README | 3 | ||||
-rw-r--r-- | system/gparted/gparted.SlackBuild | 3 | ||||
-rw-r--r-- | system/gparted/gparted.info | 10 |
3 files changed, 10 insertions, 6 deletions
diff --git a/system/gparted/README b/system/gparted/README index 0f91a13021452..6689c5e50c281 100644 --- a/system/gparted/README +++ b/system/gparted/README @@ -3,3 +3,6 @@ tables. Several (optional) "file system" tools provide support for file systems not included in libparted. These optional packages will be detected at runtime and do not require a rebuild of GParted. GParted is written in C++ and uses gtkmm for it's Graphical User Interface (GUI). + +gpart is an optional runtime dependency for using the 'Attempt Data Rescue' +function found in the 'Device' tab. diff --git a/system/gparted/gparted.SlackBuild b/system/gparted/gparted.SlackBuild index e19c9ff85545e..c29802fccde4f 100644 --- a/system/gparted/gparted.SlackBuild +++ b/system/gparted/gparted.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for GParted # # Copyright 2009-2015 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2015 Hunter Sezen, California, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gparted -VERSION=${VERSION:-0.22.0} +VERSION=${VERSION:-0.24.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/gparted/gparted.info b/system/gparted/gparted.info index 008b2f3d17293..a13010deb4d1b 100644 --- a/system/gparted/gparted.info +++ b/system/gparted/gparted.info @@ -1,10 +1,10 @@ PRGNAM="gparted" -VERSION="0.22.0" +VERSION="0.24.0" HOMEPAGE="http://gparted.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/gparted/gparted-0.22.0.tar.bz2" -MD5SUM="67c4bdf680461e1107b718aff6095ea6" +DOWNLOAD="http://downloads.sourceforge.net/gparted/gparted-0.24.0.tar.bz2" +MD5SUM="b8480274c68876acff5965d4346710e7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gtkmm" -MAINTAINER="Erik Hanson" -EMAIL="erik@slackbuilds.org" +MAINTAINER="Hunter Sezen" +EMAIL="ovariegata@yahoo.com" |