diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-27 04:39:06 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-27 04:39:06 +0800 |
commit | 7c40d035532510d820aca682081e6263b4fa2c77 (patch) | |
tree | cf32cd92a062650381671a1a3429472d4ae1082d | |
parent | f744644f1a5411906fb12ee45b38eb01857a3a94 (diff) | |
download | marcuscom-ports-7c40d035532510d820aca682081e6263b4fa2c77.tar.gz marcuscom-ports-7c40d035532510d820aca682081e6263b4fa2c77.tar.zst marcuscom-ports-7c40d035532510d820aca682081e6263b4fa2c77.zip |
Remove totem, file-roller, and gucharmap from gnome2-lite. These really
aren't bare necessity programs.
Totem suggested by: Li <fender0107401@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13249 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome2-lite/Makefile | 40 | ||||
-rw-r--r-- | x11/gnome2-lite/pkg-descr | 15 | ||||
-rw-r--r-- | x11/gnome2-lite/pkg-message | 21 |
3 files changed, 76 insertions, 0 deletions
diff --git a/x11/gnome2-lite/Makefile b/x11/gnome2-lite/Makefile new file mode 100644 index 000000000..f83727cca --- /dev/null +++ b/x11/gnome2-lite/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: gnome2-lite +# Date created: 30 November 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/x11/gnome2-lite/Makefile,v 1.60 2007/08/15 17:52:07 mezz Exp $ +# + +PORTREVISION= 1 +CATEGORIES= x11 gnome +PKGNAMESUFFIX= -lite + +COMMENT= The "meta-port" of the GNOME desktop slimmed down for FreeBSD releases + +RUN_DEPENDS= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-applets \ + gnome-audio-profiles-properties:${PORTSDIR}/audio/gnome-media \ + gnome-dictionary:${PORTSDIR}/deskutils/gnome-utils \ + eog:${PORTSDIR}/graphics/eog \ + gedit:${PORTSDIR}/editors/gedit \ + gnome-terminal:${PORTSDIR}/x11/gnome-terminal \ + gnome-session:${PORTSDIR}/x11/gnome-session \ + gnome-system-monitor:${PORTSDIR}/sysutils/gnome-system-monitor \ + nautilus:${PORTSDIR}/x11-fm/nautilus \ + ${LOCALBASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnome-user-docs \ + ${LOCALBASE}/share/sounds/question.wav:${PORTSDIR}/audio/gnome-audio \ + ${LOCALBASE}/share/themes/HighContrast/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/gnome-themes \ + evince:${PORTSDIR}/graphics/evince \ + gcalctool:${PORTSDIR}/math/gcalctool \ + ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ + gconf-editor:${PORTSDIR}/sysutils/gconf-editor \ + gnome-control-center:${PORTSDIR}/sysutils/gnome-control-center \ + gnome-mount:${PORTSDIR}/sysutils/gnome-mount + +MASTERDIR= ${.CURDIR}/../gnome2 +CONFLICTS= gnome2-[0-9]* + +DESCR= ${.CURDIR}/pkg-descr +PKGMESSAGE= ${.CURDIR}/pkg-message + +.include "${MASTERDIR}/Makefile" diff --git a/x11/gnome2-lite/pkg-descr b/x11/gnome2-lite/pkg-descr new file mode 100644 index 000000000..1c85098c1 --- /dev/null +++ b/x11/gnome2-lite/pkg-descr @@ -0,0 +1,15 @@ +GNU Network Object Model Environment + +This metaport installs the pieces of the GNOME 2 desktop that +are needed to provide a functional desktop. x11/gnome2 +contains the full version of the GNOME 2 desktop environment. + +Other popular GNOME applications can be installed from the other +GNOME 2 metaports: + + * x11/gnome2-fifth-toe + * x11/gnome2-power-tools + * editors/gnome2-office + * devel/gnome2-hacker-tools + +WWW: http://www.FreeBSD.org/gnome/ diff --git a/x11/gnome2-lite/pkg-message b/x11/gnome2-lite/pkg-message new file mode 100644 index 000000000..0b0e5564e --- /dev/null +++ b/x11/gnome2-lite/pkg-message @@ -0,0 +1,21 @@ +************************************************************ + +The GNOME 2 desktop Lite edition has been successfully installed. + +The Lite edition does not include all the components of the standard +GNOME 2 desktop as detailed at http://www.gnome.org. If you wish to +install the full desktop, you can remove this port, and install the +x11/gnome2 port or package. That can be best accomplished using +the following commands: + +# pkg_delete gnome2-lite +# cd /usr/ports/x11/gnome2 +# make install clean + +Alternatively, you can install additional GNOME components individually +using either their ports or packages. + +For more help on using GNOME on FreeBSD, please see the FreeBSD GNOME project +site at http://www.FreeBSD.org/gnome. + +************************************************************ |