wok-current rev 2738
slitaz-configs: Move root config files to the source package
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 25 00:49:22 2009 +0200 (2009-04-25) |
parents | 5060e62b598c |
children | 19319a89e4d3 |
files | slitaz-configs/receipt slitaz-configs/stuff/root/.Xdefaults slitaz-configs/stuff/root/.gtkrc-2.0 |
line diff
1.1 --- a/slitaz-configs/receipt Fri Apr 24 17:08:48 2009 +0200 1.2 +++ b/slitaz-configs/receipt Sat Apr 25 00:49:22 2009 +0200 1.3 @@ -17,7 +17,6 @@ 1.4 { 1.5 # Copy all rootfs from the stuff and set permissions. 1.6 cp -a $src/rootfs/* $fs 1.7 - cp -a stuff/root $fs 1.8 chown -R root.root $fs 1.9 chmod 0750 $fs/root 1.10 }
2.1 --- a/slitaz-configs/stuff/root/.Xdefaults Fri Apr 24 17:08:48 2009 +0200 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,20 +0,0 @@ 2.4 -!~/.Xdefault: Control the behavior of x-clients. 2.5 -! 2.6 - 2.7 -! Xcursor theme (~/.icons). 2.8 -! 2.9 -!Xcursor.theme: slitaz-polar 2.10 - 2.11 -! XTerm settings. 2.12 -! 2.13 -xterm*background: black 2.14 -xterm*foreground: white 2.15 -xterm*cursorColor: #6AA2D8 2.16 -xterm*scrollBar: off 2.17 -xterm*faceName: DejaVu Sans Mono 2.18 -xterm*faceSize: 11 2.19 - 2.20 -! Xload settings. 2.21 -! 2.22 -!xload*background: black 2.23 -!xload*foreground: lightblue
3.1 --- a/slitaz-configs/stuff/root/.gtkrc-2.0 Fri Apr 24 17:08:48 2009 +0200 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,13 +0,0 @@ 3.4 -# ~/.gtkrc-2.0 - GTK+ theme, icon and font configuration. 3.5 -# 3.6 -# System files : /usr/share/{themes,icons,fonts} 3.7 -# Personal files : ~/.icons and ~/.fonts 3.8 -# 3.9 - 3.10 -gtk-theme-name = "Clearlooks-DeepSky" 3.11 -#gtk-theme-name = "Clearlooks-Quicksilver" 3.12 -#gtk-theme-name = "Clearlooks-Olive" 3.13 - 3.14 -gtk-icon-theme-name = "Tango" 3.15 - 3.16 -gtk-font-name = "DejaVu Sans 11"