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

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Feb 26 06:15:53 UTC 2013


    Date: Tuesday, February 26, 2013 @ 07:15:53
  Author: andrea
Revision: 178654

upgpkg: qimageblitz 0.0.6-3

qt4 rebuild

Modified:
  qimageblitz/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-26 06:14:02 UTC (rev 178653)
+++ PKGBUILD	2013-02-26 06:15:53 UTC (rev 178654)
@@ -4,18 +4,19 @@
 
 pkgname=qimageblitz
 pkgver=0.0.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A graphical effect and filter library for KDE"
 arch=('i686' 'x86_64')
 url="http://www.kde.org/"
 license=('GPL2')
-depends=('qt')
+depends=('qt4')
 makedepends=('cmake')
 source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('0ae2f7d4e0876764a97ca73799f61df4')
 
 build() {
-  cd "${srcdir}"
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -25,6 +26,6 @@
 }
 
 package() {
-  cd "${srcdir}/build"
+  cd build
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list