wok-next rev 7423
Down: vte to 0.26.2. We shouldn't be using development version.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Nov 28 08:47:14 2010 +0000 (2010-11-28) |
parents | bac7a17e05d2 |
children | f6264d81e17a |
files | vte-dev/receipt vte/receipt |
line diff
1.1 --- a/vte-dev/receipt Sun Nov 28 08:06:12 2010 +0000 1.2 +++ b/vte-dev/receipt Sun Nov 28 08:47:14 2010 +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 }
2.1 --- a/vte/receipt Sun Nov 28 08:06:12 2010 +0000 2.2 +++ b/vte/receipt Sun Nov 28 08:47:14 2010 +0000 2.3 @@ -1,11 +1,11 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="vte" 2.7 -VERSION="0.27.2" 2.8 +VERSION="0.26.2" 2.9 CATEGORY="utilities" 2.10 SHORT_DESC="Terminal capabilities for GTK+ widgets." 2.11 DEPENDS="gtk+ ncurses xorg-libXdamage" 2.12 -BUILD_DEPENDS="gtk+-dev perl perl-xml-parser intltool ncurses-dev gobject-introspection-dev" 2.13 +BUILD_DEPENDS="pygtk-dev gtk+-dev perl perl-xml-parser intltool ncurses-dev gobject-introspection-dev" 2.14 MAINTAINER="pankso@slitaz.org" 2.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.16 WEB_SITE="http://www.gnome.org/" 2.17 @@ -23,6 +23,7 @@ 2.18 --mandir=/usr/share/man \ 2.19 --with-html-dir=/usr/share/doc \ 2.20 --with-pcre \ 2.21 + --enable-introspection \ 2.22 $CONFIGURE_ARGS && 2.23 make && 2.24 make DESTDIR=$PWD/_pkg install