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

Andrea Scarpino andrea at archlinux.org
Thu Oct 8 13:44:33 UTC 2009


    Date: Thursday, October 8, 2009 @ 09:44:33
  Author: andrea
Revision: 54320

upgpkg: kdeutils 4.3.2-4
    printer-applet fix

Modified:
  kdeutils/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-08 13:26:47 UTC (rev 54319)
+++ PKGBUILD	2009-10-08 13:44:33 UTC (rev 54320)
@@ -17,7 +17,7 @@
          'kdeutils-superkaramba'
          'kdeutils-sweeper')
 pkgver=4.3.2
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -32,6 +32,10 @@
 
 build() {
 	cd $srcdir
+
+	# now this patch is not on 4.3.3
+	patch -Np0 -i ${srcdir}/fix-printer-applet-segfault.patch || return 1
+
 	mkdir build
 	cd build
 	cmake ../${pkgbase}-${pkgver} \




More information about the arch-commits mailing list