Browse Source

* initial package selsction and config of Bare Desktop

git-svn-id: svn://svn.opensde.net/desktop/bare/trunk@6 219270a8-6335-0410-8c83-dfab25b4dc40
legacy/early
Nagy Károly Gábriel 16 years ago
committed by Alejandro Mery
parent
commit
5e30b77336
4 changed files with 32 additions and 138 deletions
  1. +2
    -7
      README
  2. +14
    -0
      build.sh
  3. +15
    -1
      config.in
  4. +1
    -130
      pkgsel

+ 2
- 7
README

@ -1,7 +1,2 @@
The Koala target will grow eventually in a full KDE based desktop target.
Right now it is mostly a kind of KDE reference target, which we think will prove
quite handy for testing upcoming KDE updates. Neverthenless it might be used as
a KDE based desktop.
~ The evil Tardiba team ~
Bare Desktop is the foundation on which all OpenSDE
desktop distributions are built.

+ 14
- 0
build.sh

@ -1 +1,15 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/bare/build.sh
# 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 ---
. target/generic/build.sh

+ 15
- 1
config.in

@ -1,4 +1,18 @@
#Description: KDE-Koala Reference
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/bare/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: Bare Desktop
SDECFGSET_PKGFILE_TYPE='tar.bz2'

+ 1
- 130
pkgsel

@ -1,4 +1,4 @@
# Description: KDE-Koala reference package selection
# Description: Bare Desktop package selection
O *
= glibc
@ -258,15 +258,6 @@ X qt
X arts
X kdelibs
# multimedia
X xine-lib
X mplayer
X mplayer-fonts
X xvid
X libdvdread
X ffmpeg
X libmpeg2
# sound
X audio/alsa*
X ogg-vorbis
@ -278,124 +269,4 @@ X audiofile
X taglib
X mppenc
# server
X samba
# security
X gnupg
#miscelanous
X sip
X pyqt
X pykde
X pykde-extensions
###################### End desktop basic packages and deps######################
###################### Begin KDE requirements ##################################
X postgresql
X python
X tetex
X htdig
X sysfsutils
X lm_sensors
X mtools
# libmal
X openldap
X hal
X dbus
X dbus-glib
X fam
X openslp
X pilot-link
X cyrus-sasl2
X mdnsresponder
X wine
X libidn
# NTLM
X libsdl
X libtiff
X libpng
X libjpeg
X poppler
# GIFT
X cdparanoia
X flac
X speex
X mad
X libaudiofile
X libogg
X libvorbis
X vorbis-tools
X libtheora
X ogmtools
X gstreamer
X gstreamer-plugins*
X libmusicbrainz
X libtunepimp
X ctags
X doxygen
# libfacile
X ocaml
X imagemagick
X graphicsmagick
X imlib2
# KOffice needs tcl and tk
X tcl
X tk
# KDEPim needs some stuff
X gpgme
X libgpg-error
X libassuan
X pinentry
X bogofilter
X libksba
# kopete needs jasper
X jasper
###################### End KDE requirements ############################
###################### Begin KDE core ##################################
X kdebase
X kdeaddons
X kdeadmin
X kdeartwork
X kdebindings
X kdeedu
X kdegames
X kdegraphics
X kdemultimedia
X kdenetwork
X kdepim
X kdesdk
X kdetoys
X kdeutils
X koffice
X koffice-i18n
X kdevelop
###################### End KDE core ##################################
##################### Begin Koala specific apps ######################
X amarok
# needed by amarok
X ruby
#
# needed by mppenc
X cmake
#
X kaffeine
X konversation
X w32codec
X libexif
X openexr
X wv2
X libwpd
X k3b
X k3b-i18n
X digikam
X digikamimageplugins
X vlc
X wxwidgets
X unrar
X shared-mime-info
##################### End Koala specific apps ########################

Loading…
Cancel
Save