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

Gaëtan Bisson bisson at archlinux.org
Wed Jun 13 06:36:02 UTC 2018


    Date: Wednesday, June 13, 2018 @ 06:36:01
  Author: bisson
Revision: 326877

implement FS#58954

Modified:
  uim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-13 03:50:07 UTC (rev 326876)
+++ PKGBUILD	2018-06-13 06:36:01 UTC (rev 326877)
@@ -4,17 +4,19 @@
 
 pkgname=uim
 pkgver=1.8.8
-pkgrel=2
+pkgrel=3
 pkgdesc='Multilingual input method library'
 url='https://github.com/uim/uim'
 license=('custom:BSD')
 arch=('x86_64')
 depends=('libxft' 'libedit' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt4' 'qt5-x11extras' 'anthy')
+makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt4' 'qt5-x11extras' 'anthy' 'skk-jisyo')
 optdepends=('qt4: immodule and helper applications'
             'qt5-x11extras: immodule and helper applications'
             'gtk2: immodule and helper applications'
-            'gtk3: immodule and helper applications')
+            'gtk3: immodule and helper applications'
+            'skk-jisyo: input method'
+            'anthy: input method')
 source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
 sha256sums=('34599bbcc4e5ab87832370763e38be5100984a64237555e9234a1ea225a0fadc')
 
@@ -24,11 +26,12 @@
 	./configure \
 		--prefix=/usr \
 		--libexecdir=/usr/lib/uim \
-		--with-anthy-utf8 \
 		--with-qt5-immodule \
 		--with-qt4-immodule \
 		--with-qt5 \
 		--with-qt4 \
+		--with-anthy-utf8 \
+		--with-skk \
 
 	make
 }



More information about the arch-commits mailing list