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

Giovanni Scafora giovanni at nymeria.archlinux.org
Sat Mar 9 17:22:54 UTC 2013


    Date: Saturday, March 9, 2013 @ 18:22:53
  Author: giovanni
Revision: 179752

upgpkg: gparted 0.14.1-4

Some small fixes

Modified:
  gparted/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-09 17:01:25 UTC (rev 179751)
+++ PKGBUILD	2013-03-09 17:22:53 UTC (rev 179752)
@@ -5,7 +5,7 @@
 
 pkgname=gparted
 pkgver=0.14.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A Partition Magic clone, frontend to GNU Parted"
 arch=('i686' 'x86_64')
 url="http://gparted.sourceforge.net"
@@ -14,11 +14,10 @@
 makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
 optdepends=('dosfstools: for FAT16 and FAT32 partitions'
             'jfsutils: for jfs partitions'
-            'ntfsprogs: for ntfs partitions'
+            'ntfs-3g: for ntfs partitions'
             'reiserfsprogs: for reiser partitions'
             'xfsprogs: for xfs partitions'
             'nilfs-utils: for nilfs2 support'
-            'polkit-gnome: to run gparted directly from menu'
             'gpart: for recovering corrupt partition tables'
             'mtools: utilities to access MS-DOS disks')
 install=gparted.install
@@ -42,7 +41,7 @@
   # Install policy file
   install -Dm644 "${srcdir}/org.archlinux.pkexec.gparted.policy" "${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy"
 
-  # We need rename the original binary
+  # We need rename the original script
   mv "${pkgdir}/usr/sbin/gparted" "${pkgdir}/usr/sbin/gparted.elf"
 
   # Install launcher script




More information about the arch-commits mailing list