Date: Monday, May 21, 2018 @ 16:43:37
  Author: bisson
Revision: 324692

upstream update

Modified:
  uim/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-05-21 14:46:21 UTC (rev 324691)
+++ PKGBUILD    2018-05-21 16:43:37 UTC (rev 324692)
@@ -4,14 +4,15 @@
 
 pkgname=uim
 pkgver=1.8.8
-pkgrel=1
+pkgrel=2
 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' 'anthy')
+makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt4' 'qt5-x11extras' 'anthy')
 optdepends=('qt4: immodule and helper applications'
+            'qt5-x11extras: immodule and helper applications'
             'gtk2: immodule and helper applications'
             'gtk3: immodule and helper applications')
 
source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
@@ -24,7 +25,9 @@
                --prefix=/usr \
                --libexecdir=/usr/lib/uim \
                --with-anthy-utf8 \
+               --with-qt5-immodule \
                --with-qt4-immodule \
+               --with-qt5 \
                --with-qt4 \
 
        make

Reply via email to