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

Andrea Scarpino andrea at archlinux.org
Tue Jan 3 14:27:13 UTC 2012


    Date: Tuesday, January 3, 2012 @ 09:27:13
  Author: andrea
Revision: 145875

upgpkg: libdbusmenu-qt 0.9.0-2

Rebuilt for signing; enable docs; build tests

Modified:
  libdbusmenu-qt/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-03 14:26:18 UTC (rev 145874)
+++ PKGBUILD	2012-01-03 14:27:13 UTC (rev 145875)
@@ -3,13 +3,13 @@
 
 pkgname=libdbusmenu-qt
 pkgver=0.9.0
-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')
-makedepends=('cmake')
+makedepends=('cmake' 'doxygen' 'qjson')
 source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('cc6b7b551377e2a07f6fa5afef0d29ff')
 
@@ -19,8 +19,7 @@
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DWITH_DOC=OFF
+    -DCMAKE_BUILD_TYPE=Release
   make
 }
 




More information about the arch-commits mailing list