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

Gaetan Bisson bisson at archlinux.org
Wed Jun 27 15:28:08 UTC 2012


    Date: Wednesday, June 27, 2012 @ 11:28:08
  Author: bisson
Revision: 162651

fix FS#30460

Modified:
  gcin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-27 15:03:29 UTC (rev 162650)
+++ PKGBUILD	2012-06-27 15:28:08 UTC (rev 162651)
@@ -5,15 +5,15 @@
 
 pkgname=gcin
 pkgver=2.7.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Input method server supporting various input methods'
 url='http://hyperrate.com/dir.php?eid=67'
 license=('LGPL')
 arch=('i686' 'x86_64')
-depends=('gtk2' 'libxtst')
-makedepends=('qt' 'gtk3' 'anthy' 'libchewing')
+depends=('gtk3' 'libxtst')
+makedepends=('qt' 'gtk2' 'anthy' 'libchewing')
 optdepends=('qt: support for qt4 input method'
-            'gtk3: support for gtk3 input method'
+            'gtk2: support for gtk2 input method'
             'anthy: support for anthy input method'
             'libchewing: support for chewing input method')
 source=("http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz"




More information about the arch-commits mailing list