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

Gaetan Bisson bisson at archlinux.org
Sun Jan 18 07:05:52 UTC 2015


    Date: Sunday, January 18, 2015 @ 08:05:51
  Author: bisson
Revision: 229511

upstream update

Modified:
  gcin/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-18 05:57:13 UTC (rev 229510)
+++ PKGBUILD	2015-01-18 07:05:51 UTC (rev 229511)
@@ -4,7 +4,7 @@
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=gcin
-pkgver=2.8.2
+pkgver=2.8.3
 pkgrel=1
 pkgdesc='Input method server supporting various input methods'
 url='http://hyperrate.com/dir.php?eid=67'
@@ -11,18 +11,20 @@
 license=('LGPL')
 arch=('i686' 'x86_64')
 depends=('gtk2' 'libxtst')
-makedepends=('qt4' 'gtk3' 'anthy' 'libchewing')
-optdepends=('qt4: support for qt4 input method'
+makedepends=('qt5-base' 'qt4' 'gtk3' 'anthy' 'libchewing')
+optdepends=('qt5-base: support for qt5 input method'
+            'qt4: support for qt4 input method'
             'gtk3: support for gtk3 input method'
             'anthy: support for anthy input method'
             'libchewing: support for chewing input method')
 source=("http://hyperrate.com/gcin-source/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('d045f5369cca83c131abf4f871601cd226a6aaec')
+sha1sums=('95b980f7cf9dc2ad91803113cdbb4ac831f056de')
 
 install=install
 
 prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
+	sed 's:qt5/QtGui/5.2.1:qt/QtGui/5.4.0:g' -i qt5-im/Makefile
 	sed 's/lib64/lib/g' -i configure
 	sed '/include suffixes-rule/a \
 		CFLAGS+='"${CFLAGS}"' \



More information about the arch-commits mailing list