From f77aeca467136a98178581929bcd14b1f1759700 Mon Sep 17 00:00:00 2001 From: kwm Date: Fri, 27 Feb 2009 20:51:23 +0000 Subject: Fix build and plist entry of mini-commander applet. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11942 df743ca5-7f9a-e211-a948-0013205c9059 --- .../files/patch-mini-commander_src_command-line.c | 20 ++++++++++++++++++++ x11/gnome-applets/pkg-plist | 7 +++++++ 2 files changed, 27 insertions(+) create mode 100644 x11/gnome-applets/files/patch-mini-commander_src_command-line.c (limited to 'x11') diff --git a/x11/gnome-applets/files/patch-mini-commander_src_command-line.c b/x11/gnome-applets/files/patch-mini-commander_src_command-line.c new file mode 100644 index 000000000..071a8cc2d --- /dev/null +++ b/x11/gnome-applets/files/patch-mini-commander_src_command-line.c @@ -0,0 +1,20 @@ +--- mini-commander/src/command_line.c.orig 2009-02-17 01:16:51.000000000 +0100 ++++ mini-commander/src/command_line.c 2009-02-27 21:19:19.000000000 +0100 +@@ -312,7 +312,7 @@ mc_show_history (GtkWidget *widget, + window = gtk_window_new(GTK_WINDOW_POPUP); + gtk_window_set_screen (GTK_WINDOW (window), + gtk_widget_get_screen (GTK_WIDGET (mc->applet))); +- gtk_window_set_resizeable(GTK_WINDOW(window), FALSE); ++ gtk_window_set_resizable(GTK_WINDOW(window), FALSE); + gtk_window_set_type_hint(GTK_WINDOW(window), GDK_WINDOW_TYPE_HINT_COMBO); + /* cb */ + g_signal_connect_after(GTK_OBJECT(window), +@@ -507,7 +507,7 @@ mc_show_file_browser (GtkWidget *widget, + void + mc_create_command_entry (MCData *mc) + { +- mc->entry = gtk_entry_new_with_max (); ++ mc->entry = gtk_entry_new (); + gtk_entry_set_max_length (GTK_ENTRY (mc->entry), MC_MAX_COMMAND_LENGTH); + + g_signal_connect (mc->entry, "key_press_event", diff --git a/x11/gnome-applets/pkg-plist b/x11/gnome-applets/pkg-plist index dfd844b75..1acdf3a21 100644 --- a/x11/gnome-applets/pkg-plist +++ b/x11/gnome-applets/pkg-plist @@ -495,6 +495,10 @@ share/gnome/help/char-palette/uk/figures/charpick_characters.png %%COMMANDER%%share/gnome/help/command-line/es/figures/command-line.png %%COMMANDER%%share/gnome/help/command-line/es/figures/prefs-macros.png %%COMMANDER%%share/gnome/help/command-line/es/figures/prefs.png +%%COMMANDER%%share/gnome/help/command-line/eu/command-line.xml +%%COMMANDER%%share/gnome/help/command-line/eu/figures/command-line.png +%%COMMANDER%%share/gnome/help/command-line/eu/figures/prefs-macros.png +%%COMMANDER%%share/gnome/help/command-line/eu/figures/prefs.png %%COMMANDER%%share/gnome/help/command-line/fr/command-line.xml %%COMMANDER%%share/gnome/help/command-line/fr/figures/command-line.png %%COMMANDER%%share/gnome/help/command-line/fr/figures/prefs-macros.png @@ -1462,6 +1466,7 @@ share/omf/char-palette/char-palette-uk.omf %%COMMANDER%%share/omf/command-line/command-line-el.omf %%COMMANDER%%share/omf/command-line/command-line-en_GB.omf %%COMMANDER%%share/omf/command-line/command-line-es.omf +%%COMMANDER%%share/omf/command-line/command-line-eu.omf %%COMMANDER%%share/omf/command-line/command-line-fr.omf %%COMMANDER%%share/omf/command-line/command-line-ko.omf %%COMMANDER%%share/omf/command-line/command-line-oc.omf @@ -2065,6 +2070,8 @@ share/xmodmap/xmodmap.yu %%COMMANDER%%@dirrm share/gnome/help/command-line/ko %%COMMANDER%%@dirrm share/gnome/help/command-line/fr/figures %%COMMANDER%%@dirrm share/gnome/help/command-line/fr +%%COMMANDER%%@dirrm share/gnome/help/command-line/eu/figures +%%COMMANDER%%@dirrm share/gnome/help/command-line/eu %%COMMANDER%%@dirrm share/gnome/help/command-line/es/figures %%COMMANDER%%@dirrm share/gnome/help/command-line/es %%COMMANDER%%@dirrm share/gnome/help/command-line/en_GB/figures -- cgit