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

Gaetan Bisson bisson at archlinux.org
Thu Sep 9 23:38:53 UTC 2010


    Date: Thursday, September 9, 2010 @ 19:38:53
  Author: bisson
Revision: 90257

enable anthy-utf8 (which got disabled by default)

Modified:
  uim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-09 23:01:58 UTC (rev 90256)
+++ PKGBUILD	2010-09-09 23:38:53 UTC (rev 90257)
@@ -3,13 +3,13 @@
 
 pkgname=uim
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Multilingual input method library'
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/uim/'
 license=('custom')
 depends=('m17n-lib' 'ncurses' 'gtk2')
-makedepends=('pkg-config' 'gettext' 'intltool' 'gnome-panel')
+makedepends=('pkg-config' 'gettext' 'intltool' 'gnome-panel' 'anthy')
 optdepends=('gnome-panel: for using the GNOME applet')
 options=('!libtool')
 install=uim.install
@@ -26,7 +26,8 @@
   patch -p0 < ../uim-home.patch
   export HOME="`pwd`"
 
-  ./configure --prefix=/usr --libexecdir=/usr/lib/uim
+  ./configure --prefix=/usr --libexecdir=/usr/lib/uim \
+    --with-anthy-utf8 
   make
 }
 
@@ -35,4 +36,3 @@
   make DESTDIR="${pkgdir}" install
   install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }
-




More information about the arch-commits mailing list