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

Andrea Scarpino andrea at archlinux.org
Tue May 3 14:55:26 UTC 2011


    Date: Tuesday, May 3, 2011 @ 10:55:26
  Author: andrea
Revision: 122259

upgpkg: libdbusmenu-qt 0.8.2-1
upstream release; disable docs

Modified:
  libdbusmenu-qt/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-03 11:35:59 UTC (rev 122258)
+++ PKGBUILD	2011-05-03 14:55:26 UTC (rev 122259)
@@ -2,28 +2,29 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 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
+}




More information about the arch-commits mailing list