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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Feb 25 16:52:18 UTC 2013


    Date: Monday, February 25, 2013 @ 17:52:18
  Author: andrea
Revision: 178559

Undo the qt/qt4 replacement

Modified:
  cagibi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-25 16:50:59 UTC (rev 178558)
+++ PKGBUILD	2013-02-25 16:52:18 UTC (rev 178559)
@@ -3,19 +3,18 @@
 
 pkgname=cagibi
 pkgver=0.2.0
-pkgrel=3
+pkgrel=2
 pkgdesc='A cache/proxy daemon for SSDP (the discovery part of UPnP)'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kdesupport/cagibi/'
 license=('LGPL')
-depends=('qt4')
+depends=('qt')
 makedepends=('cmake' 'automoc4')
 source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('af66d89337ef80e8a868d3bb9dd92328')
 
 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