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

Tobias Powalowski tpowa at archlinux.org
Wed Feb 11 18:16:24 UTC 2009


    Date: Wednesday, February 11, 2009 @ 13:16:24
  Author: tpowa
Revision: 26730

upgpkg: qtparted 0.4.5-12

Modified:
  qtparted/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-11 17:58:08 UTC (rev 26729)
+++ PKGBUILD	2009-02-11 18:16:24 UTC (rev 26730)
@@ -3,14 +3,20 @@
 
 pkgname=qtparted
 pkgver=0.4.5
-pkgrel=11
-depends=('parted>=1.8.8' 'qt3' 'progsreiserfs' 'ntfsprogs' 'jfsutils' 'xfsprogs')
+pkgrel=12
+depends=('parted>=1.8.8' 'qt3')
 arch=(i686 x86_64)
 pkgdesc="A Partition Magic clone written in C++ using the Qt toolkit"
 license=(GPL)
 source=(http://downloads.sourceforge.net/sourceforge/qtparted/${pkgname}-${pkgver}.tar.bz2
 	parted-1.7-fix.patch)
 url="http://qtparted.sourceforge.net"
+optdepends=('progsreiserfs, reiserfsprogs: for reiser partitions'
+            'e2fsprogs: for ext2/ext3/ext4 partitions' 
+            'dosfstools: for fat16/32 partitions'
+            'jfsutils: for jfs partitions'
+            'ntfsprogs: for ntfs partitions'
+            'xfsprogs: for xfs partitions')
 md5sums=('4541c0aa5475ba38d3cc518c921c8a34' '4ddfadf95e26c81e31a1200dde90da2e')
 
 build() {




More information about the arch-commits mailing list