summaryrefslogtreecommitdiff
path: root/sysutils/xfce4-xkb-plugin
diff options
context:
space:
mode:
authormartti <martti>2006-05-04 06:14:51 +0000
committermartti <martti>2006-05-04 06:14:51 +0000
commit6e211fe0e19bb4c4498cea9227f1dc7a60b79381 (patch)
treef2c35bd9bdc813be44b8367d4e80adcb2dd250ce /sysutils/xfce4-xkb-plugin
parent8b01267e8d363129729ecc8f931de631efc75d6b (diff)
downloadpkgsrc-6e211fe0e19bb4c4498cea9227f1dc7a60b79381.tar.gz
Added patch-aa for compatibility with ISO C90.
Diffstat (limited to 'sysutils/xfce4-xkb-plugin')
-rw-r--r--sysutils/xfce4-xkb-plugin/Makefile3
-rw-r--r--sysutils/xfce4-xkb-plugin/distinfo3
-rw-r--r--sysutils/xfce4-xkb-plugin/patches/patch-aa21
3 files changed, 24 insertions, 3 deletions
diff --git a/sysutils/xfce4-xkb-plugin/Makefile b/sysutils/xfce4-xkb-plugin/Makefile
index e67a2e63372..60081d13a4c 100644
--- a/sysutils/xfce4-xkb-plugin/Makefile
+++ b/sysutils/xfce4-xkb-plugin/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2006/04/17 13:46:14 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2006/05/04 06:14:51 martti Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
XFCE4_VERSION= 0.3.3
DISTNAME= xfce4-xkb-plugin-${XFCE4_VERSION}
-#PKGREVISION= 1
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://download.berlios.de/xfce-goodies/
diff --git a/sysutils/xfce4-xkb-plugin/distinfo b/sysutils/xfce4-xkb-plugin/distinfo
index f104aba51ef..8a2027c2872 100644
--- a/sysutils/xfce4-xkb-plugin/distinfo
+++ b/sysutils/xfce4-xkb-plugin/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2006/03/10 08:25:05 martti Exp $
+$NetBSD: distinfo,v 1.6 2006/05/04 06:14:51 martti Exp $
SHA1 (xfce4-xkb-plugin-0.3.3.tar.gz) = d326bad6ef61a7519f3b72e585f2b58a97d5bb62
RMD160 (xfce4-xkb-plugin-0.3.3.tar.gz) = b14dcf6d8b8b30d5dd72c6b7cc41be7beae1659c
Size (xfce4-xkb-plugin-0.3.3.tar.gz) = 338116 bytes
+SHA1 (patch-aa) = dce92aee6d21db1d4c609a3d67e7b1b17aacbcc8
diff --git a/sysutils/xfce4-xkb-plugin/patches/patch-aa b/sysutils/xfce4-xkb-plugin/patches/patch-aa
new file mode 100644
index 00000000000..06c80173c4f
--- /dev/null
+++ b/sysutils/xfce4-xkb-plugin/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.3 2006/05/04 06:14:51 martti Exp $
+
+--- panel-plugin/xfce4-xkb-plugin.c.orig 2006-05-04 06:04:50.000000000 +0300
++++ panel-plugin/xfce4-xkb-plugin.c 2006-05-04 06:06:13.000000000 +0300
+@@ -77,6 +77,7 @@
+ static t_xkb * xkb_new(void) {
+ t_xkb *xkb;
+ char *initial_group;
++ NetkScreen* netk_screen;
+
+ xkb = g_new(t_xkb, 1);
+
+@@ -122,7 +123,7 @@
+ plugin = xkb;
+
+ // track signals about window change
+- NetkScreen* netk_screen = netk_screen_get_default ();
++ netk_screen = netk_screen_get_default ();
+ win_change_hanler = g_signal_connect( G_OBJECT (netk_screen), "active_window_changed",
+ G_CALLBACK(active_window_changed), NULL);
+