From 9780d07c31b22125ad7ecba4e281ff41194f95be Mon Sep 17 00:00:00 2001 From: root Date: Wed, 4 May 2011 12:58:32 +0000 Subject: Wed May 4 12:58:31 UTC 2011 --- extra/libdbusmenu-qt/PKGBUILD | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'extra/libdbusmenu-qt') diff --git a/extra/libdbusmenu-qt/PKGBUILD b/extra/libdbusmenu-qt/PKGBUILD index 98dda1288..9f1126262 100644 --- a/extra/libdbusmenu-qt/PKGBUILD +++ b/extra/libdbusmenu-qt/PKGBUILD @@ -1,29 +1,30 @@ -# $Id: PKGBUILD 117011 2011-03-27 14:11:17Z andrea $ +# $Id: PKGBUILD 122259 2011-05-03 14:55:26Z andrea $ # Maintainer: Andrea Scarpino pkgname=libdbusmenu-qt -pkgver=0.8.1 +pkgver=0.8.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=('qt') -makedepends=('cmake' 'doxygen') +makedepends=('cmake') source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2") -md5sums=('495bf59b9fcc00e4260fd5acbb21b78b') +md5sums=('88be2548e00acf988c66ed3a35844f64') build() { - cd ${srcdir} + cd "${srcdir}" mkdir build cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release + -DCMAKE_BUILD_TYPE=Release \ + -DWITH_DOC=OFF make } package() { - cd ${srcdir}/build - make DESTDIR=${pkgdir} install -} + cd "${srcdir}/build" + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf