Browse Source

Initial configuration and package selection for dugong.

master
Minto van der Sluis 16 years ago
parent
commit
32950862f7
8 changed files with 141 additions and 0 deletions
  1. +9
    -0
      README
  2. +2
    -0
      config.in
  3. +1
    -0
      extends
  4. +1
    -0
      pkgsel.d/gnome-applications.all
  5. +69
    -0
      pkgsel.d/gnome-core.all
  6. +38
    -0
      pkgsel.d/gnome-office.all
  7. +6
    -0
      pkgsel.d/gnome-print.all
  8. +15
    -0
      pkgsel.in

+ 9
- 0
README

@ -0,0 +1,9 @@
= Dugong =
== Description ==
'Dugong' is a Gnome based destop distribution, part of the 'OpenSDE-Desktop'
project.
== The name ==
The 'dugong' (Dugong dugon) is a large fully-marine herbivorous mammal.

+ 2
- 0
config.in

@ -0,0 +1,2 @@
#Description: Dugong, Gnome based desktop

+ 1
- 0
extends

@ -0,0 +1 @@
bare

+ 1
- 0
pkgsel.d/gnome-applications.all

@ -0,0 +1 @@

+ 69
- 0
pkgsel.d/gnome-core.all

@ -0,0 +1,69 @@
# Most core gnome packages are already part of bare.
X libgnome
X gnome-vfs
X gnome-mime-data
X libbonobo
X libgnomeui
X libgnomecanvas
X libbonoboui
X gnome-keyring
X scrollkeeper
X libglade
X gtkhtml
# minimal icons
X gnome-icon-theme
# needed by gtkhtml
X gail
# needed by gnome-icon-theme
X icon-naming-utils
# needed icon-naming-utils
X perl-xml-simple
X nautilus
X metacity
X libwnck
X gnome-session
X gnome-panel
X gnome-desktop
X gnome-menus
X esound
X eel
X control-center
X libcroco
X libxklavier
X libexif
X desktop-file-utils
# needed by nautilus
X librsvg
# needed by control-center
X gstreamer
X gst-plugins-base
X libgnomekbd
# needed by gst-plugins-base
X liboil
X hicolor-icon-theme
X gtk-engines
X gnome-themes
X gnome-backgrounds
X evince
# needed by evince
X poppler
# and C++ bindings
X libsigc++
X glibmm
X cairomm
X gtkmm

+ 38
- 0
pkgsel.d/gnome-office.all

@ -0,0 +1,38 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/pkgsel/Desktop/Office_Suite/gnomeoffice.ask
# Copyright (C) 2006 - 2007 The OpenSDE Project
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
#Description: GNOME Office
#Dependencies: GNOME!='' GNOME!=none
X abiword
X fribidi
X enchant
X goffice
X gnumeric
X mergeant
X libgnomedb
X libgda
# use a recent wv instead of the ancient one shipped with abiword
X wv
# needed by gnumeric
X gal
# needed by goffice
X libgsf
X pcre

+ 6
- 0
pkgsel.d/gnome-print.all

@ -0,0 +1,6 @@
X libgnomeprint
X libgnomeprintui
X libgnomecups
X gnome-cups-manager

+ 15
- 0
pkgsel.in

@ -0,0 +1,15 @@
# generate pkgsel.awk file
#
if [ ! -s $cfgtmpdir/$target.pkgsel.awk ]; then
cat <<-EOT > $cfgtmpdir/$target.pkgsel.awk
# Generated for target/$target/pkgsel.d/*.all
#
EOT
lib/sde-config/pkgsel2awk.sh $( ls -1d target/$target/pkgsel.d/*.all ) \
>> $cfgtmpdir/$target.pkgsel.awk
fi
pkgfilter awk -f $cfgtmpdir/$target.pkgsel.awk

Loading…
Cancel
Save