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

Felix Yan fyan at archlinux.org
Thu Mar 17 08:24:28 UTC 2016


    Date: Thursday, March 17, 2016 @ 09:24:25
  Author: fyan
Revision: 261961

upgpkg: gcin 2.8.4-3

rebuild with qt 5.6.0

Modified:
  gcin/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-17 08:02:55 UTC (rev 261960)
+++ PKGBUILD	2016-03-17 08:24:25 UTC (rev 261961)
@@ -6,7 +6,7 @@
 
 pkgname=gcin
 pkgver=2.8.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Input method server supporting various input methods'
 url='http://hyperrate.com/dir.php?eid=67'
 license=('LGPL')
@@ -40,6 +40,9 @@
 
 	# FS#45732
 	patch -p1 -i ../qt-5.5.patch
+
+    # Qt 5.6 doesn't provide Qt5PlatformSupport.pc anymore
+    sed -i 's/Qt5PlatformSupport//' qt5-im/Makefile
 }
 
 build() {



More information about the arch-commits mailing list