pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/xfce4-showdesktop-plugin Fix a C99-ism to mak...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a16559930574
branches:  trunk
changeset: 486690:a16559930574
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Jan 01 00:23:12 2005 +0000

description:
Fix a C99-ism to make this pkg build with gcc 2.95.

diffstat:

 sysutils/xfce4-showdesktop-plugin/distinfo         |   3 ++-
 sysutils/xfce4-showdesktop-plugin/patches/patch-aa |  21 +++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r 0f538a982b1e -r a16559930574 sysutils/xfce4-showdesktop-plugin/distinfo
--- a/sysutils/xfce4-showdesktop-plugin/distinfo        Sat Jan 01 00:17:55 2005 +0000
+++ b/sysutils/xfce4-showdesktop-plugin/distinfo        Sat Jan 01 00:23:12 2005 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.3 2004/11/28 09:55:49 martti Exp $
+$NetBSD: distinfo,v 1.4 2005/01/01 00:23:12 kristerw Exp $
 
 SHA1 (xfce4-showdesktop-plugin-0.4.0.tar.gz) = 9b902cc43ecb6bf37ed08ba3ab0d0b237a9b5b79
 Size (xfce4-showdesktop-plugin-0.4.0.tar.gz) = 319275 bytes
+SHA1 (patch-aa) = 844b8dd954a0e34549f7edfa452f991450503e03
diff -r 0f538a982b1e -r a16559930574 sysutils/xfce4-showdesktop-plugin/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/xfce4-showdesktop-plugin/patches/patch-aa        Sat Jan 01 00:23:12 2005 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1 2005/01/01 00:23:12 kristerw Exp $
+
+--- panel-plugin/showdesktop.c.orig    Sat Jan  1 01:15:13 2005
++++ panel-plugin/showdesktop.c Sat Jan  1 01:15:38 2005
+@@ -614,7 +614,7 @@
+     gui *plugin = ctrl->data;
+     GtkWidget *vbox, *optionbox, *cb1, *cb2, *cb3, *cb4,*frame;
+     xfce_textdomain(GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR, "UTF-8");
+-    
++    { 
+     gchar *tips[] = {
+         N_("Enable this option, if your panel is located on top or on the right."),
+         N_("Normally, the first mouse button is connected to the windowmanager showdesktop feature, if the WM supports it, and the middle mouse button is connected to the plugin internal 
showdesktop feature. You can reverse it with this option."),
+@@ -657,6 +657,7 @@
+     gtk_container_add (GTK_CONTAINER(frame), optionbox);
+     gtk_container_add (GTK_CONTAINER(vbox), frame);
+     gtk_widget_show_all (vbox);
++    }
+ }
+ // }}}
+ 



Home | Main Index | Thread Index | Old Index