[arch-commits] Commit in libfm-qt/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jerome Leclanche
jleclanche at archlinux.org
Sun Dec 24 04:25:40 UTC 2017
Date: Sunday, December 24, 2017 @ 04:25:39
Author: jleclanche
Revision: 275614
archrelease: copy trunk to community-x86_64
Added:
libfm-qt/repos/community-x86_64/PKGBUILD
(from rev 275613, libfm-qt/trunk/PKGBUILD)
Deleted:
libfm-qt/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-24 04:25:26 UTC (rev 275613)
+++ PKGBUILD 2017-12-24 04:25:39 UTC (rev 275614)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=libfm-qt
-pkgver=0.12.0
-pkgrel=1
-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=(
- "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 275613, libfm-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-24 04:25:39 UTC (rev 275614)
@@ -0,0 +1,40 @@
+# $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
+}
More information about the arch-commits
mailing list