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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Feb 25 17:02:14 UTC 2013


    Date: Monday, February 25, 2013 @ 18:02:14
  Author: andrea
Revision: 178577

Undo the qt/qt4 replacement

Modified:
  polkit-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-25 17:01:06 UTC (rev 178576)
+++ PKGBUILD	2013-02-25 17:02:14 UTC (rev 178577)
@@ -4,19 +4,18 @@
 
 pkgname=polkit-qt
 pkgver=0.103.0
-pkgrel=2
+pkgrel=1
 pkgdesc='A library that allows developers to access PolicyKit API with a nice Qt-style API'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kdesupport/polkit-qt-1'
 license=('LGPL')
-depends=('polkit' 'qt4')
+depends=('polkit' 'qt')
 makedepends=('cmake' 'automoc4')
 source=("http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-1-${pkgver}.tar.bz2")
 md5sums=('a105e233e6733fb072c9080cd7ae1af2')
 
 build() {
-  . /etc/profile.d/qt4.sh
-
+  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${pkgname}-1-${pkgver} \
@@ -26,6 +25,6 @@
 }
 
 package() {
-  cd build
+  cd "${srcdir}/build"
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list