diff options
author | obache <obache@pkgsrc.org> | 2011-10-07 11:47:50 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-10-07 11:47:50 +0000 |
commit | 5361cb362e349aef44c36ccbe72aeb5ebbff00d6 (patch) | |
tree | d978041e3adb1ec94b542aef25d5db538cdb58e3 /inputmethod | |
parent | b792abe75b5a892d4c6e500cd39fbbf7c5934bb0 (diff) | |
download | pkgsrc-5361cb362e349aef44c36ccbe72aeb5ebbff00d6.tar.gz |
Update gtk-im-libthai to 0.2.0.
0.2.0 (2011-06-17)
=====
- Ported to GTK+ 3 (GTK+ 2 is still supported in the mean time)
- Fix bug with level 3 and level 5 keys
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/gtk-im-libthai/Makefile | 7 | ||||
-rw-r--r-- | inputmethod/gtk-im-libthai/distinfo | 10 | ||||
-rw-r--r-- | inputmethod/gtk-im-libthai/patches/patch-aa | 30 |
3 files changed, 20 insertions, 27 deletions
diff --git a/inputmethod/gtk-im-libthai/Makefile b/inputmethod/gtk-im-libthai/Makefile index 0b216959e35..64ce64b437f 100644 --- a/inputmethod/gtk-im-libthai/Makefile +++ b/inputmethod/gtk-im-libthai/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2011/04/24 13:30:07 obache Exp $ +# $NetBSD: Makefile,v 1.10 2011/10/07 11:47:50 obache Exp $ # -DISTNAME= gtk-im-libthai-0.1.5 -PKGREVISION= 5 +DISTNAME= gtk-im-libthai-0.2.0 CATEGORIES= inputmethod MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \ ftp://linux.thai.net/pub/ThaiLinux/software/libthai/ @@ -18,6 +17,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config +CONFIGURE_ARGS+= --disable-gtk3 + GTK2_IMMODULES= yes .include "../../devel/libthai/buildlink3.mk" diff --git a/inputmethod/gtk-im-libthai/distinfo b/inputmethod/gtk-im-libthai/distinfo index 146f6c42235..7ecb04af6fe 100644 --- a/inputmethod/gtk-im-libthai/distinfo +++ b/inputmethod/gtk-im-libthai/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2010/03/10 13:51:27 obache Exp $ +$NetBSD: distinfo,v 1.4 2011/10/07 11:47:50 obache Exp $ -SHA1 (gtk-im-libthai-0.1.5.tar.gz) = c95f4328c9007f871ff7350f70e8b9f0ee862410 -RMD160 (gtk-im-libthai-0.1.5.tar.gz) = a305ca8f0b0078fa7bff476ecc5a2278f731766b -Size (gtk-im-libthai-0.1.5.tar.gz) = 295900 bytes -SHA1 (patch-aa) = e2b08918d0859bdecf2bcaeb927ba3126420f224 +SHA1 (gtk-im-libthai-0.2.0.tar.gz) = ad6e2d4da2ce181ee1ba9a0b2a75f18e4dcac9b0 +RMD160 (gtk-im-libthai-0.2.0.tar.gz) = 1d8fe1bc67c311c4d76ab7596860f5b245367dbd +Size (gtk-im-libthai-0.2.0.tar.gz) = 320566 bytes +SHA1 (patch-aa) = f4eccb295992aefb7a8e8b442c80b988e2bfe2db diff --git a/inputmethod/gtk-im-libthai/patches/patch-aa b/inputmethod/gtk-im-libthai/patches/patch-aa index 39776286a5d..0e1999b30c4 100644 --- a/inputmethod/gtk-im-libthai/patches/patch-aa +++ b/inputmethod/gtk-im-libthai/patches/patch-aa @@ -1,26 +1,18 @@ -$NetBSD: patch-aa,v 1.2 2010/03/10 13:51:27 obache Exp $ +$NetBSD: patch-aa,v 1.3 2011/10/07 11:47:50 obache Exp $ Handled by pkgsrc package install script. ---- src/Makefile.in.orig 2009-12-27 05:07:04.000000000 +0000 +--- src/Makefile.in.orig 2011-06-17 09:03:07.000000000 +0000 +++ src/Makefile.in -@@ -542,19 +542,6 @@ uninstall-am: uninstall-moduleLTLIBRARIE +@@ -660,9 +660,9 @@ uninstall-am: uninstall-gtk2moduleLTLIBR + # Running this if cross compiling or if DESTDIR is set is going to # not work at all, so skip it. - install-data-hook: -- @if test -z "$(DESTDIR)" ; then \ -- echo $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gtk-2.0 ; \ -- $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gtk-2.0 ; \ -- echo "gtk-query-immodules-2.0 > $(DESTDIR)$(sysconfdir)/gtk-2.0/gtk.immodules" ; \ -- gtk-query-immodules-2.0 > $(DESTDIR)$(sysconfdir)/gtk-2.0/gtk.immodules ; \ -- else \ -- echo "***" ; \ -- echo "*** Warning: gtk.immodules not built" ; \ -- echo "***" ; \ -- echo "*** Generate this file manually on host" ; \ -- echo "*** system using gtk-query-immodules-2.0" ; \ -- echo "***" ; \ -- fi +-install-data-hook: update-modules ++install-data-hook: + +-uninstall-hook: update-modules ++uninstall-hook: - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. + update-modules: + @if test -z "$(DESTDIR)" ; then \ |