[arch-commits] CVS update of extra/system/gparted (PKGBUILD)

James Rayner james at archlinux.org
Tue Jan 29 10:15:46 UTC 2008


    Date: Tuesday, January 29, 2008 @ 05:15:46
  Author: james
    Path: /home/cvs-extra/extra/system/gparted

Modified: PKGBUILD (1.16 -> 1.17)

upgpkg: gparted 0.3.3-7


----------+
 PKGBUILD |   27 ++++++++++++++++++++++-----
 1 file changed, 22 insertions(+), 5 deletions(-)


Index: extra/system/gparted/PKGBUILD
diff -u extra/system/gparted/PKGBUILD:1.16 extra/system/gparted/PKGBUILD:1.17
--- extra/system/gparted/PKGBUILD:1.16	Sun Aug 12 07:49:10 2007
+++ extra/system/gparted/PKGBUILD	Tue Jan 29 05:15:46 2008
@@ -1,24 +1,41 @@
-# $Id: PKGBUILD,v 1.16 2007/08/12 11:49:10 aaron Exp $
+# $Id: PKGBUILD,v 1.17 2008/01/29 10:15:46 james Exp $
 # Maintainer: James Rayner <iphitus at gmail.com>
 # Contributor: Andrew Simmons <andrew.simmons at gmail.com>
 
 pkgname=gparted
 pkgver=0.3.3
-pkgrel=6
+pkgrel=7
 pkgdesc="A Partition Magic clone written in C++ using the Gtkmm toolkit"
 arch=(i686 x86_64)
 url="http://gparted.sourceforge.net"
-license="GPL"
+license=(GPL)
 depends=('parted>=1.8.6' 'gtkmm')
 makedepends=('intltool')
 install=('gparted.install')
-source=(http://optusnet.dl.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('f3d16ccfda72fa1dac9fa1ff9ded2c42')
+source=(http://optusnet.dl.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2 \
+        02_fdi_robustification.patch \
+        gparted-0.3.3-device-reload-crash.patch )
+
+
+## 02_fdi_robustificaton.patch
+# FS#8693
+# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=434268
+## gparted-0.3.3-device-reload-crash.patch
+# FS#9219
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
+
+  patch -p1 -i ../02_fdi_robustification.patch || return 1
+  patch -p1 -i ../gparted-0.3.3-device-reload-crash.patch || return 1
+
+
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$startdir/pkg install
   sed -i "s/Exec=gparted/Exec=gksu gparted/g" $startdir/pkg/usr/share/applications/gparted.desktop
 }
+
+md5sums=('f3d16ccfda72fa1dac9fa1ff9ded2c42'
+         '88528e614ee1aa365f0fb58997b5726b'
+         '036cc87c38e5754d3182db83d777e261')




More information about the arch-commits mailing list