[arch-commits] Commit in appmenu-qt/repos/extra-i686 (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sat Feb 11 12:04:50 UTC 2012


    Date: Saturday, February 11, 2012 @ 07:04:50
  Author: andrea
Revision: 149892

archrelease: copy trunk to extra-i686

Added:
  appmenu-qt/repos/extra-i686/PKGBUILD
    (from rev 149891, appmenu-qt/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: appmenu-qt/repos/extra-i686/PKGBUILD (from rev 149891, appmenu-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-11 12:04:50 UTC (rev 149892)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=appmenu-qt
+pkgver=0.2.4
+pkgrel=4
+pkgdesc="Allows Qt applications to export menus over DBus to a menu applet"
+arch=('i686' 'x86_64')
+url='https://launchpad.net/appmenu-qt'
+license=('GPL')
+depends=('libdbusmenu-qt')
+makedepends=('cmake')
+source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('5266d3e77e424bce19f4bcd8f4ffd4bf')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE="Release"
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list