[arch-commits] Commit in liblxqt/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Fri Apr 24 19:21:22 UTC 2020
Date: Friday, April 24, 2020 @ 19:21:22
Author: yan12125
Revision: 619528
upgpkg: liblxqt 0.15.0-1
Modified:
liblxqt/trunk/PKGBUILD
----------+
PKGBUILD | 18 +++++-------------
1 file changed, 5 insertions(+), 13 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-24 19:20:51 UTC (rev 619527)
+++ PKGBUILD 2020-04-24 19:21:22 UTC (rev 619528)
@@ -1,7 +1,7 @@
# Maintainer: Jerome Leclanche <jerome at leclan.ch>
pkgname=liblxqt
-pkgver=0.14.1
+pkgver=0.15.0
pkgrel=1
pkgdesc="Common base library for LXQt components."
arch=("x86_64")
@@ -12,28 +12,20 @@
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"
- qt5.14.diff
)
-sha256sums=('1aa7325654d20d3060a0ef0ffc27febfd58ee66704ee690727dc1a77ad1069bd'
- 'SKIP'
- 'dbde480fe0cd9393751636ec39a2282301eb3759bb0ec076d81b18d81e0fddb2')
+sha256sums=('48e72ed15e7ac0badbd132d17ff2c9d95f2c9652a807dfe1d3f4ff00c8b7cb44'
+ 'SKIP')
validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <agaida at siduction.org>
+ "19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # Pedram Pourang <tsujan2000 at gmail.com>
)
-prepare() {
- cd $pkgname-$pkgver
- # Backport of https://github.com/lxqt/liblxqt/pull/243
- patch -Np1 -i ../qt5.14.diff
-}
-
build() {
mkdir -p build
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