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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Feb 25 16:53:38 UTC 2013


    Date: Monday, February 25, 2013 @ 17:53:37
  Author: andrea
Revision: 178562

Undo the qt/qt4 replacement

Modified:
  grantlee/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-25 16:52:41 UTC (rev 178561)
+++ PKGBUILD	2013-02-25 16:53:37 UTC (rev 178562)
@@ -3,25 +3,22 @@
 
 pkgname=grantlee
 pkgver=0.3.0
-pkgrel=2
+pkgrel=1
 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=('qt4')
+depends=('qt')
 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} \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTS=OFF
+    -DCMAKE_BUILD_TYPE=Release
   make
 }
 




More information about the arch-commits mailing list