Date: Wednesday, October 9, 2013 @ 18:10:19 Author: bisson Revision: 196247
fix FS#37263 Modified: uim/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-10-09 16:03:44 UTC (rev 196246) +++ PKGBUILD 2013-10-09 16:10:19 UTC (rev 196247) @@ -4,17 +4,16 @@ pkgname=uim pkgver=1.8.6 -pkgrel=1 +pkgrel=2 pkgdesc='Multilingual input method library' url='http://code.google.com/p/uim/' license=('custom:BSD') arch=('i686' 'x86_64') depends=('libxft' 'libedit' 'anthy' 'm17n-lib') -makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'gnome-panel') +makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3') optdepends=('qt4: immodule and helper applications' 'gtk2: immodule and helper applications' - 'gtk3: immodules and helper applications' - 'gnome-panel: gnome applet indicator') + 'gtk3: immodules and helper applications') options=('!libtool') source=("https://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") sha1sums=('409c30b31b9e58e3c18cb7862933487b0585cd1d')
