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

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Feb 26 06:08:46 UTC 2013


    Date: Tuesday, February 26, 2013 @ 07:08:46
  Author: andrea
Revision: 178648

upgpkg: polkit-qt 0.103.0-2

qt4 rebuild

Modified:
  polkit-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-26 06:06:38 UTC (rev 178647)
+++ PKGBUILD	2013-02-26 06:08:46 UTC (rev 178648)
@@ -4,18 +4,19 @@
 
 pkgname=polkit-qt
 pkgver=0.103.0
-pkgrel=1
+pkgrel=2
 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' 'qt')
+depends=('polkit' 'qt4')
 makedepends=('cmake' 'automoc4')
 source=("http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-1-${pkgver}.tar.bz2")
 md5sums=('a105e233e6733fb072c9080cd7ae1af2')
 
 build() {
-  cd "${srcdir}"
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../${pkgname}-1-${pkgver} \
@@ -25,6 +26,6 @@
 }
 
 package() {
-  cd "${srcdir}/build"
+  cd build
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list