summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-07-14 08:09:19 +0000
committeritetcu <itetcu@FreeBSD.org>2006-07-14 08:09:19 +0000
commitf0844ae094ca74feba4f10bad1694a2afa1451ad (patch)
treed6d426bf1a3b6e520df33ea4464c674330138a10 /x11
parent7c1840a8cbd57d8844184cc718bf47237768e4db (diff)
downloadFreeBSD-ports-f0844ae094ca74feba4f10bad1694a2afa1451ad.zip
FreeBSD-ports-f0844ae094ca74feba4f10bad1694a2afa1451ad.tar.gz
Update to 0.4
PR: ports/100273 Submitted by: maintainer
Diffstat (limited to 'x11')
-rw-r--r--x11/stalonetray/Makefile9
-rw-r--r--x11/stalonetray/distinfo6
-rw-r--r--x11/stalonetray/files/patch-src-main.c22
3 files changed, 22 insertions, 15 deletions
diff --git a/x11/stalonetray/Makefile b/x11/stalonetray/Makefile
index 0eb86a0..f647398 100644
--- a/x11/stalonetray/Makefile
+++ b/x11/stalonetray/Makefile
@@ -6,24 +6,21 @@
#
PORTNAME= stalonetray
-PORTVERSION= 0.3
+PORTVERSION= 0.4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= redchrom@gmail.com
COMMENT= STAnd-aLONE system tray
-LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_X_PREFIX= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-native-kde --disable-debug
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lexecinfo"
+ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
MAN1= stalonetray.1
PLIST_FILES= bin/stalonetray
diff --git a/x11/stalonetray/distinfo b/x11/stalonetray/distinfo
index 3238b81..c0e14ae 100644
--- a/x11/stalonetray/distinfo
+++ b/x11/stalonetray/distinfo
@@ -1,3 +1,3 @@
-MD5 (stalonetray_0.3.tar.bz2) = 5f97e479a17f22f0a85896e7beead99c
-SHA256 (stalonetray_0.3.tar.bz2) = 59b0e88fa581fe5ad8cc899a260579c6689fa72506f639b8d8aa3903edc40389
-SIZE (stalonetray_0.3.tar.bz2) = 111612
+MD5 (stalonetray-0.4.tar.bz2) = be818e936f48695dfd252ea92f0cebae
+SHA256 (stalonetray-0.4.tar.bz2) = d2f7a8f444470f82c9553abe376b20967190f93fae7769d3464542a137ce298c
+SIZE (stalonetray-0.4.tar.bz2) = 119432
diff --git a/x11/stalonetray/files/patch-src-main.c b/x11/stalonetray/files/patch-src-main.c
index b925b59..9e42af7 100644
--- a/x11/stalonetray/files/patch-src-main.c
+++ b/x11/stalonetray/files/patch-src-main.c
@@ -1,6 +1,16 @@
---- src/main.c.orig Thu Apr 6 14:16:26 2006
-+++ src/main.c Thu Apr 6 14:16:06 2006
-@@ -423,16 +423,20 @@
+--- 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;
}
@@ -9,14 +19,14 @@
+#endif
update_positions();
tray_set_constraints();
- DBG(4, "icon position were updated\n");
+ DBG(4, ("icon position were updated\n"));
} else {
hide_window(ti);
}
+#ifdef DEBUG
- DBG(4, "====================\n");
+ DBG(4, ("====================\n"));
forall_icons(&print_icon_data);
- DBG(4, "====================\n");
+ DBG(4, ("====================\n"));
+#endif
}
}
OpenPOWER on IntegriCloud