[arch-commits] Commit in pcmanfm-qt/repos (4 files)

Balló György bgyorgy at archlinux.org
Mon Jan 30 17:25:50 UTC 2017


    Date: Monday, January 30, 2017 @ 17:25:49
  Author: bgyorgy
Revision: 209531

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   90 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   45 ----------------------
 community-x86_64/PKGBUILD |   45 ----------------------
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-30 17:25:42 UTC (rev 209530)
+++ community-i686/PKGBUILD	2017-01-30 17:25:49 UTC (rev 209531)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=pcmanfm-qt
-pkgver=0.11.3
-pkgrel=1
-pkgdesc="The LXQt file manager, Qt port of PCManFM"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("GPL2")
-depends=("liblxqt" "libfm-qt" "lxmenu-data")
-makedepends=("lxqt-build-tools")
-optdepends=(
-	"gvfs: for trash support, mounting with udisks and remote filesystems"
-	"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=(
-	"d0273344d6fc578e05f832997dffe8d5ba6c3369a1077aa3e8ee23c6aa5b2f7f"
-	"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-i686/PKGBUILD (from rev 209530, pcmanfm-qt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-30 17:25:49 UTC (rev 209531)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=pcmanfm-qt
+pkgver=0.11.3
+pkgrel=2
+pkgdesc="The LXQt file manager, Qt port of PCManFM"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("libfm-qt" "lxmenu-data")
+makedepends=("lxqt-build-tools")
+optdepends=(
+	"gvfs: for trash support, mounting with udisks and remote filesystems"
+	"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=(
+	"d0273344d6fc578e05f832997dffe8d5ba6c3369a1077aa3e8ee23c6aa5b2f7f"
+	"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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-30 17:25:42 UTC (rev 209530)
+++ community-x86_64/PKGBUILD	2017-01-30 17:25:49 UTC (rev 209531)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=pcmanfm-qt
-pkgver=0.11.3
-pkgrel=1
-pkgdesc="The LXQt file manager, Qt port of PCManFM"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("GPL2")
-depends=("liblxqt" "libfm-qt" "lxmenu-data")
-makedepends=("lxqt-build-tools")
-optdepends=(
-	"gvfs: for trash support, mounting with udisks and remote filesystems"
-	"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=(
-	"d0273344d6fc578e05f832997dffe8d5ba6c3369a1077aa3e8ee23c6aa5b2f7f"
-	"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 209530, pcmanfm-qt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-30 17:25:49 UTC (rev 209531)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=pcmanfm-qt
+pkgver=0.11.3
+pkgrel=2
+pkgdesc="The LXQt file manager, Qt port of PCManFM"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("libfm-qt" "lxmenu-data")
+makedepends=("lxqt-build-tools")
+optdepends=(
+	"gvfs: for trash support, mounting with udisks and remote filesystems"
+	"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=(
+	"d0273344d6fc578e05f832997dffe8d5ba6c3369a1077aa3e8ee23c6aa5b2f7f"
+	"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