wok-next rev 718

Up: slitaz-hacker (1.5)
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 21:21:59 2008 +0200 (2008-05-02)
parents ffbc7821af0e
children c75579367c0c
files slitaz-hacker/receipt slitaz-hacker/stuff/hacker/.Xdefaults slitaz-hacker/stuff/hacker/.gtk-bookmarks slitaz-hacker/stuff/hacker/.gtkrc-2.0
line diff
     1.1 --- a/slitaz-hacker/receipt	Fri May 02 21:09:43 2008 +0200
     1.2 +++ b/slitaz-hacker/receipt	Fri May 02 21:21:59 2008 +0200
     1.3 @@ -1,10 +1,10 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-hacker"
     1.7 -VERSION="1.4"
     1.8 +VERSION="1.5"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="SliTaz user hacker."
    1.11 -DEPENDS="slitaz-base-files lxappearance"
    1.12 +DEPENDS="slitaz-base-files slitaz-configs"
    1.13  MAINTAINER="pankso@slitaz.org"
    1.14  WEB_SITE="http://www.slitaz.org/"
    1.15  
    1.16 @@ -17,6 +17,7 @@
    1.17  		$fs/home/hacker/Documents \
    1.18  		$fs/home/hacker/Downloads \
    1.19  		$fs/home/hacker/Music \
    1.20 +		$fs/home/hacker/Videos \
    1.21  		$fs/home/hacker/.local/bin \
    1.22  		$fs/home/hacker/.local/share \
    1.23  		$fs/home/hacker/.mozilla/plugins
    1.24 @@ -51,4 +52,22 @@
    1.25  			sed -i s/'audio:x:20:'/'audio:x:20:hacker'/ $root/etc/group
    1.26  		fi
    1.27  	fi
    1.28 +	# Backups
    1.29 +	for i in '.ash_history .profile .gtk-bookmarks'
    1.30 +	do
    1.31 +		if [ -f $root/home/hacker/$i ]; then
    1.32 +			cp -a $root/home/hacker/$i $root/home/hacker/$i.bak
    1.33 +		fi
    1.34 +	done
    1.35  }
    1.36 +
    1.37 +# Restore backups
    1.38 +pre_install()
    1.39 +{
    1.40 +	for i in '.ash_history .profile .gtk-bookmarks'
    1.41 +	do
    1.42 +		if [ -f $root/home/hacker/$i.bak ]; then
    1.43 +			cp -a $root/home/hacker/$i.bak $root/home/hacker/$i
    1.44 +		fi
    1.45 +	done
    1.46 +}
     2.1 --- a/slitaz-hacker/stuff/hacker/.Xdefaults	Fri May 02 21:09:43 2008 +0200
     2.2 +++ b/slitaz-hacker/stuff/hacker/.Xdefaults	Fri May 02 21:21:59 2008 +0200
     2.3 @@ -3,19 +3,18 @@
     2.4  
     2.5  ! Xcursor theme (~/.icons).
     2.6  !
     2.7 -!Xcursor.theme:		slitaz-polar
     2.8 +!Xcursor.theme:       slitaz-polar
     2.9  
    2.10  ! XTerm settings.
    2.11  !
    2.12 -xterm*background:	black
    2.13 -xterm*foreground:	white
    2.14 -xterm*cursorColor:	#6AA2D8
    2.15 -xterm*scrollBar:	off
    2.16 -xterm*faceName:		Vera Sans
    2.17 -xterm*faceSize:		11
    2.18 +xterm*background:  black
    2.19 +xterm*foreground:   white
    2.20 +xterm*cursorColor:  #6AA2D8
    2.21 +xterm*scrollBar:       off
    2.22 +xterm*faceName:     DejaVu Sans Mono
    2.23 +xterm*faceSize:       11
    2.24  
    2.25  ! Xload settings.
    2.26  !
    2.27 -!xload*background:	black
    2.28 -!xload*foreground:	lightblue
    2.29 -
    2.30 +!xload*background:  black
    2.31 +!xload*foreground:   lightblue
     3.1 --- a/slitaz-hacker/stuff/hacker/.gtk-bookmarks	Fri May 02 21:09:43 2008 +0200
     3.2 +++ b/slitaz-hacker/stuff/hacker/.gtk-bookmarks	Fri May 02 21:21:59 2008 +0200
     3.3 @@ -1,2 +1,3 @@
     3.4 -file:///home/hacker/Public
     3.5 -file:///home/hacker/Templates
     3.6 +file:///home/hacker/Public Public
     3.7 +file:///home/hacker/Templates Templates
     3.8 +file:///media /media
     4.1 --- a/slitaz-hacker/stuff/hacker/.gtkrc-2.0	Fri May 02 21:09:43 2008 +0200
     4.2 +++ b/slitaz-hacker/stuff/hacker/.gtkrc-2.0	Fri May 02 21:21:59 2008 +0200
     4.3 @@ -10,4 +10,4 @@
     4.4  
     4.5  gtk-icon-theme-name = "Tango"
     4.6  
     4.7 -gtk-font-name = "Bitstream Vera Sans 11"
     4.8 +gtk-font-name = "DejaVu Sans 11"