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

This commit is contained in:
Jeroen van Meeuwen (Fedora Unity) 2010-01-02 15:03:20 +01:00
commit 244077f99c
2 changed files with 13 additions and 8 deletions

View File

@ -26,21 +26,22 @@
-kaffeine* # kaffeine has duplicate functionality with dragonplayer (~3 megs) -kaffeine* # kaffeine has duplicate functionality with dragonplayer (~3 megs)
#-kdegames # the removal of kdegames will free ~35 megs #-kdegames # the removal of kdegames will free ~35 megs
-kdeartwork-screensavers # screensavers are not needed on live images -kdeartwork-screensavers # screensavers are not needed on live images
#-kipi-plugins # ~8 megs -kipi-plugins # ~8 megs
#-konq-plugins # ~2 megs -konq-plugins # ~2 megs
-kdeplasma-addons # ~5 megs -kdeplasma-addons # ~5 megs
# Additional packages that are not default in kde-desktop but useful # Additional packages that are not default in kde-desktop but useful
-koffice-suite # don't include whole koffice-suite, just parts of it
koffice-kword koffice-kword
koffice-kspread # ~1 megs #koffice-kspread # ~1 megs
koffice-kpresenter # ~3 megs #koffice-kpresenter # ~3 megs
koffice-filters #koffice-filters
kdeartwork # only include some parts of kdeartwork kdeartwork # only include some parts of kdeartwork
k3b k3b
#twinkle # (~10 megs) #twinkle # (~10 megs)
fuse fuse
liveusb-creator liveusb-creator
pavucontrol # nice to have but pulls in gstreamer (~3 megs) #pavucontrol # nice to have but pulls in gstreamer (~3 megs)
# use yum-presto by default # use yum-presto by default
yum-presto yum-presto
@ -148,6 +149,12 @@ restorecon -R /home/liveuser/
# don't use prelink on a running KDE live image # don't use prelink on a running KDE live image
sed -i 's/PRELINKING=yes/PRELINKING=no/' /etc/sysconfig/prelink sed -i 's/PRELINKING=yes/PRELINKING=no/' /etc/sysconfig/prelink
# small hack to enable plasma-netbook workspace on boot
if strstr "\`cat /proc/cmdline\`" netbook ; then
mv /usr/share/autostart/plasma-desktop.desktop /usr/share/autostart/plasma-netbook.desktop
sed -i 's/desktop/netbook/g' /usr/share/autostart/plasma-netbook.desktop
fi
EOF EOF
%end %end

View File

@ -68,8 +68,6 @@ poppler-glib-devel
python-distutils-extra python-distutils-extra
redhat-lsb redhat-lsb
wv-devel wv-devel
xulrunner-devel-unstable
xulrunner-python-devel
# development # development
@development-libs @development-libs