Date: Sunday, February 15, 2015 @ 00:16:42 Author: jleclanche Revision: 127730
lxqt-notificationd: Upstream release 0.9 (Moved from AUR) Added: lxqt-notificationd/ lxqt-notificationd/repos/ lxqt-notificationd/trunk/ lxqt-notificationd/trunk/PKGBUILD ----------+ PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) Added: lxqt-notificationd/trunk/PKGBUILD =================================================================== --- lxqt-notificationd/trunk/PKGBUILD (rev 0) +++ lxqt-notificationd/trunk/PKGBUILD 2015-02-14 23:16:42 UTC (rev 127730) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Jerome Leclanche <[email protected]> + +pkgname=lxqt-notificationd +pkgver=0.9.0 +pkgrel=1 +pkgdesc="LXQt notification daemon and library." +arch=("i686" "x86_64") +groups=("lxqt") +url="http://lxqt.org" +license=("GPL2") +depends=("lxqt-common" "liblxqt") +makedepends=("cmake" "qt5-tools") +source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz") +sha256sums=("f33f8086319ed9d4cffddaed76925db5d79716e90d1112e5b124c95594a74b24") + + +build() { + mkdir -p build + cd build + cmake "$srcdir/$pkgname-$pkgver" \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Property changes on: lxqt-notificationd/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
