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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Mar 1 08:19:41 UTC 2014


    Date: Saturday, March 1, 2014 @ 09:19:41
  Author: andrea
Revision: 206542

Fix build

Modified:
  qimageblitz/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-01 08:19:07 UTC (rev 206541)
+++ PKGBUILD	2014-03-01 08:19:41 UTC (rev 206542)
@@ -14,14 +14,15 @@
 source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('0ae2f7d4e0876764a97ca73799f61df4')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr 
+    -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 




More information about the arch-commits mailing list