Browse Source

* initial commit for rakali desktop target

git-svn-id: svn://svn.opensde.net/desktop/rakali/trunk@13 219270a8-6335-0410-8c83-dfab25b4dc40
master
Alejandro Mery 18 years ago
parent
commit
944c18ca27
4 changed files with 81 additions and 0 deletions
  1. +9
    -0
      README
  2. +15
    -0
      config.in
  3. +1
    -0
      extends
  4. +56
    -0
      pkgsel

+ 9
- 0
README

@ -0,0 +1,9 @@
= Rakali =
== Description ==
'Rakali' is an Xfce based destop distribution, part of the 'OpenSDE-Desktop'
project.
== The name ==
The 'rakali' is an Australian native rodent, also known as 'Water rat'.

+ 15
- 0
config.in

@ -0,0 +1,15 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/rakali/config.in
# Copyright (C) 2007 The OpenSDE Project
#
# 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: Rakali, Xfce based desktop

+ 1
- 0
extends

@ -0,0 +1 @@
bare

+ 56
- 0
pkgsel

@ -0,0 +1,56 @@
# Core Components: Libraries
#
X libxfce4util
X libxfcegui4
X libxfce4mcs
# Core Components: Settings Manager
#
X xfce-mcs-manager
X xfce-mcs-plugins
# Core Components
#
X xfce4-panel
X xfce4-session
X xfce-utils
X xfprint
X xfwm4
X xfdesktop
# Recommended (should go to 'bare')
#
X librsvg
X hicolor-icon-theme
X xscreensaver
# Wanted by libxfcegui4, libxfce4mcs and xfce4-panel (should go to 'bare')
#
X startup-notification
# needed by xscreensaver
X libglade
X bc
# Panel Plugins
# http://goodies.xfce.org/projects/panel-plugins/start
# ?
X gtk-xfce-engine2
# Notes:
# xfdesktop may depend on thunar and libexo - check prio!
# gnome replaced xscreensaver with gnome-screensaver, and kde did similar... so it can't go to bare
#libexo libxfce4util xfce-mcs-manager, python >= 2.2
#thunar libexo >= 0.3.1.4, libpng >= 1.2.0, libxfce4util dbus >= 0.34, gconf >= 2.4.0, libjpeg
#mousepad libxfcegui4, libxfce4util
#terminal libexo >= 0.3.0, vte >= 0.11.11 libstartup-notification, dbus >= 0.22
#xarchiver
#xfburn libxfcegui4, libexo >= 0.3.0 cdrecord, readcd, cdrdao, mkisofs
#xfcalendar perl, libxfce4mcs, libxfcegui4, xfce-mcs-manager ical, db >= 4.0
#xfce4-appfinder libxfcegui4
#xfce4-mixer libxml-2 >= 2.4.0, libxfce4util, libxfcegui4, libxfce4mcs, xfce-mcs-manager ossaudio, alsa, sun, sgi, audio
#xfce4-terminal libxfcegui4, libxfce4mcs, vte >= 0.11.0, xfce-mcs-manager
#xfmedia libx11, libsm, libxfce4util, libxfcegui4, libxine >= 1.0.0 libexo >= 0.2.0, libstartup-notification, dbus >= 0.22, taglib

Loading…
Cancel
Save