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/gtk-im-libthai/patches/patch-aa | |
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/gtk-im-libthai/patches/patch-aa')
-rw-r--r-- | inputmethod/gtk-im-libthai/patches/patch-aa | 30 |
1 files changed, 11 insertions, 19 deletions
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 \ |