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

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


    Date: Monday, January 30, 2017 @ 17:20:21
  Author: bgyorgy
Revision: 209529

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

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

---------------------------+
 /PKGBUILD                 |   80 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   41 ----------------------
 community-x86_64/PKGBUILD |   41 ----------------------
 3 files changed, 80 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-30 17:20:14 UTC (rev 209528)
+++ community-i686/PKGBUILD	2017-01-30 17:20:21 UTC (rev 209529)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=libfm-qt
-pkgver=0.11.2
-pkgrel=1
-pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("GPL2")
-depends=("libfm" "liblxqt" "qt5-x11extras")
-makedepends=("lxqt-build-tools")
-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=(
-	"d6154760fd89eea9c4f87acce4c8c692852229ed8d5bbaf25f4a8517024f74fd"
-	"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: libfm-qt/repos/community-i686/PKGBUILD (from rev 209528, libfm-qt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-30 17:20:21 UTC (rev 209529)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=libfm-qt
+pkgver=0.11.2
+pkgrel=2
+pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
+arch=("i686" "x86_64")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("libfm" "qt5-x11extras")
+makedepends=("lxqt-build-tools")
+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=(
+	"d6154760fd89eea9c4f87acce4c8c692852229ed8d5bbaf25f4a8517024f74fd"
+	"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:20:14 UTC (rev 209528)
+++ community-x86_64/PKGBUILD	2017-01-30 17:20:21 UTC (rev 209529)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=libfm-qt
-pkgver=0.11.2
-pkgrel=1
-pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("GPL2")
-depends=("libfm" "liblxqt" "qt5-x11extras")
-makedepends=("lxqt-build-tools")
-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=(
-	"d6154760fd89eea9c4f87acce4c8c692852229ed8d5bbaf25f4a8517024f74fd"
-	"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: libfm-qt/repos/community-x86_64/PKGBUILD (from rev 209528, libfm-qt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-30 17:20:21 UTC (rev 209529)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=libfm-qt
+pkgver=0.11.2
+pkgrel=2
+pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
+arch=("i686" "x86_64")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("libfm" "qt5-x11extras")
+makedepends=("lxqt-build-tools")
+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=(
+	"d6154760fd89eea9c4f87acce4c8c692852229ed8d5bbaf25f4a8517024f74fd"
+	"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