From 0d5d8a4108cc3de8140aa637332794ce44140efc Mon Sep 17 00:00:00 2001 From: MANTANI Nobutaka Date: Sun, 9 Nov 2003 02:36:37 +0000 Subject: Update to 0.1.4.1. --- japanese/uim/Makefile | 5 ++--- japanese/uim/distinfo | 2 +- japanese/uim/files/patch-Makefile.in | 13 ------------- japanese/uim/files/patch-helper:Makefile.in | 12 ++++++++++++ japanese/uim/files/patch-helper:helper-candwin-gtk.c | 15 +++++++++++++++ japanese/uim/pkg-plist | 2 ++ 6 files changed, 32 insertions(+), 17 deletions(-) delete mode 100644 japanese/uim/files/patch-Makefile.in create mode 100644 japanese/uim/files/patch-helper:Makefile.in create mode 100644 japanese/uim/files/patch-helper:helper-candwin-gtk.c (limited to 'japanese') diff --git a/japanese/uim/Makefile b/japanese/uim/Makefile index 49a69d139319..84ca54769a67 100644 --- a/japanese/uim/Makefile +++ b/japanese/uim/Makefile @@ -6,10 +6,9 @@ # PORTNAME= uim -PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTVERSION= 0.1.4.1 CATEGORIES= japanese x11 -MASTER_SITES= http://downloads.sourceforge.jp/anthy/6364/ +MASTER_SITES= http://downloads.sourceforge.jp/anthy/6654/ MAINTAINER= nobutaka@FreeBSD.org COMMENT= Input method library diff --git a/japanese/uim/distinfo b/japanese/uim/distinfo index 1b2d7bb8abc4..4ab3e0cdbc48 100644 --- a/japanese/uim/distinfo +++ b/japanese/uim/distinfo @@ -1 +1 @@ -MD5 (uim-0.1.2.tar.gz) = 25ca2debf0327bdf3f5fd0c35cef8704 +MD5 (uim-0.1.4.1.tar.gz) = dc4b2c4e5a3805d5989035f1262458b8 diff --git a/japanese/uim/files/patch-Makefile.in b/japanese/uim/files/patch-Makefile.in deleted file mode 100644 index 6f8115846be4..000000000000 --- a/japanese/uim/files/patch-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Sat Aug 30 09:37:54 2003 -+++ Makefile.in Sun Aug 31 15:38:52 2003 -@@ -131,7 +131,9 @@ - am__quote = @am__quote@ - install_sh = @install_sh@ - AUTOMAKE_OPTIONS = foreign --SUBDIRS = m4 doc scm uim xim helper po gtk -+SUBDIRS = m4 doc scm uim xim po -+@GTK2_TRUE@SUBDIRS := $(SUBDIRS) gtk -+@GNOME2_TRUE@SUBDIRS := $(SUBDIRS) helper - EXTRA_DIST = README.ja INSTALL.ja test.sh.in uim.spec.in \ - intltool-extract.in intltool-merge.in intltool-update.in - diff --git a/japanese/uim/files/patch-helper:Makefile.in b/japanese/uim/files/patch-helper:Makefile.in new file mode 100644 index 000000000000..6b25521297c7 --- /dev/null +++ b/japanese/uim/files/patch-helper:Makefile.in @@ -0,0 +1,12 @@ +--- helper/Makefile.in.orig Sun Nov 9 11:11:01 2003 ++++ helper/Makefile.in Sun Nov 9 11:14:36 2003 +@@ -140,7 +140,8 @@ + EXTRA_DIST = GNOME_UimApplet.server.in.in + + serverdir = $(libdir)/bonobo/servers +-server_DATA = GNOME_UimApplet.server ++@APPLET_TRUE@server_DATA = GNOME_UimApplet.server ++@APPLET_FALSE@server_DATA = + server_in_files = $(server_DATA:=.in) + server_in_in_files = $(server_in_files:=.in) + diff --git a/japanese/uim/files/patch-helper:helper-candwin-gtk.c b/japanese/uim/files/patch-helper:helper-candwin-gtk.c new file mode 100644 index 000000000000..9d85f729dab2 --- /dev/null +++ b/japanese/uim/files/patch-helper:helper-candwin-gtk.c @@ -0,0 +1,15 @@ +--- helper/helper-candwin-gtk.c.orig Sun Nov 9 02:26:21 2003 ++++ helper/helper-candwin-gtk.c Sun Nov 9 02:27:22 2003 +@@ -160,10 +160,11 @@ + { + int index; + char idx[20]; ++ GtkTreePath* path; + sscanf(str[1],"%d",&index); + cwin.candidate_index = index; + +- GtkTreePath* path = gtk_tree_path_new_from_indices(index, -1); ++ path = gtk_tree_path_new_from_indices(index, -1); + gtk_tree_view_set_cursor(GTK_TREE_VIEW(m_view), + path, NULL, FALSE); + gtk_tree_view_scroll_to_cell(GTK_TREE_VIEW(m_view), diff --git a/japanese/uim/pkg-plist b/japanese/uim/pkg-plist index d1cba04a71d9..f0e0e6843db0 100644 --- a/japanese/uim/pkg-plist +++ b/japanese/uim/pkg-plist @@ -1,4 +1,5 @@ bin/uim-helper-server +%%GTK%%bin/uim-helper-candwin-gtk bin/uim-xim include/uim/uim-helper.h include/uim/uim.h @@ -27,6 +28,7 @@ share/uim/im.scm share/uim/ipa.scm share/uim/japanese.scm share/uim/key.scm +share/uim/latin.scm share/uim/loader.scm share/uim/prime.scm share/uim/rk.scm -- cgit v1.2.3