wok rev 641

Up: vte (0.16.13)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 22 15:25:02 2008 +0200 (2008-04-22)
parents 817963b0bca0
children d4e0c1971cf4
files vte-dev/receipt vte-terminal/receipt vte/receipt
line diff
     1.1 --- a/vte-dev/receipt	Tue Apr 22 02:02:17 2008 +0200
     1.2 +++ b/vte-dev/receipt	Tue Apr 22 15:25:02 2008 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="vte-dev"
     1.7 -VERSION="0.15.6"
     1.8 +VERSION="0.16.13"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Terminal capabilities for GTK+ widgets devel files."
    1.11  WANTED="vte"
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/vte-terminal/receipt	Tue Apr 22 15:25:02 2008 +0200
     2.3 @@ -0,0 +1,21 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="vte-terminal"
     2.7 +VERSION="0.16.13"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="X Terminal from the vte package."
    2.10 +WANTED="vte"
    2.11 +MAINTAINER="pankso@slitaz.org"
    2.12 +WEB_SITE="http://www.gnome.org/"
    2.13 +
    2.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.15 +genpkg_rules()
    2.16 +{
    2.17 +	mkdir -p $fs/usr/share/locale
    2.18 +	cp -a $_pkg/usr/bin $fs/usr
    2.19 +	cp -a $_pkg/usr/share/vte $fs/usr/share
    2.20 +	for i in $LOCALE
    2.21 +	do
    2.22 +		cp -a $_pkg/usr/share/locale/$i $fs/usr/share/locale
    2.23 +	done
    2.24 +}
     3.1 --- a/vte/receipt	Tue Apr 22 02:02:17 2008 +0200
     3.2 +++ b/vte/receipt	Tue Apr 22 15:25:02 2008 +0200
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="vte"
     3.7 -VERSION="0.15.6"
     3.8 +VERSION="0.16.13"
     3.9  CATEGORY="utilities"
    3.10  SHORT_DESC="Terminal capabilities for GTK+ widgets."
    3.11  DEPENDS="gtk+"
    3.12 @@ -9,7 +9,8 @@
    3.13  MAINTAINER="pankso@slitaz.org"
    3.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.15  WEB_SITE="http://www.gnome.org/"
    3.16 -WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/vte/0.15/$TARBALL"
    3.17 +WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/vte/0.16/$TARBALL"
    3.18 +LOCALE=""
    3.19  
    3.20  # Rules to configure and make the package.
    3.21  compile_rules()
    3.22 @@ -30,10 +31,7 @@
    3.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.24  genpkg_rules()
    3.25  {
    3.26 -	mkdir -p $fs/usr/lib $fs/usr/bin $fs/usr/share/locale
    3.27 +	mkdir -p $fs/usr/lib
    3.28  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    3.29  	cp -a $_pkg/usr/lib/vte $fs/usr/lib
    3.30 -	cp -a $_pkg/usr/bin/vte $fs/usr/bin
    3.31 -	cp -a $_pkg/usr/share/vte $fs/usr/share
    3.32 -	strip -s $fs/usr/lib/vte/* 2>/dev/null
    3.33  }