Date: Monday, January 30, 2017 @ 20:13:34 Author: bgyorgy Revision: 209563
Add lximage-qt (part of lxqt) Added: lximage-qt/ lximage-qt/trunk/ lximage-qt/trunk/PKGBUILD ----------+ PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) Added: lximage-qt/trunk/PKGBUILD =================================================================== --- lximage-qt/trunk/PKGBUILD (rev 0) +++ lximage-qt/trunk/PKGBUILD 2017-01-30 20:13:34 UTC (rev 209563) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Jerome Leclanche <[email protected]> + +pkgname=lximage-qt +pkgver=0.5.1 +pkgrel=2 +pkgdesc="The LXQt image viewer and screenshot tool" +arch=("i686" "x86_64") +groups=("lxqt") +url="http://lxqt.org" +license=("GPL2") +depends=("hicolor-icon-theme" "libfm-qt" "qt5-svg") +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=( + "a33077861a4c6cfe3330e29bbfec86801c0e46fd0fc6a8b8e6b29fc8d6753553" + "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: lximage-qt/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
