summaryrefslogtreecommitdiff
path: root/extra/qimageblitz/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/qimageblitz/PKGBUILD')
-rw-r--r--extra/qimageblitz/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/qimageblitz/PKGBUILD b/extra/qimageblitz/PKGBUILD
index 193a92be8..0e33fafda 100644
--- a/extra/qimageblitz/PKGBUILD
+++ b/extra/qimageblitz/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 178980 2013-03-01 10:23:35Z andrea $
+# $Id: PKGBUILD 206544 2014-03-01 08:20:12Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
@@ -14,14 +14,15 @@ makedepends=('cmake')
source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
md5sums=('0ae2f7d4e0876764a97ca73799f61df4')
-build() {
- . /etc/profile.d/qt4.sh
-
+prepare() {
mkdir build
+}
+
+build() {
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr
make
}