Merge branch 'master' of ssh://git.fedorahosted.org/git/spin-kickstarts

This commit is contained in:
Colin Walters 2008-09-25 15:21:49 -04:00
commit 65ab6d92cb
2 changed files with 42 additions and 45 deletions

View File

@ -4,27 +4,41 @@
# - Fedora Live Spin with the light-weight XFCE Desktop Environment # - Fedora Live Spin with the light-weight XFCE Desktop Environment
# #
# Maintainer(s): # Maintainer(s):
# - Rahul Sundaram <sundaram a fedoraproject.org> # - Rahul Sundaram <sundaram@fedoraproject.org>
# - Christoph Wickert <chris@christoph-wickert.de>
# - Kevin Fenzi <kevin@tummy.com>
%include fedora-live-base.ks %include fedora-live-base.ks
%packages %packages
# gdm depends on gnome-session but lacks a dependency. Temporary workaround
gnome-session
firefox firefox
NetworkManager-vpnc NetworkManager-vpnc
NetworkManager-openvpn NetworkManager-openvpn
NetworkManager-gnome NetworkManager-gnome
NetworkManager-pptp
#nss-mdns
# we don't include @office so that we don't get OOo. but some nice bits # we don't include @office so that we don't get OOo. but some nice bits
abiword abiword
gnumeric gnumeric
evince evince
-evince-dvi -evince-dvi
-evince-djvu
gimp gimp
inkscape inkscape
galculator galculator
desktop-backgrounds-compat desktop-backgrounds-compat
xscreensaver-base gnome-screensaver
setroubleshoot setroubleshoot
# development # development
@ -34,7 +48,6 @@ geany
xdg-user-dirs xdg-user-dirs
@java @java
totem totem
-totem-xine
totem-mozplugin totem-mozplugin
pidgin pidgin
claws-mail claws-mail
@ -44,7 +57,8 @@ drivel
liferea liferea
quodlibet quodlibet
gftp gftp
mirage ristretto
asunder
tracker-search-tool tracker-search-tool
gnome-power-manager gnome-power-manager
@ -97,45 +111,23 @@ xfce4-websearch-plugin
xfwm4-themes xfwm4-themes
# dictionaries are big # dictionaries are big
-aspell-* #-aspell-*
-man-pages-* #-man-pages-*
-scim-tables-* #-scim-tables-*
fonts-ISO8859-2
cjkunifonts-ukai
madan-fonts
fonts-KOI8-R
fonts-KOI8-R-100dpi
tibetan-machine-uni-fonts
#-wqy-bitmap-fonts
#-dejavu-fonts-experimental
#-dejavu-fonts
# drop more fonts
#-lohit-fonts-*
#-thaifonts-scalable
#-paktype-fonts
#-VLGothic-fonts
#-baekmuk-ttf-fonts-*
#-kacst-fonts
#-lklug-fonts
#-jomolhari-fonts
#-abyssinica-fonts
#-cjkunifonts-uming
#
# more fun with space saving # more fun with space saving
-scim-lang-chinese #-scim-lang-chinese
scim-chewing #scim-chewing
scim-pinyin #scim-pinyin
-gimp-help -gimp-help
# save some space # save some space
-autofs -autofs
-nss_db -nss_db
-sendmail -sendmail
ssmtp
-acpid
# system-config-printer does printer management better # system-config-printer does printer management better
# xfprint has now been made as optional in comps. # xfprint has now been made as optional in comps.
system-config-printer system-config-printer
@ -168,20 +160,25 @@ EOF
cat >> /etc/rc.d/init.d/fedora-live << EOF cat >> /etc/rc.d/init.d/fedora-live << EOF
chown -R fedora:fedora /home/fedora chown -R fedora:fedora /home/fedora
# set up timed auto-login for after 10 seconds # disable screensaver locking
cat >> /etc/gdm/custom.conf << _EOF_ gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/gnome-screensaver/lock_enabled false >/dev/null
# set up timed auto-login for after 60 seconds
cat >> /etc/gdm/custom.conf << FOE
[daemon] [daemon]
TimedLoginEnable=true TimedLoginEnable=true
TimedLogin=fedora TimedLogin=fedora
TimedLoginDelay=10 TimedLoginDelay=60
_EOF_ FOE
if [ -e /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png ] ; then
cp /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png /home/fedora/.face
chown fedora:fedora /home/fedora/.face
# TODO: would be nice to get e-d-s to pick this one up too... but how?
fi
EOF EOF
%post
# remove this session file from gnome-session package to make xfce the default
# temporary hack till this file is split up from the package
rm -rf /usr/share/xsessions/gnome.session
%end %end

View File

@ -2,7 +2,7 @@
part / --size 6000 part / --size 6000
%packages --ignoremissing %packages
# Libraries # Libraries
@development-libs @development-libs
@gnome-software-development @gnome-software-development