Date: Saturday, September 24, 2016 @ 15:09:24 Author: jleclanche Revision: 190376
libfm-qt: Initial package Added: libfm-qt/ libfm-qt/repos/ libfm-qt/trunk/ libfm-qt/trunk/PKGBUILD ----------+ PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) Added: libfm-qt/trunk/PKGBUILD =================================================================== --- libfm-qt/trunk/PKGBUILD (rev 0) +++ libfm-qt/trunk/PKGBUILD 2016-09-24 15:09:24 UTC (rev 190376) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Jerome Leclanche <[email protected]> + +pkgname=libfm-qt +pkgver=0.11.1 +pkgrel=1 +pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)" +arch=("i686" "x86_64") +groups=("lxqt") +url="http://lxqt.org" +license=("GPL2") +depends=("libfm" "qt5-x11extras") +makedepends=("cmake" "qt5-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=( + "fd035da1f74506f2897fc94b874def521a88a2f4f82c7eea1eb406375a2571fa" + "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: libfm-qt/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
