system/gparted: Updated for version 0.24.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2015-12-18 10:49:13 +07:00 committed by Willy Sudiarto Raharjo
parent 2b8b78bd3c
commit 9e6bd376c9
3 changed files with 10 additions and 6 deletions

View File

@ -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.

View File

@ -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}

View File

@ -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"