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

Eric Bélanger eric at archlinux.org
Thu Mar 12 03:27:14 UTC 2009


    Date: Wednesday, March 11, 2009 @ 23:27:14
  Author: eric
Revision: 29749

upgpkg: uim 1.5.5-2
    Made gnome-panel an optdepends (close FS#13745), Added missing depends/makedepends (close FS#13747)

Modified:
  uim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-12 02:31:31 UTC (rev 29748)
+++ PKGBUILD	2009-03-12 03:27:14 UTC (rev 29749)
@@ -3,12 +3,14 @@
 
 pkgname=uim
 pkgver=1.5.5
-pkgrel=1
+pkgrel=2
 pkgdesc="multilingual input method library"
 arch=("i686" "x86_64")
 url="http://code.google.com/p/uim/"
 license=('custom')
-depends=('gnome-panel' 'm17n-lib')
+depends=('m17n-lib' 'ncurses' 'gtk2')
+makedepends=('gnome-panel' 'pkgconfig' 'gettext')
+optdepends=('gnome-panel: for using the GNOME applet')
 options=(!libtool)
 install=uim.install
 source=("http://uim.googlecode.com/files/$pkgname-$pkgver.tar.gz")




More information about the arch-commits mailing list