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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Nov 9 08:16:47 UTC 2013


    Date: Saturday, November 9, 2013 @ 09:16:46
  Author: andrea
Revision: 199281

upgpkg: kdebindings-smokeqt 4.11.80-2

qscintilla rebuild

Modified:
  kdebindings-smokeqt/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-09 08:00:57 UTC (rev 199280)
+++ PKGBUILD	2013-11-09 08:16:46 UTC (rev 199281)
@@ -3,7 +3,7 @@
 
 pkgname=kdebindings-smokeqt
 pkgver=4.11.80
-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/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz")
 sha1sums=('79410929da00bc38e8d06d961637cd54bd02519f')
 
+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