[arch-commits] Commit in (4 files)

Jerome Leclanche jleclanche at archlinux.org
Sat Sep 24 15:09:24 UTC 2016


    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 <jerome at leclan.ch>
+
+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 <jerome at leclan.ch>
+	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
+)
+
+
+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



More information about the arch-commits mailing list