diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-19 10:42:57 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-19 10:42:57 +0800 |
commit | 8be792c44b0e505b9dcb51cb4f7bccd8dc9236a1 (patch) | |
tree | 68e9a339ee4cf8cd6aa46cb7dda098c944bf33f6 /x11 | |
parent | f4fa593c082985fd7e3273e5cc437f0965c6fdda (diff) | |
download | marcuscom-ports-8be792c44b0e505b9dcb51cb4f7bccd8dc9236a1.tar marcuscom-ports-8be792c44b0e505b9dcb51cb4f7bccd8dc9236a1.tar.gz marcuscom-ports-8be792c44b0e505b9dcb51cb4f7bccd8dc9236a1.tar.bz2 marcuscom-ports-8be792c44b0e505b9dcb51cb4f7bccd8dc9236a1.tar.lz marcuscom-ports-8be792c44b0e505b9dcb51cb4f7bccd8dc9236a1.tar.xz marcuscom-ports-8be792c44b0e505b9dcb51cb4f7bccd8dc9236a1.tar.zst marcuscom-ports-8be792c44b0e505b9dcb51cb4f7bccd8dc9236a1.zip |
Update to 2.23.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11332 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-panel/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-panel/distinfo | 6 | ||||
-rw-r--r-- | x11/gnome-panel/files/patch-gnome-panel_menu.c | 42 | ||||
-rw-r--r-- | x11/gnome-panel/pkg-plist | 15 |
4 files changed, 20 insertions, 47 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index a167e8164..96584abfd 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-panel/Makefile,v 1.184 2008/07/23 05:12:58 marcus Exp $ +# $MCom: ports/x11/gnome-panel/Makefile,v 1.185 2008/08/06 03:12:51 marcus Exp $ # PORTNAME= gnome-panel -PORTVERSION= 2.23.6 +PORTVERSION= 2.23.90 PORTREVISION?= 0 CATEGORIES= x11 gnome MASTER_SITES= GNOME diff --git a/x11/gnome-panel/distinfo b/x11/gnome-panel/distinfo index 208d1f4f8..f8c38cf06 100644 --- a/x11/gnome-panel/distinfo +++ b/x11/gnome-panel/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-panel-2.23.6.tar.bz2) = 6204b45029b79deeb6b05e46b7c2908d -SHA256 (gnome2/gnome-panel-2.23.6.tar.bz2) = 4f15d3ebe12bad39c0af6d9f682c3e3ab391556a6209ad6f7961e16a388f82a9 -SIZE (gnome2/gnome-panel-2.23.6.tar.bz2) = 3245620 +MD5 (gnome2/gnome-panel-2.23.90.tar.bz2) = 3348db63872ec34e1321b642d9cefc87 +SHA256 (gnome2/gnome-panel-2.23.90.tar.bz2) = d04fc67c43683ca547d9dacf071edf1e5873f04fef9fad959d46924ee2bbc320 +SIZE (gnome2/gnome-panel-2.23.90.tar.bz2) = 3277782 diff --git a/x11/gnome-panel/files/patch-gnome-panel_menu.c b/x11/gnome-panel/files/patch-gnome-panel_menu.c deleted file mode 100644 index aa7aeae8c..000000000 --- a/x11/gnome-panel/files/patch-gnome-panel_menu.c +++ /dev/null @@ -1,42 +0,0 @@ ---- gnome-panel/menu.c.orig Sat Mar 26 15:12:10 2005 -+++ gnome-panel/menu.c Fri Jun 3 11:17:45 2005 -@@ -1535,8 +1535,8 @@ - return NULL; - } - --static void --image_menu_shown (GtkWidget *image, gpointer data) -+static gboolean -+image_menu_exposed (GtkWidget *image, GdkEventExpose *event, gpointer data) - { - IconToLoad *new_icon; - IconToLoad *icon; -@@ -1545,7 +1545,7 @@ - - /* if we've already handled this */ - if (gtk_image_get_storage_type (GTK_IMAGE (image)) != GTK_IMAGE_EMPTY) -- return; -+ return FALSE; /* propagate event */ - - if (find_in_load_list (image) == NULL) { - new_icon = icon_to_load_copy (icon); -@@ -1554,6 +1554,8 @@ - } - if (load_icons_id == 0) - load_icons_id = g_idle_add (load_icons_handler, NULL); -+ -+ return FALSE; /* propagate event */ - } - - static void -@@ -1601,8 +1603,8 @@ - gtk_image_menu_item_set_image ( - GTK_IMAGE_MENU_ITEM (image_menu_item), image); - -- g_signal_connect_data (image, "map", -- G_CALLBACK (image_menu_shown), icon, -+ g_signal_connect_data (image, "expose-event", -+ G_CALLBACK (image_menu_exposed), icon, - (GClosureNotify) icon_to_load_free, 0); - - g_signal_connect (image, "destroy", diff --git a/x11/gnome-panel/pkg-plist b/x11/gnome-panel/pkg-plist index fc94d8957..09279c589 100644 --- a/x11/gnome-panel/pkg-plist +++ b/x11/gnome-panel/pkg-plist @@ -67,6 +67,9 @@ share/gnome-panelrc share/gnome/help/clock/C/clock.xml share/gnome/help/clock/C/figures/clock_applet.png share/gnome/help/clock/C/legal.xml +share/gnome/help/clock/ar/clock.xml +share/gnome/help/clock/ar/figures/clock_applet.png +share/gnome/help/clock/ar/legal.xml share/gnome/help/clock/ca/clock.xml share/gnome/help/clock/ca/figures/clock_applet.png share/gnome/help/clock/ca/legal.xml @@ -154,6 +157,9 @@ share/gnome/help/fish/el/legal.xml share/gnome/help/fish/es/figures/fish_applet.png share/gnome/help/fish/es/fish.xml share/gnome/help/fish/es/legal.xml +share/gnome/help/fish/fi/figures/fish_applet.png +share/gnome/help/fish/fi/fish.xml +share/gnome/help/fish/fi/legal.xml share/gnome/help/fish/fr/figures/fish_applet.png share/gnome/help/fish/fr/fish.xml share/gnome/help/fish/fr/legal.xml @@ -182,6 +188,7 @@ share/gnome/help/window-list/de/legal.xml share/gnome/help/window-list/de/window-list.xml share/gnome/help/window-list/el/window-list.xml share/gnome/help/window-list/es/window-list.xml +share/gnome/help/window-list/fi/window-list.xml share/gnome/help/window-list/fr/window-list.xml share/gnome/help/window-list/it/window-list.xml share/gnome/help/window-list/ja/figures/window_list_applet.png @@ -384,6 +391,7 @@ share/locale/zh_HK/LC_MESSAGES/gnome-panel-2.0.mo share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo share/locale/zu/LC_MESSAGES/gnome-panel-2.0.mo share/omf/clock/clock-C.omf +share/omf/clock/clock-ar.omf share/omf/clock/clock-ca.omf share/omf/clock/clock-de.omf share/omf/clock/clock-el.omf @@ -408,6 +416,7 @@ share/omf/fish/fish-ca.omf share/omf/fish/fish-de.omf share/omf/fish/fish-el.omf share/omf/fish/fish-es.omf +share/omf/fish/fish-fi.omf share/omf/fish/fish-fr.omf share/omf/fish/fish-it.omf share/omf/fish/fish-ko.omf @@ -419,6 +428,7 @@ share/omf/gnome-panel/fish-applet-2-ja.omf share/omf/gnome-panel/fish-applet-2-zh_CN.omf share/omf/gnome-panel/fish-applet-2-zh_TW.omf share/omf/gnome-panel/window-list-de.omf +share/omf/window-list/window-list-fi.omf share/omf/gnome-panel/window-list-ja.omf share/omf/gnome-panel/window-list-zh_TW.omf share/omf/gnome-panel/workspace-switcher-de.omf @@ -503,6 +513,7 @@ share/omf/workspace-switcher/workspace-switcher-vi.omf @dirrm share/gnome/help/window-list/ja @dirrm share/gnome/help/window-list/it @dirrm share/gnome/help/window-list/fr +@dirrm share/gnome/help/window-list/fi @dirrm share/gnome/help/window-list/es @dirrm share/gnome/help/window-list/el @dirrm share/gnome/help/window-list/de/figures @@ -523,6 +534,8 @@ share/omf/workspace-switcher/workspace-switcher-vi.omf @dirrm share/gnome/help/fish/it @dirrm share/gnome/help/fish/fr/figures @dirrm share/gnome/help/fish/fr +@dirrm share/gnome/help/fish/fi/figures +@dirrm share/gnome/help/fish/fi @dirrm share/gnome/help/fish/es/figures @dirrm share/gnome/help/fish/es @dirrm share/gnome/help/fish/el/figures @@ -581,6 +594,8 @@ share/omf/workspace-switcher/workspace-switcher-vi.omf @dirrm share/gnome/help/clock/de @dirrm share/gnome/help/clock/ca/figures @dirrm share/gnome/help/clock/ca +@dirrm share/gnome/help/clock/ar/figures +@dirrm share/gnome/help/clock/ar @dirrm share/gnome/help/clock/C/figures @dirrm share/gnome/help/clock/C @dirrm share/gnome/help/clock |