diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-01-24 22:59:47 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-01-24 22:59:47 +0000 |
commit | c8668b2b266f13cac5cc41a36c5214f34b7791ff (patch) | |
tree | a0f406820e060f776b1cd84adf139bd4f8778d57 /meta-pkgs | |
parent | d7ed3b53bc9997b2132bdac3eab96cd5df266326 (diff) | |
download | pkgsrc-c8668b2b266f13cac5cc41a36c5214f34b7791ff.tar.gz |
Initial import of gnome-extras, version 2.4.1:
GNOME is the GNU Network Object Model Environment.
The GNOME project intends to build a complete, easy-to-use desktop
environment for the user, and a powerful application framework for
the software developer.
This is a meta package for the second major version of the GNOME
project. It provides all the basic components required to get a
working desktop plus several programs that are related to it in
some way. These include programs that use the GNOME development
platform or progarms that provide some important and useful
features, which make the desktop more complete.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/gnome-extras/DESCR | 12 | ||||
-rw-r--r-- | meta-pkgs/gnome-extras/Makefile | 34 | ||||
-rw-r--r-- | meta-pkgs/gnome-extras/PLIST | 2 |
3 files changed, 48 insertions, 0 deletions
diff --git a/meta-pkgs/gnome-extras/DESCR b/meta-pkgs/gnome-extras/DESCR new file mode 100644 index 00000000000..796c7bf29b4 --- /dev/null +++ b/meta-pkgs/gnome-extras/DESCR @@ -0,0 +1,12 @@ +GNOME is the GNU Network Object Model Environment. + +The GNOME project intends to build a complete, easy-to-use desktop +environment for the user, and a powerful application framework for +the software developer. + +This is a meta package for the second major version of the GNOME +project. It provides all the basic components required to get a +working desktop plus several programs that are related to it in +some way. These include programs that use the GNOME development +platform or progarms that provide some important and useful +features, which make the desktop more complete. diff --git a/meta-pkgs/gnome-extras/Makefile b/meta-pkgs/gnome-extras/Makefile new file mode 100644 index 00000000000..d19dfe6184d --- /dev/null +++ b/meta-pkgs/gnome-extras/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/24 22:59:47 jmmv Exp $ + +DISTNAME= gnome-extras-2.4.1 +CATEGORIES= meta-pkgs x11 gnome +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.gnome.org/ +COMMENT= Meta-package for applications related to the GNOME desktop + +DEPENDS+= abiword>=2.0.2:../../editors/abiword +DEPENDS+= conglomerate>=0.7.6:../../editors/conglomerate +DEPENDS+= evolution>=1.4.5:../../mail/evolution +DEPENDS+= gaim>=0.75:../../chat/gaim +DEPENDS+= gnome>=2.4.1:../../meta-pkgs/gnome +DEPENDS+= gqview>=1.3.8:../../graphics/gqview-devel +DEPENDS+= mergeant>=0.12.1:../../databases/mergeant +DEPENDS+= pan>=0.14.2:../../news/pan +DEPENDS+= seahorse>=0.7.3:../../security/seahorse +DEPENDS+= rhythmbox>=0.6.5:../../audio/rhythmbox +DEPENDS+= xcdroast>=0.98a15:../../sysutils/xcdroast +DEPENDS+= xchat>=2.0.7:../../chat/xchat2 + +USE_X11= yes +USE_BUILDLINK2= yes +EXTRACT_ONLY= # empty +NO_CHECKSUM= yes +NO_CONFIGURE= yes +NO_BUILD= yes + +do-install: # empty + +.include "../../mk/bsd.pkg.mk" diff --git a/meta-pkgs/gnome-extras/PLIST b/meta-pkgs/gnome-extras/PLIST new file mode 100644 index 00000000000..9ea6934b5bf --- /dev/null +++ b/meta-pkgs/gnome-extras/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/24 22:59:48 jmmv Exp $ +@comment this plist intentionally left empty |