git » grantlee.git » commit 1eea0bd

qt4 rebuild

author Andrea Scarpino
2013-02-26 05:56:44 UTC
committer Andrea Scarpino
2013-02-26 05:56:44 UTC
parent 997beaa6ab82e95e9526c51e28c425282d61e859

qt4 rebuild

PKGBUILD +4 -2

diff --git a/PKGBUILD b/PKGBUILD
index f7c147a..a6e494f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,19 @@
 
 pkgname=grantlee
 pkgver=0.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A string template engine based on the Django template system and written in Qt"
 arch=('i686' 'x86_64')
 url="http://www.gitorious.org/grantlee/pages/Home"
 license=('LGPL3')
-depends=('qt')
+depends=('qt4')
 makedepends=('cmake' 'doxygen')
 source=("http://downloads.grantlee.org/${pkgname}-${pkgver}.tar.gz")
 md5sums=('195763a3238f51f8885881fc8012cd83')
 
 build() {
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \