Date: Wednesday, May 1, 2019 @ 09:36:10 Author: arojas Revision: 352346
Drop Qt4 support Modified: uim/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-01 09:28:06 UTC (rev 352345) +++ PKGBUILD 2019-05-01 09:36:10 UTC (rev 352346) @@ -3,15 +3,14 @@ pkgname=uim pkgver=1.8.8 -pkgrel=3 +pkgrel=4 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' 'skk-jisyo') -optdepends=('qt4: immodule and helper applications' - 'qt5-x11extras: immodule and helper applications' +makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt5-x11extras' 'anthy' 'skk-jisyo') +optdepends=('qt5-x11extras: immodule and helper applications' 'gtk2: immodule and helper applications' 'gtk3: immodule and helper applications' 'skk-jisyo: input method' @@ -26,9 +25,7 @@ --prefix=/usr \ --libexecdir=/usr/lib/uim \ --with-qt5-immodule \ - --with-qt4-immodule \ --with-qt5 \ - --with-qt4 \ --with-anthy-utf8 \ --with-skk \
