Date: Wednesday, January 30, 2019 @ 11:43:28
  Author: felixonmars
Revision: 428611

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: pcmanfm-qt/repos/community-testing-x86_64/PKGBUILD (from rev 428609, 
pcmanfm-qt/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-01-30 11:43:28 UTC (rev 428611)
@@ -0,0 +1,43 @@
+# Maintainer: Jerome Leclanche <jer...@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 
<jer...@leclan.ch>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<aga...@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
+}

Reply via email to