[arch-commits] Commit in libfm-qt/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Sat Apr 25 02:25:16 UTC 2020
Date: Saturday, April 25, 2020 @ 02:25:15
Author: yan12125
Revision: 619705
upgpkg: libfm-qt 0.15.0-1
* Add .so provides
* Optional dependency is for https://github.com/lxqt/libfm-qt/pull/535
* Correct license. libfm-qt has been relicensed to LGPL v2.1 for some time https://github.com/lxqt/libfm-qt/commit/f0f38ace39438dee4f3fc8f6948cd93020a52b85
Modified:
libfm-qt/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-25 02:19:58 UTC (rev 619704)
+++ PKGBUILD 2020-04-25 02:25:15 UTC (rev 619705)
@@ -2,23 +2,28 @@
# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
pkgname=libfm-qt
-pkgver=0.14.1
-pkgrel=4
+pkgver=0.15.0
+pkgrel=1
pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
arch=("x86_64")
url="https://lxqt.org"
-license=("GPL2")
+license=("LGPL2.1")
depends=("menu-cache" "libexif" "qt5-x11extras")
makedepends=("lxqt-build-tools")
+optdepends=(
+ "org.freedesktop.secrets: allow to remember mount passwords"
+)
+provides=("libfm-qt.so")
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"
)
-sha512sums=('a265f6831a077ccb78a994828e6c69a22f2f6432b1f6ed6f404af41f013112870f7aee98067f2c466bec6cdfea040c10c7ce7e0f0ed977e5d266ec38e543d2a7'
+sha512sums=('e4612e6f892707be94998c8642b58aed4807a1be26b7e3c9f0fe025036fb9070a0c756d52cd9cd106a608b1c50137f799a75dd464e2a0de167e285e8cc3564c3'
'SKIP')
validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <agaida at siduction.org>
+ "19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # Pedram Pourang <tsujan2000 at gmail.com>
)
@@ -27,8 +32,7 @@
cd build
cmake "$srcdir/$pkgname-$pkgver" \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
+ -DCMAKE_INSTALL_PREFIX=/usr
make
}
More information about the arch-commits
mailing list