Date: Monday, November 2, 2015 @ 16:20:28 Author: jleclanche Revision: 145662
lxqt-sudo: New package for LXQt 0.10.0 Added: lxqt-sudo/ lxqt-sudo/repos/ lxqt-sudo/trunk/ lxqt-sudo/trunk/PKGBUILD ----------+ PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) Added: lxqt-sudo/trunk/PKGBUILD =================================================================== --- lxqt-sudo/trunk/PKGBUILD (rev 0) +++ lxqt-sudo/trunk/PKGBUILD 2015-11-02 15:20:28 UTC (rev 145662) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Jerome Leclanche <[email protected]> + +pkgname=lxqt-sudo +pkgver=0.10.0 +pkgrel=1 +pkgdesc="LXQt privilege program (lxsu)." +arch=("i686" "x86_64") +groups=("lxqt") +url="http://lxqt.org" +license=("LGPL2.1") +depends=("liblxqt") +makedepends=("cmake" "qt5-tools") +source=( + "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz" + "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc" +) +sha256sums=( + "3b65fb9dc7b3b866a5fb090b16839308a15998ee30dfb28fae3c33370728fa57" + "SKIP" +) +validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373") + + +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-sudo/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
