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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Feb 18 23:57:38 UTC 2013


    Date: Tuesday, February 19, 2013 @ 00:57:38
  Author: andrea
Revision: 178270

upgpkg: attica 0.4.1-2

qt4 rebuild

Modified:
  attica/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-18 23:57:18 UTC (rev 178269)
+++ PKGBUILD	2013-02-18 23:57:38 UTC (rev 178270)
@@ -3,18 +3,19 @@
 
 pkgname=attica
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 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=('qt')
+depends=('qt4')
 makedepends=('cmake')
 source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('b90983ec5d79e5ddcbc9146fa23cab72')
 
 build() {
-  cd "${srcdir}"
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -24,6 +25,6 @@
 }
 
 package() {
-  cd "${srcdir}/build"
+  cd build
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list