diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2015-12-18 10:49:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-19 07:22:51 +0700 |
commit | 9e6bd376c9fdb671ffcf1302de8a7cd85ad1046f (patch) | |
tree | 8d9b51ac2ac39e7ee091721ee1562f2eef985124 | |
parent | 2b8b78bd3c9ce7fc101be183cd238c64df652ac5 (diff) | |
download | slackbuilds-9e6bd376c9fdb671ffcf1302de8a7cd85ad1046f.tar.gz |
system/gparted: Updated for version 0.24.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 0f91a13021..6689c5e50c 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 e19c9ff855..c29802fccd 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 008b2f3d17..a13010deb4 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" |