wok-stable rev 11144
Up: vte to 0.28.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 26 21:20:51 2011 +0000 (2011-10-26) |
parents | b59066f9fc8d |
children | 48e4ab5725f4 |
files | vte-dev/receipt vte-terminal/receipt vte/receipt |
line diff
1.1 --- a/vte-dev/receipt Wed Oct 26 21:18:41 2011 +0000 1.2 +++ b/vte-dev/receipt Wed Oct 26 21:20:51 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="vte-dev" 1.7 -VERSION="0.28.0" 1.8 +VERSION="0.28.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Terminal capabilities for GTK+ widgets devel files." 1.11 DEPENDS="vte"
2.1 --- a/vte-terminal/receipt Wed Oct 26 21:18:41 2011 +0000 2.2 +++ b/vte-terminal/receipt Wed Oct 26 21:20:51 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="vte-terminal" 2.7 -VERSION="0.28.0" 2.8 +VERSION="0.28.2" 2.9 CATEGORY="development" 2.10 SHORT_DESC="X Terminal from the vte package." 2.11 WANTED="vte" 2.12 @@ -13,10 +13,6 @@ 2.13 # Rules to gen a SliTaz package suitable for Tazpkg. 2.14 genpkg_rules() 2.15 { 2.16 - mkdir -p $fs/usr/share/locale 2.17 + mkdir -p $fs/usr 2.18 cp -a $_pkg/usr/bin $fs/usr 2.19 - for i in $LOCALE 2.20 - do 2.21 - cp -a $_pkg/usr/share/locale/$i $fs/usr/share/locale 2.22 - done 2.23 }
3.1 --- a/vte/receipt Wed Oct 26 21:18:41 2011 +0000 3.2 +++ b/vte/receipt Wed Oct 26 21:20:51 2011 +0000 3.3 @@ -1,17 +1,18 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="vte" 3.7 -VERSION="0.28.0" 3.8 +VERSION="0.28.2" 3.9 CATEGORY="utilities" 3.10 SHORT_DESC="Terminal capabilities for GTK+ widgets." 3.11 -DEPENDS="gtk+ ncurses xorg-libXdamage" 3.12 -BUILD_DEPENDS="pygtk-dev gtk+-dev perl perl-xml-parser intltool ncurses-dev gobject-introspection-dev" 3.13 MAINTAINER="pankso@slitaz.org" 3.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.15 WEB_SITE="http://www.gnome.org/" 3.16 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 3.17 LOCALE="" 3.18 3.19 +DEPENDS="gtk+ ncurses xorg-libXdamage" 3.20 +BUILD_DEPENDS="pygtk-dev python-dev gtk+-dev perl perl-xml-parser intltool ncurses-dev gobject-introspection-dev" 3.21 + 3.22 # Rules to configure and make the package. 3.23 compile_rules() 3.24 {