pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xfce4-xkb-plugin Added patch-aa for compatibi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b842ec41481
branches:  trunk
changeset: 512266:5b842ec41481
user:      martti <martti%pkgsrc.org@localhost>
date:      Thu May 04 06:14:51 2006 +0000

description:
Added patch-aa for compatibility with ISO C90.

diffstat:

 sysutils/xfce4-xkb-plugin/Makefile         |   3 +--
 sysutils/xfce4-xkb-plugin/distinfo         |   3 ++-
 sysutils/xfce4-xkb-plugin/patches/patch-aa |  21 +++++++++++++++++++++
 3 files changed, 24 insertions(+), 3 deletions(-)

diffs (52 lines):

diff -r 96579c96f84f -r 5b842ec41481 sysutils/xfce4-xkb-plugin/Makefile
--- a/sysutils/xfce4-xkb-plugin/Makefile        Thu May 04 05:40:39 2006 +0000
+++ b/sysutils/xfce4-xkb-plugin/Makefile        Thu May 04 06:14:51 2006 +0000
@@ -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 -r 96579c96f84f -r 5b842ec41481 sysutils/xfce4-xkb-plugin/distinfo
--- a/sysutils/xfce4-xkb-plugin/distinfo        Thu May 04 05:40:39 2006 +0000
+++ b/sysutils/xfce4-xkb-plugin/distinfo        Thu May 04 06:14:51 2006 +0000
@@ -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 -r 96579c96f84f -r 5b842ec41481 sysutils/xfce4-xkb-plugin/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/xfce4-xkb-plugin/patches/patch-aa        Thu May 04 06:14:51 2006 +0000
@@ -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);
+ 



Home | Main Index | Thread Index | Old Index