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

(-)./stalonetray/Makefile (-1 / +3 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	stalonetray
8
PORTNAME=	stalonetray
9
PORTVERSION=	0.8.0
9
PORTVERSION=	0.8.1
10
CATEGORIES=	x11
10
CATEGORIES=	x11
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
12
12
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	STAnd-aLONE system tray
14
COMMENT=	STAnd-aLONE system tray
15
15
16
LICENSE=	GPLv2
17
16
USE_BZIP2=	yes
18
USE_BZIP2=	yes
17
USE_XORG=	xpm
19
USE_XORG=	xpm
18
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
(-)./stalonetray/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (stalonetray-0.8.0.tar.bz2) = b2ce0d8044f7dc76ac9971def1faab37
1
SHA256 (stalonetray-0.8.1.tar.bz2) = 94a2f80ae211a552c2d379b5b41e2618f3e906b33bee207fec8793b1a9bde8f2
2
SHA256 (stalonetray-0.8.0.tar.bz2) = 6a561117b6de83c708d3773c98d9546e2227d9dbe404dabbd196c6aa6fa59431
2
SIZE (stalonetray-0.8.1.tar.bz2) = 150814
3
SIZE (stalonetray-0.8.0.tar.bz2) = 147004
(-)./stalonetray/files/patch-src__main.c (-16 lines)
Lines 1-16 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 154442