[arch-commits] Commit in kdeutils/repos/extra-x86_64 (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Thu Jul 29 11:54:14 UTC 2010


    Date: Thursday, July 29, 2010 @ 07:54:14
  Author: andrea
Revision: 86332

fix printer-applet with pyqt 4.7.4 (FS#20180)

Modified:
  kdeutils/repos/extra-x86_64/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-29 10:53:10 UTC (rev 86331)
+++ PKGBUILD	2010-07-29 11:54:14 UTC (rev 86332)
@@ -16,7 +16,7 @@
          'kdeutils-superkaramba'
          'kdeutils-sweeper')
 pkgver=4.4.5
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -24,11 +24,15 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'kdepimlibs' 'kdebase-lib'
              'kdebase-workspace' 'kdebindings-python' 'system-config-printer-common'
              'libarchive' 'qimageblitz' 'kdepim-runtime')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
-sha1sums=('c092cfbb46719d89a5718735dc81ca75c0176e45')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2"
+	'fix-printer-applet-pyqt4.7.4.patch')
+sha1sums=('c092cfbb46719d89a5718735dc81ca75c0176e45'
+	'942ec0827f0d8ba7974c246ce8aabc52e2b0cd15')
 
 build() {
 	cd ${srcdir}
+	patch -Np0 -i ${srcdir}/fix-printer-applet-pyqt4.7.4.patch
+	
 	mkdir build
 	cd build
 	cmake ../${pkgbase}-${pkgver} \




More information about the arch-commits mailing list