# HG changeset patch # User Christopher Rogers # Date 1305942395 0 # Node ID e1b829109f49bc1837f50aeb6e714167854d984d # Parent a529ee09935ac682af94dfa466f87fd4f62be0a5 Up: vte to 0.28.0. diff -r a529ee09935a -r e1b829109f49 vte-dev/receipt --- a/vte-dev/receipt Sat May 21 01:42:40 2011 +0000 +++ b/vte-dev/receipt Sat May 21 01:46:35 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="vte-dev" -VERSION="0.26.2" +VERSION="0.28.0" CATEGORY="development" SHORT_DESC="Terminal capabilities for GTK+ widgets devel files." DEPENDS="vte" diff -r a529ee09935a -r e1b829109f49 vte-terminal/receipt --- a/vte-terminal/receipt Sat May 21 01:42:40 2011 +0000 +++ b/vte-terminal/receipt Sat May 21 01:46:35 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="vte-terminal" -VERSION="0.26.2" +VERSION="0.28.0" CATEGORY="development" SHORT_DESC="X Terminal from the vte package." WANTED="vte" diff -r a529ee09935a -r e1b829109f49 vte/receipt --- a/vte/receipt Sat May 21 01:42:40 2011 +0000 +++ b/vte/receipt Sat May 21 01:46:35 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="vte" -VERSION="0.26.2" +VERSION="0.28.0" CATEGORY="utilities" SHORT_DESC="Terminal capabilities for GTK+ widgets." DEPENDS="gtk+ ncurses xorg-libXdamage" @@ -9,7 +9,7 @@ MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org/" -WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" LOCALE="" # Rules to configure and make the package. @@ -17,17 +17,13 @@ { cd $src ./configure \ - --prefix=/usr \ --libexecdir=/usr/lib/vte \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ --with-html-dir=/usr/share/doc \ --with-pcre \ --disable-static \ --enable-introspection \ $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -38,7 +34,6 @@ cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib cp -a $_pkg/usr/lib/vte $fs/usr/lib - cp -a $_pkg/usr/lib/vte-0.0 $fs/usr/lib cp -a $_pkg/usr/share/vte $fs/usr/share cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib cp -a $_pkg/usr/share/pygtk $fs/usr/share