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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Feb 25 16:48:17 UTC 2013


    Date: Monday, February 25, 2013 @ 17:48:17
  Author: andrea
Revision: 178553

Undo the qt/qt4 replacement

Modified:
  attica/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-25 16:47:01 UTC (rev 178552)
+++ PKGBUILD	2013-02-25 16:48:17 UTC (rev 178553)
@@ -3,19 +3,18 @@
 
 pkgname=attica
 pkgver=0.4.1
-pkgrel=2
+pkgrel=1
 pkgdesc='A Qt library that implements the Open Collaboration Services API'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kdesupport/attica'
 license=('LGPL')
-depends=('qt4')
+depends=('qt')
 makedepends=('cmake')
 source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('b90983ec5d79e5ddcbc9146fa23cab72')
 
 build() {
-  . /etc/profile.d/qt4.sh
-
+  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -25,6 +24,6 @@
 }
 
 package() {
-  cd build
+  cd "${srcdir}/build"
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list