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

Jerome Leclanche jleclanche at archlinux.org
Fri Nov 6 12:16:07 UTC 2015


    Date: Friday, November 6, 2015 @ 13:16:06
  Author: jleclanche
Revision: 146294

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

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

-------------------------------------+
 /PKGBUILD                           |   78 ++++++++++++++++++++++++++++++++++
 /pcmanfm-qt.install                 |   22 +++++++++
 community-i686/PKGBUILD             |   39 -----------------
 community-i686/pcmanfm-qt.install   |   11 ----
 community-x86_64/PKGBUILD           |   39 -----------------
 community-x86_64/pcmanfm-qt.install |   11 ----
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-11-06 12:16:00 UTC (rev 146293)
+++ community-i686/PKGBUILD	2015-11-06 12:16:06 UTC (rev 146294)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=pcmanfm-qt
-pkgver=0.10.0
-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" "lxmenu-data")
-makedepends=("cmake" "qt5-tools")
-install="$pkgname.install"
-source=(
-	"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
-	"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
-)
-sha256sums=(
-	"254c1da0d3fce2ab0a03b21861191b0875ce43382c74d3abbfa8f3dc88a080a4"
-	"SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-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 146293, pcmanfm-qt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-06 12:16:06 UTC (rev 146294)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=pcmanfm-qt
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="The LXQt file manager, Qt port of PCManFM"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("liblxqt" "libfm" "lxmenu-data")
+makedepends=("cmake" "qt5-tools")
+install="$pkgname.install"
+source=(
+	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
+	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=(
+	"254c1da0d3fce2ab0a03b21861191b0875ce43382c74d3abbfa8f3dc88a080a4"
+	"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+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-i686/pcmanfm-qt.install
===================================================================
--- community-i686/pcmanfm-qt.install	2015-11-06 12:16:00 UTC (rev 146293)
+++ community-i686/pcmanfm-qt.install	2015-11-06 12:16:06 UTC (rev 146294)
@@ -1,11 +0,0 @@
-post_install() {
-	update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install $1
-}
-
-post_remove() {
-	post_install $1
-}

Copied: pcmanfm-qt/repos/community-i686/pcmanfm-qt.install (from rev 146293, pcmanfm-qt/trunk/pcmanfm-qt.install)
===================================================================
--- community-i686/pcmanfm-qt.install	                        (rev 0)
+++ community-i686/pcmanfm-qt.install	2015-11-06 12:16:06 UTC (rev 146294)
@@ -0,0 +1,11 @@
+post_install() {
+	update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install $1
+}
+
+post_remove() {
+	post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-11-06 12:16:00 UTC (rev 146293)
+++ community-x86_64/PKGBUILD	2015-11-06 12:16:06 UTC (rev 146294)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=pcmanfm-qt
-pkgver=0.10.0
-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" "lxmenu-data")
-makedepends=("cmake" "qt5-tools")
-install="$pkgname.install"
-source=(
-	"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
-	"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
-)
-sha256sums=(
-	"254c1da0d3fce2ab0a03b21861191b0875ce43382c74d3abbfa8f3dc88a080a4"
-	"SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-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 146293, pcmanfm-qt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-06 12:16:06 UTC (rev 146294)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=pcmanfm-qt
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="The LXQt file manager, Qt port of PCManFM"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("liblxqt" "libfm" "lxmenu-data")
+makedepends=("cmake" "qt5-tools")
+install="$pkgname.install"
+source=(
+	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
+	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=(
+	"254c1da0d3fce2ab0a03b21861191b0875ce43382c74d3abbfa8f3dc88a080a4"
+	"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+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/pcmanfm-qt.install
===================================================================
--- community-x86_64/pcmanfm-qt.install	2015-11-06 12:16:00 UTC (rev 146293)
+++ community-x86_64/pcmanfm-qt.install	2015-11-06 12:16:06 UTC (rev 146294)
@@ -1,11 +0,0 @@
-post_install() {
-	update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install $1
-}
-
-post_remove() {
-	post_install $1
-}

Copied: pcmanfm-qt/repos/community-x86_64/pcmanfm-qt.install (from rev 146293, pcmanfm-qt/trunk/pcmanfm-qt.install)
===================================================================
--- community-x86_64/pcmanfm-qt.install	                        (rev 0)
+++ community-x86_64/pcmanfm-qt.install	2015-11-06 12:16:06 UTC (rev 146294)
@@ -0,0 +1,11 @@
+post_install() {
+	update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install $1
+}
+
+post_remove() {
+	post_install $1
+}



More information about the arch-commits mailing list