wok-current diff ario/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 | 9caf4331f934 |
children | fc46ad769eac |
line diff
1.1 --- a/ario/receipt Sun Feb 20 22:44:41 2011 +0000 1.2 +++ b/ario/receipt Wed Apr 27 16:22:35 2011 +0000 1.3 @@ -40,14 +40,8 @@ 1.4 cp -a $_pkg/usr/share/icons $fs/usr/share 1.5 cp -a $_pkg/usr/share/ario $fs/usr/share 1.6 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.7 - 1.8 - strip -s $fs/usr/lib/ario/plugins/*.so 1.9 - 1.10 + 1.11 # Cleanup 1.12 rm -f $fs/usr/lib/ario/plugins/*.?a 1.13 - 1.14 - strip -s $fs/usr/lib/ario/plugins/*.so 1.15 - 1.16 - 1.17 } 1.18