Date: Saturday, February 11, 2012 @ 07:00:46 Author: andrea Revision: 149889
Move appmenu-qt from AUR Added: appmenu-qt/ appmenu-qt/repos/ appmenu-qt/trunk/ appmenu-qt/trunk/PKGBUILD ----------+ PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) Added: appmenu-qt/trunk/PKGBUILD =================================================================== --- appmenu-qt/trunk/PKGBUILD (rev 0) +++ appmenu-qt/trunk/PKGBUILD 2012-02-11 12:00:46 UTC (rev 149889) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Andrea Scarpino <[email protected]> + +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 +} Property changes on: appmenu-qt/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id
