@ -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. |
||||
|
|
@ -0,0 +1,2 @@ |
|||||
|
|
||||
|
#Description: Dugong, Gnome based desktop |
@ -0,0 +1 @@ |
|||||
|
bare |
@ -0,0 +1 @@ |
|||||
|
|
@ -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 |
||||
|
|
@ -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 |
@ -0,0 +1,6 @@ |
|||||
|
|
||||
|
X libgnomeprint |
||||
|
X libgnomeprintui |
||||
|
X libgnomecups |
||||
|
|
||||
|
X gnome-cups-manager |
@ -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 |