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

Andrea Scarpino andrea at archlinux.org
Wed Dec 7 08:22:18 UTC 2011


    Date: Wednesday, December 7, 2011 @ 03:22:17
  Author: andrea
Revision: 144498

KDE 4.8beta2

Modified:
  kdebindings-smokegen/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-07 08:22:15 UTC (rev 144497)
+++ PKGBUILD	2011-12-07 08:22:17 UTC (rev 144498)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=kdebindings-smokegen
-pkgver=4.7.80
+pkgver=4.7.90
 pkgrel=1
 pkgdesc="A general purpose C++ parser with a plugin infrastructure"
 url="http://kde.org/"
@@ -11,10 +11,15 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 conflicts=('kdebindings-smoke')
-source=("http://download.kde.org/unstable/${pkgver}/src/smokegen-${pkgver}.tar.bz2")
-sha1sums=('da6dd73b0650c0f6e749435c3ae822c236224b00')
+source=("http://download.kde.org/unstable/${pkgver}/src/smokegen-${pkgver}.tar.bz2"
+        'fix-crash.patch')
+sha1sums=('c852cf97a7b2d7516a4995d19ad3be6035aa0c17'
+          'b209b2b7017622fea3406c5a9636e2334566af01')
 
 build() {
+  cd "${srcdir}"/smokegen-${pkgver}
+  patch -p1 -i "${srcdir}"/fix-crash.patch
+
   cd "${srcdir}"
   mkdir build
   cd build




More information about the arch-commits mailing list