aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-02-08 03:45:48 +0800
committermarcus <marcus@FreeBSD.org>2003-02-08 03:45:48 +0800
commitbed71720adeb7316229bd3b328f5edc0cc5b825f (patch)
treeeae085c4a16f66d107e4a8efdb34ba0e6f0e3551 /x11
parent7fe7f3efd09ffaab672d40009c4435ac7c32ea67 (diff)
downloadfreebsd-ports-gnome-bed71720adeb7316229bd3b328f5edc0cc5b825f.tar.gz
freebsd-ports-gnome-bed71720adeb7316229bd3b328f5edc0cc5b825f.tar.zst
freebsd-ports-gnome-bed71720adeb7316229bd3b328f5edc0cc5b825f.zip
Presenting GNOME 2.2. This represents six months of development and testing
from the GNOME team as well as the FreeBSD GNOME users. Information on what has changed, and what is new can be found at: http://www.gnome.org/start/2.2/notes/ For FreeBSD-specific information, please checkout: http://www.freebsd.org/gnome/
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome2/Makefile21
-rw-r--r--x11/gnome2/pkg-install2
2 files changed, 15 insertions, 8 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile
index ffb4482c48f7..41bc61adcc30 100644
--- a/x11/gnome2/Makefile
+++ b/x11/gnome2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gnome2
-PORTVERSION= 2.0.3
-PORTREVISION= 1
+PORTVERSION= 2.2.0
CATEGORIES= x11 gnome
MASTER_SITES= # empty
DISTFILES= # empty
@@ -17,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org
RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \
gnome-cd:${PORTSDIR}/audio/gnomemedia2 \
- archive-generator:${PORTSDIR}/misc/gnomeutils2 \
+ gnome-calculator:${PORTSDIR}/misc/gnomeutils2 \
eog:${PORTSDIR}/graphics/eog2 \
gnome-control-center:${PORTSDIR}/sysutils/gnomecontrolcenter2 \
gconf-editor:${PORTSDIR}/sysutils/gconf-editor \
@@ -25,18 +24,26 @@ RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \
gedit:${PORTSDIR}/editors/gedit2 \
gnome-terminal:${PORTSDIR}/x11/gnometerminal \
gnome-session:${PORTSDIR}/x11/gnomesession \
- sawfish:${PORTSDIR}/x11-wm/sawfish2 \
+ metacity:${PORTSDIR}/x11-wm/metacity \
+ metacity-setup:${PORTSDIR}/x11-wm/metacity-setup \
bug-buddy:${PORTSDIR}/devel/bugbuddy2 \
gnome-system-monitor:${PORTSDIR}/sysutils/gnomesystemmonitor \
+ nautilus:${PORTSDIR}/x11-fm/nautilus2 \
yelp:${PORTSDIR}/x11/yelp \
gdm:${PORTSDIR}/x11/gdm2 \
${X11BASE}/share/themes/Metal/gtk-2.0/gtkrc:${PORTSDIR}/x11-toolkits/gtk-engines2 \
- nautilus:${PORTSDIR}/x11-fm/nautilus2 \
screensaver-properties-capplet:${PORTSDIR}/x11/xscreensaver-gnome \
- ${X11BASE}/libdata/pkgconfig/libgail-gnome.pc:${PORTSDIR}/x11-toolkits/libgail-gnome \
${X11BASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnomeuserdocs2 \
${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio \
- gnome-pkgview:${PORTSDIR}/sysutils/gnome-pkgview
+ ${X11BASE}/libdata/pkgconfig/libgail-gnome.pc:${PORTSDIR}/x11-toolkits/libgail-gnome \
+ ${X11BASE}/libdata/pkgconfig/vte.pc:${PORTSDIR}/x11-toolkits/vte \
+ ${X11BASE}/libdata/pkgconfig/libzvt-2.0.pc:${PORTSDIR}/x11-toolkits/libzvt \
+ file-roller:${PORTSDIR}/archivers/fileroller \
+ ${X11BASE}/share/themes/HighContrast/gtk-2.0/gtkrc:${PORTSDIR}/x11-toolkits/gnome-themes \
+ ggv:${PORTSDIR}/print/ggv2 \
+ gnome-pkgview:${PORTSDIR}/sysutils/gnome-pkgview \
+ acme:${PORTSDIR}/multimedia/acme \
+ gst-thumbnail:${PORTSDIR}/multimedia/nautilus-media
NO_BUILD= yes
diff --git a/x11/gnome2/pkg-install b/x11/gnome2/pkg-install
index 6a9289ae7ff9..930e222a742c 100644
--- a/x11/gnome2/pkg-install
+++ b/x11/gnome2/pkg-install
@@ -12,7 +12,7 @@ if [ "$2" = "PRE-INSTALL" ]; then
for package in ${GNOME_ONE_DESKTOP}; do
if pkg_info | grep "^${package}-[0-9]" >/dev/null 2>&1; then
echo "${package} was detected on the system. This package is part of the GNOME 1.x"
- echo "desktop, and cannot coexist with the GNOME 2.0 desktop."
+ echo "desktop, and cannot coexist with the GNOME 2.2 desktop."
echo ""
echo "Please deinstall the GNOME 1.x desktop before installing this package."
false