diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2004-07-12 23:49:46 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2004-07-12 23:49:46 +0800 |
commit | 2e618b16f2ca7b04321f634ea4eaf495d6a63519 (patch) | |
tree | c7a71cba30b04f0e738531b54373ee4d4a77fd5c /japanese/uim | |
parent | ce7011cd6be1d8f237fc014d6108a1e21817689e (diff) | |
download | freebsd-ports-gnome-2e618b16f2ca7b04321f634ea4eaf495d6a63519.tar.gz freebsd-ports-gnome-2e618b16f2ca7b04321f634ea4eaf495d6a63519.tar.zst freebsd-ports-gnome-2e618b16f2ca7b04321f634ea4eaf495d6a63519.zip |
Update to 0.4.1.
Diffstat (limited to 'japanese/uim')
-rw-r--r-- | japanese/uim/Makefile | 3 | ||||
-rw-r--r-- | japanese/uim/distinfo | 4 | ||||
-rw-r--r-- | japanese/uim/files/patch-gtk:gtk-im-uim.c | 20 | ||||
-rw-r--r-- | japanese/uim/pkg-plist | 7 |
4 files changed, 5 insertions, 29 deletions
diff --git a/japanese/uim/Makefile b/japanese/uim/Makefile index b863d76e96b7..1e60f54a1b1a 100644 --- a/japanese/uim/Makefile +++ b/japanese/uim/Makefile @@ -6,8 +6,7 @@ # PORTNAME= uim -PORTVERSION= 0.3.9 -PORTREVISION= 1 +PORTVERSION= 0.4.1 CATEGORIES= japanese x11 MASTER_SITES= http://freedesktop.org/Software/UimDownload/ diff --git a/japanese/uim/distinfo b/japanese/uim/distinfo index ba06edf7f678..f4f29b0bbab9 100644 --- a/japanese/uim/distinfo +++ b/japanese/uim/distinfo @@ -1,2 +1,2 @@ -MD5 (uim-0.3.9.tar.gz) = 79a0ab78fe2806476d25b2c913fd6480 -SIZE (uim-0.3.9.tar.gz) = 903960 +MD5 (uim-0.4.1.tar.gz) = f80f5a82b457e7fd8fc5c5594b846550 +SIZE (uim-0.4.1.tar.gz) = 936183 diff --git a/japanese/uim/files/patch-gtk:gtk-im-uim.c b/japanese/uim/files/patch-gtk:gtk-im-uim.c deleted file mode 100644 index a90fba37f237..000000000000 --- a/japanese/uim/files/patch-gtk:gtk-im-uim.c +++ /dev/null @@ -1,20 +0,0 @@ ---- gtk/gtk-im-uim.c.orig Sat Jun 26 22:53:23 2004 -+++ gtk/gtk-im-uim.c Sat Jun 26 22:53:39 2004 -@@ -807,14 +807,14 @@ - - while(column_list) { - gint width,height; -+ GtkWidget *widget = gtk_tree_view_column_get_widget(GTK_TREE_VIEW_COLUMN(column_list->data)); -+ GtkRequisition req_column; -+ - gtk_tree_view_column_cell_get_size (GTK_TREE_VIEW_COLUMN(column_list->data), - NULL, - NULL, NULL, - &width, - &height); -- -- GtkWidget *widget = gtk_tree_view_column_get_widget(GTK_TREE_VIEW_COLUMN(column_list->data)); -- GtkRequisition req_column; - - if(!widget) { - column_list = g_list_next(column_list); diff --git a/japanese/uim/pkg-plist b/japanese/uim/pkg-plist index 3ae08d4756c4..c4f7a11174c5 100644 --- a/japanese/uim/pkg-plist +++ b/japanese/uim/pkg-plist @@ -1,14 +1,11 @@ -bin/screen-tick -bin/screen-uim +bin/uim-fep +bin/uim-fep-tick bin/uim-helper-server bin/uim-sh %%GTK%%bin/uim-helper-candwin-gtk %%GTK%%bin/uim-helper-toolbar-gtk %%GTK%%bin/uim-helper-toolbar-gtk-systray bin/uim-xim -etc/backtick-setup -etc/newscreen-bind -etc/screenrc-uim include/uim/uim-helper.h include/uim/uim-scm.h include/uim/uim.h |