[arch-commits] Commit in pcmanfm-qt/repos/community-x86_64 (PKGBUILD PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Thu Feb 14 02:34:01 UTC 2019


    Date: Thursday, February 14, 2019 @ 02:34:00
  Author: yan12125
Revision: 432170

archrelease: copy trunk to community-x86_64

Added:
  pcmanfm-qt/repos/community-x86_64/PKGBUILD
    (from rev 432169, pcmanfm-qt/trunk/PKGBUILD)
Deleted:
  pcmanfm-qt/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   88 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 45 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-14 02:33:41 UTC (rev 432169)
+++ PKGBUILD	2019-02-14 02:34:00 UTC (rev 432170)
@@ -1,43 +0,0 @@
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=pcmanfm-qt
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="The LXQt file manager, Qt port of PCManFM"
-arch=("x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("GPL2")
-depends=("desktop-file-utils" "libfm-qt" "lxmenu-data")
-makedepends=("lxqt-build-tools")
-optdepends=(
-	"gvfs: for trash support, mounting with udisks and remote filesystems"
-	"gvfs-mtp: MTP support (Media Transfer Protocol)"
-	"xarchiver: archive management"
-)
-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=('5dc7fc3de03c10f77c7d8cec790449c55a33ef840c30c5b753a9cf6b97d0dfb6'
-            '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
-}

Copied: pcmanfm-qt/repos/community-x86_64/PKGBUILD (from rev 432169, pcmanfm-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-14 02:34:00 UTC (rev 432170)
@@ -0,0 +1,45 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=pcmanfm-qt
+pkgver=0.14.0
+pkgrel=2
+pkgdesc="The LXQt file manager, Qt port of PCManFM"
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org"
+license=("GPL2")
+depends=("desktop-file-utils" "libfm-qt" "lxmenu-data")
+makedepends=("lxqt-build-tools")
+optdepends=(
+	"gvfs: for trash support, mounting with udisks and remote filesystems"
+	"gvfs-mtp: MTP support (Media Transfer Protocol)"
+	"xarchiver: archive management"
+	"qt5-translations: allow keyboard shortcuts to function in some languages (e.g. German)"
+)
+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=('5dc7fc3de03c10f77c7d8cec790449c55a33ef840c30c5b753a9cf6b97d0dfb6'
+            '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
+}



More information about the arch-commits mailing list