wok-next diff thunar/receipt @ rev 9641

Fixed rhino, ecj, and xalan-xerces-j depends. Putting java-jre for depends was a bad idea since these packages are build depends for icedtea6-jdk. java-jre is a wanted package for icetea6-jdk. This was causing a depend loop.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 27 16:22:35 2011 +0000 (2011-04-27)
parents 0cdfcdc0e0e0
children 6cff10e9b8f0
line diff
     1.1 --- a/thunar/receipt	Sun Jan 30 20:26:53 2011 +0000
     1.2 +++ b/thunar/receipt	Wed Apr 27 16:22:35 2011 +0000
     1.3 @@ -55,8 +55,5 @@
     1.4  	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
     1.5  	cp -a $_pkg/usr/share/Thunar $fs/usr/share
     1.6  	cp -a $_pkg/usr/share/xfce4 $fs/usr/share
     1.7 -	
     1.8 -	# Strip all
     1.9 -	find $fs/usr/lib -exec strip -s {} 2> /dev/null \;
    1.10  }
    1.11