wok rev 10244

Up: vte to 0.28.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 01:46:35 2011 +0000 (2011-05-21)
parents a529ee09935a
children f6134dc94a31
files vte-dev/receipt vte-terminal/receipt vte/receipt
line diff
     1.1 --- a/vte-dev/receipt	Sat May 21 01:42:40 2011 +0000
     1.2 +++ b/vte-dev/receipt	Sat May 21 01:46:35 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="vte-dev"
     1.7 -VERSION="0.26.2"
     1.8 +VERSION="0.28.0"
     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	Sat May 21 01:42:40 2011 +0000
     2.2 +++ b/vte-terminal/receipt	Sat May 21 01:46:35 2011 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="vte-terminal"
     2.7 -VERSION="0.26.2"
     2.8 +VERSION="0.28.0"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="X Terminal from the vte package."
    2.11  WANTED="vte"
     3.1 --- a/vte/receipt	Sat May 21 01:42:40 2011 +0000
     3.2 +++ b/vte/receipt	Sat May 21 01:46:35 2011 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="vte"
     3.7 -VERSION="0.26.2"
     3.8 +VERSION="0.28.0"
     3.9  CATEGORY="utilities"
    3.10  SHORT_DESC="Terminal capabilities for GTK+ widgets."
    3.11  DEPENDS="gtk+ ncurses xorg-libXdamage"
    3.12 @@ -9,7 +9,7 @@
    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="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    3.17 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    3.18  LOCALE=""
    3.19  
    3.20  # Rules to configure and make the package.
    3.21 @@ -17,17 +17,13 @@
    3.22  {
    3.23  	cd $src
    3.24  	./configure \
    3.25 -		--prefix=/usr \
    3.26  		--libexecdir=/usr/lib/vte \
    3.27 -		--infodir=/usr/share/info \
    3.28 -		--mandir=/usr/share/man \
    3.29  		--with-html-dir=/usr/share/doc \
    3.30  		--with-pcre \
    3.31  		--disable-static \
    3.32  		--enable-introspection \
    3.33  		$CONFIGURE_ARGS &&
    3.34 -	make &&
    3.35 -	make DESTDIR=$PWD/_pkg install
    3.36 +	make && make install
    3.37  }
    3.38  
    3.39  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.40 @@ -38,7 +34,6 @@
    3.41  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    3.42  	cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib
    3.43  	cp -a $_pkg/usr/lib/vte $fs/usr/lib
    3.44 -	cp -a $_pkg/usr/lib/vte-0.0 $fs/usr/lib
    3.45  	cp -a $_pkg/usr/share/vte $fs/usr/share
    3.46  	cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib
    3.47  	cp -a $_pkg/usr/share/pygtk $fs/usr/share