diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-07 19:45:48 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-07 19:45:48 +0000 |
commit | bed71720adeb7316229bd3b328f5edc0cc5b825f (patch) | |
tree | eae085c4a16f66d107e4a8efdb34ba0e6f0e3551 /x11 | |
parent | 7fe7f3efd09ffaab672d40009c4435ac7c32ea67 (diff) | |
download | FreeBSD-ports-bed71720adeb7316229bd3b328f5edc0cc5b825f.zip FreeBSD-ports-bed71720adeb7316229bd3b328f5edc0cc5b825f.tar.gz |
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/Makefile | 21 | ||||
-rw-r--r-- | x11/gnome2/pkg-install | 2 |
2 files changed, 15 insertions, 8 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index ffb4482..41bc61a 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 6a9289a..930e222 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 |