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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Feb 18 23:09:56 UTC 2013


    Date: Tuesday, February 19, 2013 @ 00:09:56
  Author: andrea
Revision: 178250

upgpkg: libdbusmenu-qt 0.9.2-2

qt4 rebuild

Modified:
  libdbusmenu-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-18 23:07:37 UTC (rev 178249)
+++ PKGBUILD	2013-02-18 23:09:56 UTC (rev 178250)
@@ -3,18 +3,19 @@
 
 pkgname=libdbusmenu-qt
 pkgver=0.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A library that provides a Qt implementation of the DBusMenu spec"
 arch=('i686' 'x86_64')
 url="https://launchpad.net/libdbusmenu-qt"
 license=('GPL')
-depends=('qt')
+depends=('qt4')
 makedepends=('cmake' 'doxygen' 'qjson')
 source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('9a49484927669cd2ec91b3bf9ba8b79e')
 
 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