[arch-commits] Commit in prison/trunk (PKGBUILD)
Andrea Scarpino
andrea at nymeria.archlinux.org
Sat Mar 1 08:22:08 UTC 2014
Date: Saturday, March 1, 2014 @ 09:22:08
Author: andrea
Revision: 206547
Fix build
Modified:
prison/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-03-01 08:21:14 UTC (rev 206546)
+++ PKGBUILD 2014-03-01 08:22:08 UTC (rev 206547)
@@ -13,10 +13,11 @@
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.gz")
md5sums=('8baac61506e37a31482a0df4a5d02cd2')
+prepare() {
+ mkdir build
+}
+
build() {
- . /etc/profile.d/qt4.sh
-
- mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
More information about the arch-commits
mailing list