pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/meta-pkgs/desktop-gnome Import desktop-gnome-0.1 as me...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad7ba02aa433
branches:  trunk
changeset: 555024:ad7ba02aa433
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Mon Feb 23 17:52:25 2009 +0000

description:
Import desktop-gnome-0.1 as meta-pkgs/desktop-gnome.

Primary goal for the desktop project:

Given a NetBSD CD and a reasonably modern x86 computer, make it
possible to install a useful desktop system in under 15 minutes,
responding to only a few prompts in the process.

The package collects the required software for the project.
It's the gnome based version, a KDE based version is planned in the future.

diffstat:

 meta-pkgs/desktop-gnome/DESCR    |   5 +++++
 meta-pkgs/desktop-gnome/Makefile |  38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 7c92857efeaf -r ad7ba02aa433 meta-pkgs/desktop-gnome/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/desktop-gnome/DESCR     Mon Feb 23 17:52:25 2009 +0000
@@ -0,0 +1,5 @@
+Primary goal for the desktop project:
+
+Given a NetBSD CD and a reasonably modern x86 computer, make it
+possible to install a useful desktop system in under 15 minutes,
+responding to only a few prompts in the process.
diff -r 7c92857efeaf -r ad7ba02aa433 meta-pkgs/desktop-gnome/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/desktop-gnome/Makefile  Mon Feb 23 17:52:25 2009 +0000
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/23 17:52:25 ahoka Exp $
+#
+
+DISTNAME=      desktop-gnome-0.1
+CATEGORIES=    meta-pkgs x11 gnome
+MASTER_SITES=  # empty
+
+MAINTAINER=    netbsd-desktop%NetBSD.org@localhost
+COMMENT=       Software stack for the NetBSD Desktop Project
+HOMEPAGE=      http://wiki.netbsd.se/Desktop_Project/
+
+META_PACKAGE=  yes
+
+# implements http://wiki.netbsd.se/Desktop_Phase_1
+#
+DEPENDS+=      cups-[0-9]*:../../print/cups
+DEPENDS+=      firefox3-[0-9]*:../../www/firefox3
+DEPENDS+=      gnome-[0-9]*:../../meta-pkgs/gnome
+DEPENDS+=      gimp-[0-9]*:../../graphics/gimp
+DEPENDS+=      notification-daemon-[0-9]*:../../sysutils/notification-daemon
+DEPENDS+=      thunderbird-[0-9]*:../../mail/thunderbird
+DEPENDS+=      pidgin-[0-9]*:../../chat/pidgin
+DEPENDS+=      pidgin-libnotify-[0-9]*:../../chat/pidgin-libnotify
+DEPENDS+=      Transmission-[0-9]*:../../net/Transmission
+
+# useful fonts and themes
+#
+DEPENDS+=      dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf
+DEPENDS+=      liberation-ttf-[0-9]*:../../fonts/liberation-ttf
+
+# the space taken by some major shells shouldnt be a problem
+#
+DEPENDS+=      bash-[0-9]*:../../shells/bash
+DEPENDS+=      tcsh-[0-9]*:../../shells/tcsh
+DEPENDS+=      zsh-[0-9]*:../../shells/zsh
+DEPENDS+=      mksh-[0-9]*:../../shells/mksh
+
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index