# HG changeset patch # User Christopher Rogers # Date 1290934034 0 # Node ID fd287b8645e8fe2cb179645d0b342c55c337dd38 # Parent bac7a17e05d20ab0e23307c332b2ad7deb82f8e7 Down: vte to 0.26.2. We shouldn't be using development version. diff -r bac7a17e05d2 -r fd287b8645e8 vte-dev/receipt --- a/vte-dev/receipt Sun Nov 28 08:06:12 2010 +0000 +++ b/vte-dev/receipt Sun Nov 28 08:47:14 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="vte-dev" -VERSION="0.27.2" +VERSION="0.26.2" CATEGORY="development" SHORT_DESC="Terminal capabilities for GTK+ widgets devel files." DEPENDS="vte" @@ -16,4 +16,5 @@ cp -a $_pkg/usr/lib/*.*a $fs/usr/lib cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share } diff -r bac7a17e05d2 -r fd287b8645e8 vte/receipt --- a/vte/receipt Sun Nov 28 08:06:12 2010 +0000 +++ b/vte/receipt Sun Nov 28 08:47:14 2010 +0000 @@ -1,11 +1,11 @@ # SliTaz package receipt. PACKAGE="vte" -VERSION="0.27.2" +VERSION="0.26.2" CATEGORY="utilities" SHORT_DESC="Terminal capabilities for GTK+ widgets." DEPENDS="gtk+ ncurses xorg-libXdamage" -BUILD_DEPENDS="gtk+-dev perl perl-xml-parser intltool ncurses-dev gobject-introspection-dev" +BUILD_DEPENDS="pygtk-dev gtk+-dev perl perl-xml-parser intltool ncurses-dev gobject-introspection-dev" MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org/" @@ -23,6 +23,7 @@ --mandir=/usr/share/man \ --with-html-dir=/usr/share/doc \ --with-pcre \ + --enable-introspection \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install