diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-29 08:57:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-29 08:57:03 +0000 |
commit | 668c0537d0761c5418484c046c252deb0849182b (patch) | |
tree | 1b348e72324928aef15b1b9c8fe7b96e62f247ec /meta-pkgs | |
parent | 7c0f1feb6064f5cb95df99172b757898383f035e (diff) | |
download | pkgsrc-668c0537d0761c5418484c046c252deb0849182b.tar.gz |
Import gnome-admin-2.24.1.90 as meta-pkgs/gnome-mobile.
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 the GNOME mobile support, defined
by the project as the "GNOME mobile".
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/gnome-mobile/DESCR | 9 | ||||
-rw-r--r-- | meta-pkgs/gnome-mobile/Makefile | 30 |
2 files changed, 39 insertions, 0 deletions
diff --git a/meta-pkgs/gnome-mobile/DESCR b/meta-pkgs/gnome-mobile/DESCR new file mode 100644 index 00000000000..5659a41a3c2 --- /dev/null +++ b/meta-pkgs/gnome-mobile/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 the GNOME mobile support, defined +by the project as the "GNOME mobile". diff --git a/meta-pkgs/gnome-mobile/Makefile b/meta-pkgs/gnome-mobile/Makefile new file mode 100644 index 00000000000..e2749118f25 --- /dev/null +++ b/meta-pkgs/gnome-mobile/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/29 08:57:03 wiz Exp $ + +DISTNAME= gnome-admin-2.24.1.90 +CATEGORIES= meta-pkgs x11 gnome +MASTER_SITES= # empty + +MAINTAINER= drochner@NetBSD.org +HOMEPAGE= http://www.gnome.org/ +COMMENT= Meta-package for mobile support for the GNOME desktop + +META_PACKAGE= yes + +# see http://ftp.gnome.org/pub/GNOME/mobile/2.24/2.24.2/sources/ + +# unpackaged +#DEPENDS+= GConf-dbus>=2.16.0:../../*/GConf-dbus +DEPENDS+= atk>=1.24.0:../../devel/atk +# unpackaged +#DEPENDS+= evolution-data-server-dbus>=2.20.0:../../*/evolution-data-server-dbus +DEPENDS+= glib2>=2.18.3:../../devel/glib2 +DEPENDS+= gst-plugins0.10-base>=0.10.21:../../multimedia/gst-plugins0.10-base +DEPENDS+= gstreamer0.10>=0.10.21:../../multimedia/gstreamer0.10 +# too old +#DEPENDS+= gtk2+>=2.14.5:../../x11/gtk2 +DEPENDS+= gtk2+>=2.14.4:../../x11/gtk2 +DEPENDS+= gtk-doc>=1.10:../../textproc/gtk-doc +DEPENDS+= intltool>=0.40.5:../../textproc/intltool +DEPENDS+= pango>=1.22.3:../../devel/pango + +.include "../../mk/bsd.pkg.mk" |