wok diff xfce4-panel/receipt @ rev 7494

Up: mercurial to 1.7.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Dec 03 13:49:58 2010 +0000 (2010-12-03)
parents fa89012698fd
children c6a66582f753
line diff
     1.1 --- a/xfce4-panel/receipt	Fri Jul 16 13:32:21 2010 +0200
     1.2 +++ b/xfce4-panel/receipt	Fri Dec 03 13:49:58 2010 +0000
     1.3 @@ -15,8 +15,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	#patch -p0 -i stuff/launcher-8.rc.in.u
     1.8 -	
     1.9 +
    1.10  	cd $src
    1.11  	./configure --prefix=/usr \
    1.12  	--sysconfdir=/etc \
    1.13 @@ -43,6 +42,8 @@
    1.14  	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.15  	cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4
    1.16  	
    1.17 +	[ -f $fs/etc/xdg/xfce4/panel/launcher-8.rc ] && \
    1.18 +		sed -i 's/mousepad/leafpad/' $fs/etc/xdg/xfce4/panel/launcher-8.rc
    1.19  	
    1.20  	# Strip evrythings
    1.21  	find $fs/usr/lib/ -exec strip -s {} 2> /dev/null \;