[arch-commits] Commit in gparted/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Sat Oct 1 06:09:40 UTC 2011


    Date: Saturday, October 1, 2011 @ 02:09:39
  Author: giovanni
Revision: 139176

upgpkg: gparted 0.9.1-2

Fixed FS26062

Modified:
  gparted/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-01 04:29:21 UTC (rev 139175)
+++ PKGBUILD	2011-10-01 06:09:39 UTC (rev 139176)
@@ -4,19 +4,21 @@
 
 pkgname=gparted
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Partition Magic clone, frontend to GNU Parted"
 arch=('i686' 'x86_64')
 url="http://gparted.sourceforge.net"
 license=('GPL')
 depends=('parted' 'gtkmm' 'libsigc++')
 makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils')
-optdepends=('jfsutils: for jfs partitions'
+optdepends=('dosfstools: for FAT16 and FAT32 partitions'
+            'jfsutils: for jfs partitions'
             'ntfsprogs: for ntfs partitions'
             'reiserfsprogs: for reiser partitions'
             'xfsprogs: for xfs partitions'
             'gksu: to run gparted directly from menu'
-            'gpart: for recovering corrupt partition tables')
+            'gpart: for recovering corrupt partition tables'
+            'mtools')
 install=gparted.install
 source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('f35785099994c7c9b7b2e842840f8b72')




More information about the arch-commits mailing list