diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-31 04:47:58 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-31 04:47:58 +0800 |
commit | 02465354ae9905bfe1717baf9cbb41954f8d3ba1 (patch) | |
tree | ae56dd2ddf3228ef5fc14a4dadac646978825ecc /x11 | |
parent | 1d36dfef1898f6f3a9bbff6d17dd6c85b5b2ee59 (diff) | |
download | marcuscom-ports-02465354ae9905bfe1717baf9cbb41954f8d3ba1.tar marcuscom-ports-02465354ae9905bfe1717baf9cbb41954f8d3ba1.tar.gz marcuscom-ports-02465354ae9905bfe1717baf9cbb41954f8d3ba1.tar.bz2 marcuscom-ports-02465354ae9905bfe1717baf9cbb41954f8d3ba1.tar.lz marcuscom-ports-02465354ae9905bfe1717baf9cbb41954f8d3ba1.tar.xz marcuscom-ports-02465354ae9905bfe1717baf9cbb41954f8d3ba1.tar.zst marcuscom-ports-02465354ae9905bfe1717baf9cbb41954f8d3ba1.zip |
* Remove explicit dependency on gstreamer-plugins
* Remove glade from the pkg-install script
* Change GNOME 2.0 to GNOME 2.2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@492 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2/Makefile | 1 | ||||
-rw-r--r-- | x11/gnome2/pkg-install | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index abce711d5..a1ab9f131 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -43,7 +43,6 @@ RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \ ggv:${PORTSDIR}/print/ggv2 \ gnome-pkgview:${PORTSDIR}/sysutils/gnome-pkgview \ acme:${PORTSDIR}/multimedia/acme \ - gst-launch-ext:${PORTSDIR}/multimedia/gstreamer-plugins \ gst-thumbnail:${PORTSDIR}/multimedia/nautilus-media NO_BUILD= yes diff --git a/x11/gnome2/pkg-install b/x11/gnome2/pkg-install index cfd1cd437..930e222a7 100644 --- a/x11/gnome2/pkg-install +++ b/x11/gnome2/pkg-install @@ -8,11 +8,11 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin:${PATH} export PATH if [ "$2" = "PRE-INSTALL" ]; then - GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus glade gedit xalf bugbuddy gnomegames gdm eog" + GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus gedit xalf bugbuddy gnomegames gdm eog" 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 |