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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Nov 9 07:36:03 UTC 2013


    Date: Saturday, November 9, 2013 @ 08:36:03
  Author: andrea
Revision: 199277

upgpkg: kdebindings-smokeqt 4.11.3-2

qscintilla rebuild

Modified:
  kdebindings-smokeqt/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-09 07:16:28 UTC (rev 199276)
+++ PKGBUILD	2013-11-09 07:36:03 UTC (rev 199277)
@@ -3,7 +3,7 @@
 
 pkgname=kdebindings-smokeqt
 pkgver=4.11.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Language independent library for Qt bindings"
 url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt"
 arch=('i686' 'x86_64')
@@ -15,9 +15,11 @@
 source=("http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz")
 sha1sums=('eaa6df3360174a34ff987622d024d09c2fce358c')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  cd "${srcdir}"
-  mkdir build
   cd build
   cmake ../smokeqt-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
@@ -28,6 +30,6 @@
 }
 
 package() {
-  cd "${srcdir}"/build
+  cd build
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list