tuned to kde live spin

This commit is contained in:
Chitlesh Goorah 2008-09-03 18:51:39 +02:00
parent 6b01761369
commit edd4c14970
1 changed files with 53 additions and 56 deletions

View File

@ -1,9 +1,9 @@
# Description : Live DVD image for Fedora Electronic Lab # Description : Live DVD image for Fedora Electronic Lab
# last updated: 11 June 2008 # last updated: 10 August 2008
# #
# Maintainer(s): # Maintainer(s):
# - Chitlesh Goorah <chitlesh a fedoraproject.org> # - Chitlesh Goorah <chitlesh a fedoraproject.org>
# - Thibault North <tnorth a fedoraproject.org> # - Thibault North <tnorth a fedoraproject.org>
%include fedora-livecd-kde.ks %include fedora-livecd-kde.ks
@ -13,23 +13,33 @@
kmenu-gnome kmenu-gnome
kdesvn kdesvn
yakuake yakuake
kdebluetooth
# include default fedora wallpaper # removing useless application from KDE ks
desktop-backgrounds-basic -kdegames
-koffice-kword
-koffice-kspread
-koffice-kpresenter
-koffice-filters
wget
planner
# some projects based on ghdl and gtkwave needs # some projects based on ghdl and gtkwave needs
zlib-devel zlib-devel
#project management
# Office
vym vym
koffice-kspread openoffice.org-writer
koffice-kword openoffice.org-math
koffice-kplato openoffice.org-writer2latex
koffice-filters openoffice.org-calc
openoffice.org-impress
openoffice.org-extendedPDF
openoffice.org-ooolatex
kile
planner
# some other extra packages # some other extra packages
ntfsprogs ntfsprogs
@ -43,14 +53,21 @@ gnupg
hal-cups-utils hal-cups-utils
firefox firefox
libflashsupport libflashsupport
kile bluez-gnome
gnome-bluetooth
# ignore comps.xml and make sure these packages are included # ignore comps.xml and make sure these packages are included
rhgb rhgb
make make
# include default fedora wallpaper
desktop-backgrounds-basic
fedora-logos
wget
tkcvs
#vlsi
# vlsi
alliance-doc alliance-doc
irsim irsim
gds2pov gds2pov
@ -67,21 +84,20 @@ pharosc-synopsys
pharosc-xcircuit pharosc-xcircuit
sk2py sk2py
# Hardware Description Languages
#Hardware Description Languages
gtkwave gtkwave
iverilog iverilog
drawtiming drawtiming
ghdl ghdl
freehdl freehdl
#spice # spice
ngspice ngspice
gnucap gnucap
#gspiceui gspiceui
gwave gwave
#PCB and schematics # PCB and schematics
geda-gschem geda-gschem
geda-examples geda-examples
geda-gsymcheck geda-gsymcheck
@ -94,7 +110,7 @@ gresistor
kicad kicad
pcb pcb
#Micro Programming # Micro Programming
piklab piklab
ktechlab ktechlab
pikloops pikloops
@ -105,7 +121,7 @@ gtkterm
picocom picocom
minicom minicom
#embedded # embedded
arm-gp2x-linux* arm-gp2x-linux*
avr-* avr-*
avrdude avrdude
@ -113,70 +129,51 @@ dfu-programmer
avarice avarice
uisp uisp
#computing # computing
octave octave
octave-forge octave-forge
# Oracle Berkeley database
db4-cxx
db4-tcl
# Extra support for compiling SystemC (not yet fedora compatible)
compat-gcc-34-c++
%end %end
%post %post
###### Fedora Electronic Lab #################################################### ###### Fedora Electronic Lab ####################################################
# Fedora Electronic Lab: Kwin buttons # Fedora Electronic Lab:
cat > /usr/share/kde-settings/kde-profile/default/share/config/kwinrc <<EOF
[Style]
ButtonsOnLeft=MB
ButtonsOnRight=FIAX
CustomButtonPositions=true
EOF
mkdir -p /home/fedora/.kde/share/config/
# kill stupid klipper # kill stupid klipper
cat > /usr/share/kde-settings/kde-profile/default/share/config/klipperrc <<EOF cat > /home/fedora/.kde/share/config/klipperrc <<EOF
[General] [General]
AutoStart=false AutoStart=false
EOF EOF
# use the LCD_Style clock as alliance's windows demand a lot of space on kicker cat > /home/fedora/.kde/share/config/kxkbrc <<EOF
cat > /usr/share/kde-settings/kde-profile/default/share/config/clock_panelappletrc <<EOF
[Digital]
LCD_Style=false
Show_Date=false
Show_Seconds=true
[General]
Type=Digital
EOF
cat > /usr/share/kde-settings/kde-profile/default/share/config/kxkbrc <<EOF
[Layout] [Layout]
DisplayNames= DisplayNames=us,ch,de,fr
EnableXkbOptions=false IndicatorOnly=false
IncludeGroups= LayoutList=us,ch,de,fr
LayoutList=us,de,ch,fr,jp
Model=pc104 Model=pc104
Options= Options=
ResetOldOptions=false ResetOldOptions=true
ShowFlag=true ShowFlag=true
ShowSingle=true ShowSingle=true
StickySwitching=false
StickySwitchingDepth=2
SwitchMode=Global SwitchMode=Global
Use=true Use=true
EOF EOF
# Chitlesh doesn't like the KDE icon on the kicker, but fedora's # Chitlesh doesn't like the KDE icon on the kicker, but fedora's
# This is a feature for Fedora and not for KDE # icon taken from fedora-logos and applied by kde-settings
cp -fp /usr/share/icons/Bluecurve/16x16/apps/gnome-main-menu.png /usr/share/icons/crystalsvg/16x16/apps/kmenu.png
cp -fp /usr/share/icons/Bluecurve/24x24/apps/gnome-main-menu.png /usr/share/icons/crystalsvg/22x22/apps/kmenu.png
cp -fp /usr/share/icons/Bluecurve/32x32/apps/gnome-main-menu.png /usr/share/icons/crystalsvg/32x32/apps/kmenu.png
cp -fp /usr/share/icons/Bluecurve/48x48/apps/gnome-main-menu.png /usr/share/icons/crystalsvg/48x48/apps/kmenu.png
# FEL doesn't need these and boots slowly # FEL doesn't need these and boots slowly
/sbin/chkconfig anacron off 2>/dev/null
/sbin/chkconfig sendmail off 2>/dev/null /sbin/chkconfig sendmail off 2>/dev/null
/sbin/chkconfig nfs off 2>/dev/null /sbin/chkconfig nfs off 2>/dev/null
/sbin/chkconfig nfslock off 2>/dev/null /sbin/chkconfig nfslock off 2>/dev/null