wok diff vte/receipt @ rev 11413
Fix: up pygobject to 2.28.6 & disable support for introspection in it
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Dec 11 20:41:32 2011 +0100 (2011-12-11) |
parents | e1b829109f49 |
children | d2dd1c452fce |
line diff
1.1 --- a/vte/receipt Sat May 21 01:46:35 2011 +0000 1.2 +++ b/vte/receipt Sun Dec 11 20:41:32 2011 +0100 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="vte" 1.7 -VERSION="0.28.0" 1.8 +VERSION="0.28.2" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Terminal capabilities for GTK+ widgets." 1.11 -DEPENDS="gtk+ ncurses xorg-libXdamage" 1.12 -BUILD_DEPENDS="pygtk-dev gtk+-dev perl perl-xml-parser intltool ncurses-dev gobject-introspection-dev" 1.13 MAINTAINER="pankso@slitaz.org" 1.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WEB_SITE="http://www.gnome.org/" 1.16 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.17 LOCALE="" 1.18 1.19 +DEPENDS="gtk+ ncurses xorg-libXdamage" 1.20 +BUILD_DEPENDS="pygtk-dev python-dev gtk+-dev perl perl-xml-parser intltool ncurses-dev gobject-introspection-dev" 1.21 + 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 {