author | Andrea Scarpino
<andrea@archlinux.org> 2012-01-03 14:27:13 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2012-01-03 14:27:13 UTC |
parent | 94105f3aad61b94a5f0e939237322acd5ba64796 |
PKGBUILD | +3 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 32194ed..43b6507 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,13 +2,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') @@ -18,8 +18,7 @@ build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DWITH_DOC=OFF + -DCMAKE_BUILD_TYPE=Release make }