[arch-commits] Commit in pcmanfm-qt/repos (4 files)
Jerome Leclanche
jleclanche at archlinux.org
Sat Sep 24 15:51:41 UTC 2016
Date: Saturday, September 24, 2016 @ 15:51:40
Author: jleclanche
Revision: 190442
archrelease: copy trunk to community-i686, community-x86_64
Added:
pcmanfm-qt/repos/community-i686/PKGBUILD
(from rev 190441, pcmanfm-qt/trunk/PKGBUILD)
pcmanfm-qt/repos/community-x86_64/PKGBUILD
(from rev 190441, pcmanfm-qt/trunk/PKGBUILD)
Deleted:
pcmanfm-qt/repos/community-i686/PKGBUILD
pcmanfm-qt/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 92 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 43 --------------------
community-x86_64/PKGBUILD | 43 --------------------
3 files changed, 92 insertions(+), 86 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-09-24 15:51:35 UTC (rev 190441)
+++ community-i686/PKGBUILD 2016-09-24 15:51:40 UTC (rev 190442)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=pcmanfm-qt
-pkgver=0.10.0
-pkgrel=4
-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")
-optdepends=(
- "gvfs: for trash support, mounting with udisks and remote filesystems"
- "udisks: alternative for mounting volumes"
- "xarchiver: archive management"
-)
-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
-}
Copied: pcmanfm-qt/repos/community-i686/PKGBUILD (from rev 190441, pcmanfm-qt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-24 15:51:40 UTC (rev 190442)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=pcmanfm-qt
+pkgver=0.11.1
+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=("cmake" "qt5-tools" "git")
+optdepends=(
+ "gvfs: for trash support, mounting with udisks and remote filesystems"
+ "udisks: alternative for mounting volumes"
+ "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=(
+ "fd035da1f74506f2897fc94b874def521a88a2f4f82c7eea1eb406375a2571fa"
+ "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 2016-09-24 15:51:35 UTC (rev 190441)
+++ community-x86_64/PKGBUILD 2016-09-24 15:51:40 UTC (rev 190442)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=pcmanfm-qt
-pkgver=0.10.0
-pkgrel=4
-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")
-optdepends=(
- "gvfs: for trash support, mounting with udisks and remote filesystems"
- "udisks: alternative for mounting volumes"
- "xarchiver: archive management"
-)
-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
-}
Copied: pcmanfm-qt/repos/community-x86_64/PKGBUILD (from rev 190441, pcmanfm-qt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-09-24 15:51:40 UTC (rev 190442)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=pcmanfm-qt
+pkgver=0.11.1
+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=("cmake" "qt5-tools" "git")
+optdepends=(
+ "gvfs: for trash support, mounting with udisks and remote filesystems"
+ "udisks: alternative for mounting volumes"
+ "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=(
+ "fd035da1f74506f2897fc94b874def521a88a2f4f82c7eea1eb406375a2571fa"
+ "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