diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-02 03:22:51 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-02 03:22:51 +0000 |
commit | 20baa30c3c0e442a770f2906d12784ab7ef719ec (patch) | |
tree | 556ba62fdd6b003ab007c814825e00ed1d3f9e44 /extra/qimageblitz | |
parent | e326bc7715fc98496e1c1c7bf8335d93b83f1ffa (diff) |
Sun Mar 2 03:20:04 UTC 2014
Diffstat (limited to 'extra/qimageblitz')
-rw-r--r-- | extra/qimageblitz/PKGBUILD | 11 |
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 } |