summaryrefslogtreecommitdiff
path: root/sysutils/xfce4-showdesktop-plugin
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-01-01 00:23:12 +0000
committerkristerw <kristerw>2005-01-01 00:23:12 +0000
commitf329a468136cf48e045a0a3d2f2413d0fdb1178a (patch)
treebce1f21f2a3e3729304546a5efd5e71d90bcdd60 /sysutils/xfce4-showdesktop-plugin
parent18978fc9cc57ccba13084365a953188f9351338e (diff)
downloadpkgsrc-f329a468136cf48e045a0a3d2f2413d0fdb1178a.tar.gz
Fix a C99-ism to make this pkg build with gcc 2.95.
Diffstat (limited to 'sysutils/xfce4-showdesktop-plugin')
-rw-r--r--sysutils/xfce4-showdesktop-plugin/distinfo3
-rw-r--r--sysutils/xfce4-showdesktop-plugin/patches/patch-aa21
2 files changed, 23 insertions, 1 deletions
diff --git a/sysutils/xfce4-showdesktop-plugin/distinfo b/sysutils/xfce4-showdesktop-plugin/distinfo
index 1c5d7a4bf0a..e66f3598ffa 100644
--- a/sysutils/xfce4-showdesktop-plugin/distinfo
+++ b/sysutils/xfce4-showdesktop-plugin/distinfo
@@ -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 --git a/sysutils/xfce4-showdesktop-plugin/patches/patch-aa b/sysutils/xfce4-showdesktop-plugin/patches/patch-aa
new file mode 100644
index 00000000000..87ed04a4957
--- /dev/null
+++ b/sysutils/xfce4-showdesktop-plugin/patches/patch-aa
@@ -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);
++ }
+ }
+ // }}}
+