[arch-commits] Commit in libdbusmenu-qt/trunk (PKGBUILD)
Andrea Scarpino
andrea at nymeria.archlinux.org
Mon Feb 25 16:58:41 UTC 2013
Date: Monday, February 25, 2013 @ 17:58:40
Author: andrea
Revision: 178571
Undo the qt/qt4 replacement
Modified:
libdbusmenu-qt/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-02-25 16:57:44 UTC (rev 178570)
+++ PKGBUILD 2013-02-25 16:58:40 UTC (rev 178571)
@@ -3,19 +3,18 @@
pkgname=libdbusmenu-qt
pkgver=0.9.2
-pkgrel=2
+pkgrel=1
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=('qt4')
+depends=('qt')
makedepends=('cmake' 'doxygen' 'qjson')
source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2")
md5sums=('9a49484927669cd2ec91b3bf9ba8b79e')
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