[arch-commits] Commit in libfm-qt/repos (2 files)

Chih-Hsuan Yen yan12125 at archlinux.org
Sat Apr 25 02:25:29 UTC 2020


    Date: Saturday, April 25, 2020 @ 02:25:29
  Author: yan12125
Revision: 619706

archrelease: copy trunk to community-staging-x86_64

Added:
  libfm-qt/repos/community-staging-x86_64/
  libfm-qt/repos/community-staging-x86_64/PKGBUILD
    (from rev 619705, libfm-qt/trunk/PKGBUILD)

----------+
 PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

Copied: libfm-qt/repos/community-staging-x86_64/PKGBUILD (from rev 619705, libfm-qt/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-04-25 02:25:29 UTC (rev 619706)
@@ -0,0 +1,42 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=libfm-qt
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
+arch=("x86_64")
+url="https://lxqt.org"
+license=("LGPL2.1")
+depends=("menu-cache" "libexif" "qt5-x11extras")
+makedepends=("lxqt-build-tools")
+optdepends=(
+  "org.freedesktop.secrets: allow to remember mount passwords"
+)
+provides=("libfm-qt.so")
+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"
+)
+sha512sums=('e4612e6f892707be94998c8642b58aed4807a1be26b7e3c9f0fe025036fb9070a0c756d52cd9cd106a608b1c50137f799a75dd464e2a0de167e285e8cc3564c3'
+            'SKIP')
+validpgpkeys=(
+	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
+	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
+	"19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang <tsujan2000 at gmail.com>
+)
+
+
+build() {
+	mkdir -p build
+	cd build
+
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list