diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-11 03:50:19 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-11 03:50:19 +0000 |
commit | b8aa8fa9749a2a5ad6fd26c1ed5f11119414f979 (patch) | |
tree | 0ecf43bd2ba4525eaa3ba30738537ffbe64759af /x11 | |
parent | 032b7b7d95fb6b896eb8a1be036b44266c112789 (diff) | |
download | ports-b8aa8fa9749a2a5ad6fd26c1ed5f11119414f979.tar.gz ports-b8aa8fa9749a2a5ad6fd26c1ed5f11119414f979.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/stalonetray/Makefile | 16 | ||||
-rw-r--r-- | x11/stalonetray/distinfo | 6 | ||||
-rw-r--r-- | x11/stalonetray/files/patch-src-main.c | 33 |
3 files changed, 10 insertions, 45 deletions
diff --git a/x11/stalonetray/Makefile b/x11/stalonetray/Makefile index e2073220acbc..5b3fc974ae77 100644 --- a/x11/stalonetray/Makefile +++ b/x11/stalonetray/Makefile @@ -6,22 +6,20 @@ # PORTNAME= stalonetray -PORTVERSION= 0.4 -PORTREVISION= 1 +PORTVERSION= 0.6.5 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= STAnd-aLONE system tray -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_X_PREFIX= yes USE_BZIP2= yes +USE_XPM= yes +USE_GNOME= gnometarget GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-native-kde --disable-debug -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man \ + --disable-native-kde \ + --disable-debug MAN1= stalonetray.1 PLIST_FILES= bin/stalonetray diff --git a/x11/stalonetray/distinfo b/x11/stalonetray/distinfo index c0e14ae03707..d9ae30e336b0 100644 --- a/x11/stalonetray/distinfo +++ b/x11/stalonetray/distinfo @@ -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 --git a/x11/stalonetray/files/patch-src-main.c b/x11/stalonetray/files/patch-src-main.c deleted file mode 100644 index 9e42af7a9745..000000000000 --- a/x11/stalonetray/files/patch-src-main.c +++ /dev/null @@ -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 - } - } - } |