Date: Sunday, April 26, 2020 @ 06:27:12
  Author: yan12125
Revision: 621517

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-04-26 06:26:56 UTC (rev 621516)
+++ PKGBUILD    2020-04-26 06:27:12 UTC (rev 621517)
@@ -1,45 +0,0 @@
-# Maintainer: Jerome Leclanche <[email protected]>
-# Maintainer: Chih-Hsuan Yen <[email protected]>
-
-pkgname=pcmanfm-qt
-pkgver=0.15.0
-pkgrel=1
-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" "libfm-qt.so")
-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=('69d60ac9b1ee73ad73280ce544680c6f7fe72fd69eba9c9b7a03e6c80576c105'
-            'SKIP')
-validpgpkeys=(
-       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<[email protected]>
-       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<[email protected]>
-       "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 
<[email protected]>
-)
-
-
-build() {
-       mkdir -p build
-       cd build
-
-       cmake "$srcdir/$pkgname-$pkgver" \
-               -DCMAKE_INSTALL_PREFIX=/usr
-       make
-}
-
-package() {
-       cd build
-       make DESTDIR="$pkgdir" install
-}

Copied: pcmanfm-qt/repos/community-testing-x86_64/PKGBUILD (from rev 621516, 
pcmanfm-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-04-26 06:27:12 UTC (rev 621517)
@@ -0,0 +1,45 @@
+# Maintainer: Jerome Leclanche <[email protected]>
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+
+pkgname=pcmanfm-qt
+pkgver=0.15.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" "libfm-qt.so")
+makedepends=("lxqt-build-tools")
+optdepends=(
+       "gvfs: for trash support, mounting with udisks and remote filesystems"
+       "gvfs-mtp: MTP support (Media Transfer Protocol)"
+       "lxqt-archiver: archive management"
+       "qt5-translations: allow keyboard shortcuts to function in some 
languages (e.g. German)"
+)
+source=(
+       
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+       
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=('69d60ac9b1ee73ad73280ce544680c6f7fe72fd69eba9c9b7a03e6c80576c105'
+            'SKIP')
+validpgpkeys=(
+       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<[email protected]>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<[email protected]>
+       "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 
<[email protected]>
+)
+
+
+build() {
+       mkdir -p build
+       cd build
+
+       cmake "$srcdir/$pkgname-$pkgver" \
+               -DCMAKE_INSTALL_PREFIX=/usr
+       make
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+}

Reply via email to