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