Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jul 2007 12:23:30 +0200 (CEST)
From:      Lars Engels <lars.engels@0x20.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/114380: [PATCH] x11/stalonetray: update to 0.6.5, take maintainership
Message-ID:  <200707071023.l67ANUhe025960@maggie.bsd-geek.de>
Resent-Message-ID: <200707071030.l67AU3d2099554@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         114380
>Category:       ports
>Synopsis:       [PATCH] x11/stalonetray: update to 0.6.5, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 07 10:30:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Lars Engels
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD maggie.bsd-geek.de 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Jul  3 23:13:53 CEST
>Description:
- Update to 0.6.5
- Take maintainership

Removed file(s):
- files/patch-src-main.c

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- stalonetray-0.6.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11/stalonetray.orig/Makefile /usr/ports/x11/stalonetray/Makefile
--- /usr/ports/x11/stalonetray.orig/Makefile	2007-07-07 11:12:19.000000000 +0200
+++ /usr/ports/x11/stalonetray/Makefile	2007-07-07 12:22:39.000000000 +0200
@@ -6,24 +6,39 @@
 #
 
 PORTNAME=	stalonetray
-PORTVERSION=	0.4
-PORTREVISION=	1
+PORTVERSION=	0.6.5
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	lars.engels@0x20.net
 COMMENT=	STAnd-aLONE system tray
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 USE_X_PREFIX=	yes
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-native-kde --disable-debug
+CONFIGURE_ARGS=	--disable-debug
 CONFIGURE_ENV=	CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
 		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
 
+.if !defined(WITH_KDE)
+CONFIGURE_ARGS+=	--disable-native-kde
+USE_KDELIBS_VER=	3
+.endif
+
+PORTDOCS=	stalonetray.html
+EXAMPLE=	stalonetray.sample
 MAN1=		stalonetray.1
 PLIST_FILES=	bin/stalonetray
 
+post-install:
+	${INSTALL_MAN} ${WRKSRC}/stalonetray.1 ${PREFIX}/man/man1
+	@${MKDIR} ${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/stalonetrayrc.sample ${EXAMPLESDIR}
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/stalonetray.html ${DOCSDIR}
+.endif
+
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/x11/stalonetray.orig/distinfo /usr/ports/x11/stalonetray/distinfo
--- /usr/ports/x11/stalonetray.orig/distinfo	2007-07-07 11:12:19.000000000 +0200
+++ /usr/ports/x11/stalonetray/distinfo	2007-07-07 11:13:49.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (stalonetray-0.4.tar.bz2) = be818e936f48695dfd252ea92f0cebae
-SHA256 (stalonetray-0.4.tar.bz2) = d2f7a8f444470f82c9553abe376b20967190f93fae7769d3464542a137ce298c
-SIZE (stalonetray-0.4.tar.bz2) = 119432
+MD5 (stalonetray-0.6.5.tar.bz2) = ae5cf48728d9bb4b6ce67641cefcaf6e
+SHA256 (stalonetray-0.6.5.tar.bz2) = ef6df0627c3cf9d4bdedc189dfca99dc2b1b68a4d878a1359eb94a30d60d5bf1
+SIZE (stalonetray-0.6.5.tar.bz2) = 113389
diff -ruN --exclude=CVS /usr/ports/x11/stalonetray.orig/files/patch-src-main.c /usr/ports/x11/stalonetray/files/patch-src-main.c
--- /usr/ports/x11/stalonetray.orig/files/patch-src-main.c	2007-07-07 11:12:19.000000000 +0200
+++ /usr/ports/x11/stalonetray/files/patch-src-main.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,33 +0,0 @@
---- src/main.c.orig	Thu Jul 13 19:06:09 2006
-+++ src/main.c	Thu Jul 13 19:07:23 2006
-@@ -131,7 +131,9 @@
- 			tray_data.xsh.width, tray_data.xsh.height,
- 			tray_data.xsh.x, tray_data.xsh.y));
- 
-+#ifdef DEBUG
- 	forall_icons(&print_icon_data);	
-+#endif
- 	DBG(3, ("===================================\n"));
- 	trace_mode = 0;
- }
-@@ -455,16 +457,20 @@
- 					unlayout_icon(ti); /* or hide ? */
- 					return;
- 				}
-+#ifdef DEBUG
- 				print_icon_data(ti);
-+#endif
- 				update_positions();
- 				tray_set_constraints();
- 				DBG(4, ("icon position were updated\n"));
- 			} else {
- 				hide_window(ti);
- 			}
-+#ifdef DEBUG
- 			DBG(4, ("====================\n"));
- 			forall_icons(&print_icon_data);
- 			DBG(4, ("====================\n"));
-+#endif
- 		}
- 	}
- }
--- stalonetray-0.6.5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707071023.l67ANUhe025960>