wok-4.x diff vte-dev/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 | 724768c88475 |
children | e1b829109f49 |
line diff
1.1 --- a/vte-dev/receipt Fri Nov 12 17:58:04 2010 +0000 1.2 +++ b/vte-dev/receipt Wed Apr 27 16:22:35 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="vte-dev" 1.7 -VERSION="0.27.2" 1.8 +VERSION="0.26.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Terminal capabilities for GTK+ widgets devel files." 1.11 DEPENDS="vte" 1.12 @@ -16,4 +16,5 @@ 1.13 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.14 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.15 cp -a $_pkg/usr/include $fs/usr 1.16 + cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share 1.17 }