Date: Saturday, October 29, 2022 @ 17:20:19
Author: arojas
Revision: 1339206
upgpkg: lxqt-build-tools 0.11.0-2: Fix finding glib2
Modified:
lxqt-build-tools/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-29 16:59:38 UTC (rev 1339205)
+++ PKGBUILD 2022-10-29 17:20:19 UTC (rev 1339206)
@@ -3,7 +3,7 @@
pkgname=lxqt-build-tools
pkgver=0.11.0
-pkgrel=1
+pkgrel=2
pkgdesc="Various packaging tools and scripts for LXQt applications"
arch=("any")
url="https://github.com/lxqt/$pkgname"
@@ -12,9 +12,11 @@
source=(
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+ https://github.com/lxqt/lxqt-build-tools/commit/4991811d.patch
)
sha256sums=('dd5d49e59f9b0552cb40118eb28a463f630b5de6e626b2910410b54ef3bcc1b9'
- 'SKIP')
+ 'SKIP'
+ '52d03bd20cc301b9515d0e5ea1fa7a69e648097d577bce3555d858478626d46c')
validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche
<[email protected]>
"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida
<[email protected]>
@@ -21,6 +23,9 @@
"19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # Pedram Pourang
<[email protected]>
)
+prepare() {
+ patch -d $pkgname-$pkgver -p1 < 4991811d.patch # Fix finding glib2 2.73
+}
build() {
mkdir -p build