[arch-commits] CVS update of extra/lib/uim (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jun 5 20:27:37 UTC 2007


    Date: Tuesday, June 5, 2007 @ 16:27:37
  Author: andyrtr
    Path: /home/cvs-extra/extra/lib/uim

Modified: PKGBUILD (1.8 -> 1.9)

fixed dependencies


----------+
 PKGBUILD |   53 +++++++++++++++++++++++++++--------------------------
 1 file changed, 27 insertions(+), 26 deletions(-)


Index: extra/lib/uim/PKGBUILD
diff -u extra/lib/uim/PKGBUILD:1.8 extra/lib/uim/PKGBUILD:1.9
--- extra/lib/uim/PKGBUILD:1.8	Thu Dec 14 20:20:19 2006
+++ extra/lib/uim/PKGBUILD	Tue Jun  5 16:27:36 2007
@@ -1,42 +1,43 @@
-# $Id: PKGBUILD,v 1.8 2006/12/15 01:20:19 damir Exp $
+# $Id: PKGBUILD,v 1.9 2007/06/05 20:27:36 andyrtr Exp $
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=uim
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="multilingual input method library"
 arch=(i686 x86_64)
+license=('custom')
 url="http://uim.freedesktop.org"
-depends=('gnome-panel')
-makedepends=('anthy' 'm17n-lib')
+depends=('gnome-panel' 'm17n-lib')
 source=(http://uim.freedesktop.org/releases/$pkgname-$pkgver.tar.gz)
+options=(!libtool)
+md5sums=('c27e96ea57e5fcd38ddc72876a1d6d1c')
 
 build() {
      cd $startdir/src/$pkgname-$pkgver
      ./configure --prefix=/usr
      make || return 1
      make DESTDIR=$startdir/pkg install || return 1
-     find $startdir/pkg -name '*.la' -exec rm {} \;
+     install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
 }
 
-
-#    Anthy           : yes
-#    Canna           : no
-#    Mana            : no
-#    PRIME           : no
-#    m17n-lib        : yes
-#    SCIM            : no
-#    Gtk+            : yes
-#    Gnome           : yes
-#    Gnome Applet    : yes
-#    Qt              : no
-#    Qt immodule     : no
-#    FEP             : yes
-#    Emacs           : yes
-#    XIM             : yes
-#    DICT            : no
-#    EB              : no
-#    libedit         : no
-#    Default toolkit : gtk
-
-
+#Configure Result :
+#
+#   Anthy           : yes
+#   Canna           : no
+#   Mana            : no
+#   PRIME           : no
+#   m17n-lib        : yes
+#   SCIM            : no
+#   Gtk+            : yes
+#   Gnome Applet    : yes
+#   Qt              : no
+#   Qt immodule     : no
+#   FEP             : yes
+#   Emacs           : yes
+#   XIM             : yes
+#   Pref            : yes
+#   DICT            : no
+#   EB              : no
+#   libedit         : no
+#   Default toolkit : gtk
\ No newline at end of file




More information about the arch-commits mailing list