[arch-commits] Commit in libfm-qt/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jerome Leclanche jleclanche at archlinux.org
Thu May 24 20:24:25 UTC 2018


    Date: Thursday, May 24, 2018 @ 20:24:23
  Author: jleclanche
Revision: 329101

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-24 20:24:18 UTC (rev 329100)
+++ PKGBUILD	2018-05-24 20:24:23 UTC (rev 329101)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=libfm-qt
-pkgver=0.12.0
-pkgrel=2
-pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
-arch=("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=(
-	"a2cc4fc811aff6a83507e41770152cb01ea564668a33f4c878c7132a42b4f693"
-	"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 329100, libfm-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-24 20:24:23 UTC (rev 329101)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=libfm-qt
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
+arch=("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=(
+	"8725a8d50ad071ca43ad6af6464c08e85bdb197e49db202b1adef6df61c23b8c"
+	"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