Date: Monday, January 30, 2017 @ 22:05:47 Author: bgyorgy Revision: 209569
Add obconf-qt (part of lxqt) Added: obconf-qt/ obconf-qt/trunk/ obconf-qt/trunk/PKGBUILD ----------+ PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) Added: obconf-qt/trunk/PKGBUILD =================================================================== --- obconf-qt/trunk/PKGBUILD (rev 0) +++ obconf-qt/trunk/PKGBUILD 2017-01-30 22:05:47 UTC (rev 209569) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Jerome Leclanche <[email protected]> + +pkgname=obconf-qt +pkgver=0.11.1 +pkgrel=2 +pkgdesc="Openbox configuration tool. Qt port of ObConf" +arch=("i686" "x86_64") +groups=("lxqt") +url="http://lxqt.org" +license=("LGPL2.1") +depends=("hicolor-icon-theme" "openbox" "qt5-x11extras") +makedepends=("lxqt-build-tools") +source=( + "https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz" + "https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc" +) +sha256sums=( + "3af6610a01740c8d9221c7eecc8114c8db953341990b2008f9cbc65ea856e216" + "SKIP" +) +validpgpkeys=( + "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <[email protected]> + "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <[email protected]> +) + + +build() { + mkdir -p build + cd build + cmake "$srcdir/$pkgname-$pkgver" \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Property changes on: obconf-qt/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
