diff options
author | gdt <gdt@pkgsrc.org> | 2008-01-12 15:26:03 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-01-12 15:26:03 +0000 |
commit | cb8faa5a35fb78835caf9d090c0a2de57a8f978d (patch) | |
tree | 5d678ea2b2dc69d433b36c8f826f954d50f0f1b7 /meta-pkgs | |
parent | 29c756efc48152a7ff2cd53b1fc28ff9a3273d84 (diff) | |
download | pkgsrc-cb8faa5a35fb78835caf9d090c0a2de57a8f978d.tar.gz |
Adjust description to note that this is platform libraries only.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/gnome-platform/DESCR | 4 | ||||
-rw-r--r-- | meta-pkgs/gnome-platform/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-pkgs/gnome-platform/DESCR b/meta-pkgs/gnome-platform/DESCR index 2cc5c7912d6..c611bed7817 100644 --- a/meta-pkgs/gnome-platform/DESCR +++ b/meta-pkgs/gnome-platform/DESCR @@ -5,5 +5,5 @@ 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, but nothing else. +project. It provides the core GNOME libraries, defined by the project +as the "GNOME platform", but nothing else. diff --git a/meta-pkgs/gnome-platform/Makefile b/meta-pkgs/gnome-platform/Makefile index fde49187684..4d193731f04 100644 --- a/meta-pkgs/gnome-platform/Makefile +++ b/meta-pkgs/gnome-platform/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/01/09 18:47:36 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2008/01/12 15:26:03 gdt Exp $ DISTNAME= gnome-platform-2.20.3 CATEGORIES= meta-pkgs x11 gnome @@ -7,7 +7,7 @@ DISTFILES= # empty MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://www.gnome.org/ -COMMENT= Meta-package for basic components of the GNOME desktop +COMMENT= Meta-package for core platform libraries of the GNOME desktop DEPENDS+= GConf>=2.20.1:../../devel/GConf DEPENDS+= ORBit2>=2.14.10:../../net/ORBit2 |