[arch-commits] Commit in lxqt-globalkeys/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Sun Dec 22 13:45:36 UTC 2019


    Date: Sunday, December 22, 2019 @ 13:45:35
  Author: yan12125
Revision: 538838

lxqt-globalkeys: Add a patch to make it build with Qt 5.14

Modified:
  lxqt-globalkeys/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-22 13:44:39 UTC (rev 538837)
+++ PKGBUILD	2019-12-22 13:45:35 UTC (rev 538838)
@@ -14,14 +14,20 @@
 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"
+	$pkgname-qt5.14.patch::https://github.com/lxqt/lxqt-globalkeys/commit/c9ec69850428e599fba282c32e51868b815e3019.patch
 )
 sha256sums=('e6b92c5d9b61ad95ab30d70ecf0b30fd20ef1713910cce366e97e0dd7101f455'
-            'SKIP')
+            'SKIP'
+            '368744b010e494e018ddfca8d44b3917b7e851b683821c2faebc5ecf63ccda72')
 validpgpkeys=(
 	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
 	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
 )
 
+prepare() {
+	cd $pkgname-$pkgver
+	patch -Np1 -i ../$pkgname-qt5.14.patch
+}
 
 build() {
 	mkdir -p build



More information about the arch-commits mailing list