View | Details | Raw Unified | Return to bug 143818
Collapse All | Expand All

(-)x11/stalonetray/Makefile (-2 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	stalonetray
8
PORTNAME=	stalonetray
9
PORTVERSION=	0.7.6
9
PORTVERSION=	0.8.0
10
CATEGORIES=	x11
10
CATEGORIES=	x11
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
12
12
Lines 15-21 Link Here
15
15
16
USE_BZIP2=	yes
16
USE_BZIP2=	yes
17
USE_XORG=	xpm
17
USE_XORG=	xpm
18
USE_GNOME=	gnometarget
19
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--disable-native-kde \
19
CONFIGURE_ARGS=	--disable-native-kde \
21
		--disable-debug
20
		--disable-debug
(-)x11/stalonetray/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (stalonetray-0.7.6.tar.bz2) = eebb46182b64d75b89776bbfc867f470
1
MD5 (stalonetray-0.8.0.tar.bz2) = b2ce0d8044f7dc76ac9971def1faab37
2
SHA256 (stalonetray-0.7.6.tar.bz2) = 35043df77437b66ade4a07b69f31aaa8c157ddc2833899eeb8a4794399a9e061
2
SHA256 (stalonetray-0.8.0.tar.bz2) = 6a561117b6de83c708d3773c98d9546e2227d9dbe404dabbd196c6aa6fa59431
3
SIZE (stalonetray-0.7.6.tar.bz2) = 133973
3
SIZE (stalonetray-0.8.0.tar.bz2) = 147004
(-)x11/stalonetray/files/patch-src__main.c (+16 lines)
Line 0 Link Here
1
--- src/main.c.orig	2009-10-21 23:07:11.000000000 +0900
2
+++ src/main.c	2010-01-21 01:15:42.000000000 +0900
3
@@ -323,9 +323,13 @@
4
 #endif
5
 	/* React on WM (re)starts */
6
 	if (ev.atom == XInternAtom(tray_data.dpy, _NET_SUPPORTING_WM_CHECK, False)) {
7
+#ifdef DEBUG
8
 		ewmh_list_supported_atoms(tray_data.dpy);
9
+#endif
10
 		tray_set_wm_hints();
11
+#ifndef NO_NATIVE_KDE
12
 		kde_tray_update_fallback_mode(tray_data.dpy);
13
+#endif
14
 	}
15
 	/* React on _XEMBED_INFO changes of embedded icons
16
 	 * (currently used to track icon visibility status) */

Return to bug 143818