pkgsrc-Users archive

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

Re: Adding a gnome-lite package



jmmv84%gmail.com@localhost said:
> I'll keep it locally while I decide what to put in it

As a starting point, here is one I had been using locally.
It is just a session and a terminal. For everything else,
there are alternatives to the standard gnome tools which
are often preferrable. (altually also for the terminal,
but some terminal is helpful to be able to install additional
packages)

best regards
Matthias


------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzende des Aufsichtsrats: MinDir'in Baerbel Brumme-Bothe
Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
# $NetBSD: Makefile,v 1.37 2007/04/17 17:48:47 drochner Exp $

DISTNAME=       gnome-desktop-minimal-2.26.2
CATEGORIES=     meta-pkgs x11 gnome
MASTER_SITES=   # empty
DISTFILES=      # empty

MAINTAINER=     drochner%NetBSD.org@localhost
HOMEPAGE=       http://www.gnome.org/
COMMENT=        Meta-package for basic components of the GNOME desktop

# This meta-pkg contains the pkgs needed for a minimal GNOME desktop,
# ie session startup and a terminal.
# Required pkgs which belong to the GNOME "desktop" subset are listed
# here, with minimal versions according to the GNOME release.

DEPENDS+=       gnome-platform>=2.26.2:../../meta-pkgs/gnome-platform

#DEPENDS+=      eel>=2.22.2:../../devel/eel
DEPENDS+=       evolution-data-server>=2.26.2:../../mail/evolution-data-server
#DEPENDS+=      gdm>=2.20.7:../../x11/gdm
DEPENDS+=       gnome-control-center>=2.26.0:../../x11/gnome-control-center
DEPENDS+=       gnome-desktop>=2.26.2:../../x11/gnome-desktop
DEPENDS+=       gnome-icon-theme>=2.26.0:../../graphics/gnome-icon-theme
DEPENDS+=       gnome-keyring>=2.26.1:../../security/gnome-keyring
DEPENDS+=       gnome-menus>=2.26.1:../../sysutils/gnome-menus
DEPENDS+=       gnome-panel>=2.26.2:../../x11/gnome-panel
DEPENDS+=       gnome-session>=2.26.1:../../x11/gnome-session
DEPENDS+=       gnome-terminal>=2.26.2:../../x11/gnome-terminal
DEPENDS+= gst-plugins0.10-base>=0.10.23:../../multimedia/gst-plugins0.10-base
DEPENDS+=       gstreamer0.10>=0.10.22:../../multimedia/gstreamer0.10
#DEPENDS+=      libgnomeprint>=2.18.6:../../print/libgnomeprint
#DEPENDS+=      libgnomeprintui>=2.18.4:../../print/libgnomeprintui
DEPENDS+=       librsvg>=2.26.0:../../graphics/librsvg
DEPENDS+=       metacity>=2.26.0:../../wm/metacity
DEPENDS+=       nautilus>=2.26.3:../../sysutils/nautilus
DEPENDS+=       vte>=0.20.2:../../x11/vte
DEPENDS+=       zenity>=2.26.0:../../x11/zenity

EXTRACT_ONLY=   # empty
NO_CHECKSUM=    yes
NO_CONFIGURE=   yes
NO_BUILD=       yes
NO_MTREE=       yes

do-install:     # empty

.include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index