summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-17 14:35:01 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-17 14:35:01 +0800
commit310510f19ec4f8894496d2a2b4b54b667c311822 (patch)
tree021b1cd42dcdcd155020fd0f7e8111e8716ded6c
parent7781bd51ebe9a8672605ed61f9b8b533911d6445 (diff)
downloadmarcuscom-ports-310510f19ec4f8894496d2a2b4b54b667c311822.tar
marcuscom-ports-310510f19ec4f8894496d2a2b4b54b667c311822.tar.gz
marcuscom-ports-310510f19ec4f8894496d2a2b4b54b667c311822.tar.bz2
marcuscom-ports-310510f19ec4f8894496d2a2b4b54b667c311822.tar.lz
marcuscom-ports-310510f19ec4f8894496d2a2b4b54b667c311822.tar.xz
marcuscom-ports-310510f19ec4f8894496d2a2b4b54b667c311822.tar.zst
marcuscom-ports-310510f19ec4f8894496d2a2b4b54b667c311822.zip
* Add proposed module fast-user-switch-applet
* Add proposed module atomix * Switch to using gnome-screensaver for the default screensaver Note: I am not adding the proposed modules that require additional Python support for now. I think sucking in py-gnome-extras at this stage might be too much. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5153 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11/gnome2-lite/Makefile4
-rw-r--r--x11/gnome2/Makefile10
2 files changed, 8 insertions, 6 deletions
diff --git a/x11/gnome2-lite/Makefile b/x11/gnome2-lite/Makefile
index 2c318090a..a16898d3e 100644
--- a/x11/gnome2-lite/Makefile
+++ b/x11/gnome2-lite/Makefile
@@ -3,10 +3,10 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome2-lite/Makefile,v 1.42 2005/08/26 03:21:23 marcus Exp $
+# $MCom: ports/x11/gnome2-lite/Makefile,v 1.43 2005/09/25 23:58:48 marcus Exp $
#
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= x11 gnome
PKGNAMESUFFIX= -lite
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile
index b82322a64..e8665ef31 100644
--- a/x11/gnome2/Makefile
+++ b/x11/gnome2/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome2/Makefile,v 1.122 2005/10/06 01:26:06 marcus Exp $
+# $MCom: ports/x11/gnome2/Makefile,v 1.123 2005/11/10 23:13:03 marcus Exp $
#
PORTNAME= gnome2
PORTVERSION= 2.13.1
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= x11 gnome
MASTER_SITES= # empty
DISTFILES= # empty
@@ -59,7 +59,9 @@ RUN_DEPENDS?= ${X11BASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnomeapplets2
sound-juicer:${PORTSDIR}/audio/sound-juicer \
gnome-keyring-manager:${PORTSDIR}/security/gnomekeyringmanager \
${X11BASE}/libdata/pkgconfig/libgtkhtml-2.0.pc:${PORTSDIR}/www/libgtkhtml \
- evince:${PORTSDIR}/graphics/evince
+ evince:${PORTSDIR}/graphics/evince \
+ ${X11BASE}/libexec/fast-user-switch-applet:${PORTSDIR}/x11/fast-user-switch-applet \
+ atomix:${PORTSDIR}/games/atomix
NO_BUILD= yes
@@ -87,7 +89,7 @@ RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany
.endif
.if ${.CURDIR}==${MASTERDIR} || ${.CURDIR:T}=="gnome2-lite"
-.if !defined(WITH_GNOME_SCREENSAVER)
+.if defined(WITH_XSCREENSAVER)
RUN_DEPENDS+= ${X11BASE}/share/gnome/applications/gnome-screensaver-properties.desktop:${PORTSDIR}/x11/xscreensaver-gnome
.else
RUN_DEPENDS+= gnome-screensaver:${PORTSDIR}/x11/gnome-screensaver