summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2008-01-09 18:47:36 +0000
committerdrochner <drochner@pkgsrc.org>2008-01-09 18:47:36 +0000
commit03a52520b4ee1b0a99d3e36035000be674757688 (patch)
tree86d65d71c4289c08b0f412955ad90bb74d861acb /meta-pkgs
parentc8ee18ad40e9f7f5fdb140cec6add136c14931c3 (diff)
downloadpkgsrc-03a52520b4ee1b0a99d3e36035000be674757688.tar.gz
add gnome-platform-2.20.3, a meta-pkg to track the "platform" part
of the gnome distribution (already at 2.20.3 which was released today, thanks to Tobias Nygren)
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/gnome-platform/DESCR9
-rw-r--r--meta-pkgs/gnome-platform/Makefile50
-rw-r--r--meta-pkgs/gnome-platform/PLIST2
3 files changed, 61 insertions, 0 deletions
diff --git a/meta-pkgs/gnome-platform/DESCR b/meta-pkgs/gnome-platform/DESCR
new file mode 100644
index 00000000000..2cc5c7912d6
--- /dev/null
+++ b/meta-pkgs/gnome-platform/DESCR
@@ -0,0 +1,9 @@
+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, but nothing else.
diff --git a/meta-pkgs/gnome-platform/Makefile b/meta-pkgs/gnome-platform/Makefile
new file mode 100644
index 00000000000..fde49187684
--- /dev/null
+++ b/meta-pkgs/gnome-platform/Makefile
@@ -0,0 +1,50 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/01/09 18:47:36 drochner Exp $
+
+DISTNAME= gnome-platform-2.20.3
+CATEGORIES= meta-pkgs x11 gnome
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= drochner@NetBSD.org
+HOMEPAGE= http://www.gnome.org/
+COMMENT= Meta-package for basic components of the GNOME desktop
+
+DEPENDS+= GConf>=2.20.1:../../devel/GConf
+DEPENDS+= ORBit2>=2.14.10:../../net/ORBit2
+DEPENDS+= at-spi>=1.20.1:../../devel/at-spi
+DEPENDS+= atk>=1.20.0:../../devel/atk
+DEPENDS+= libaudiofile>=0.2.6:../../audio/libaudiofile
+DEPENDS+= esound>=0.2.38:../../audio/esound
+DEPENDS+= gail>=1.20.2:../../devel/gail
+DEPENDS+= glib2>=2.14.4:../../devel/glib2
+DEPENDS+= gnome-mime-data>=2.18.0:../../databases/gnome-mime-data
+DEPENDS+= gnome-vfs>=2.20.1:../../sysutils/gnome-vfs
+DEPENDS+= gnome-vfs-monikers>=2.15.3:../../sysutils/gnome-vfs-monikers
+DEPENDS+= gtk2+>=2.12.4:../../x11/gtk2
+DEPENDS+= gtk-doc>=1.9:../../textproc/gtk-doc
+DEPENDS+= intltool>=0.36.3:../../textproc/intltool
+DEPENDS+= libIDL>=0.8.9:../../net/libIDL
+DEPENDS+= libart>=2.3.19:../../graphics/libart
+DEPENDS+= libbonobo>=2.20.3:../../devel/libbonobo
+DEPENDS+= libbonoboui>=2.20.0:../../devel/libbonoboui
+DEPENDS+= libglade>=2.6.2:../../devel/libglade
+DEPENDS+= libgnome>=2.20.1.1:../../devel/libgnome
+DEPENDS+= libgnomecanvas>=2.20.1.1:../../graphics/libgnomecanvas
+DEPENDS+= libgnomeui>=2.20.1.1:../../devel/libgnomeui
+DEPENDS+= libxml2>=2.6.30:../../textproc/libxml2
+DEPENDS+= libxslt>=1.1.22:../../textproc/libxslt
+DEPENDS+= pango>=1.18.4:../../devel/pango
+
+# XXX gnome-keyring is distributed with the "desktop" set, but is required
+# by libgnomeui. List it here to avoid circular dependency.
+DEPENDS+= gnome-keyring>=2.20.3:../../security/gnome-keyring
+
+EXTRACT_ONLY= # empty
+NO_CHECKSUM= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+NO_MTREE= yes
+
+do-install: # empty
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/meta-pkgs/gnome-platform/PLIST b/meta-pkgs/gnome-platform/PLIST
new file mode 100644
index 00000000000..5c80ed529b3
--- /dev/null
+++ b/meta-pkgs/gnome-platform/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/01/09 18:47:36 drochner Exp $
+@comment this plist intentionally left empty