wok diff goocanvas/receipt @ rev 21717

updated protobuf, protobuf-dev and protobuf-python again (2.4.1 -> 3.8.0)
author Hans-G?nter Theisgen
date Wed Jun 12 13:36:14 2019 +0100 (2019-06-12)
parents d3eb5f4b53ea
children 6831608a1b2a
line diff
     1.1 --- a/goocanvas/receipt	Thu Mar 26 09:34:19 2015 +0100
     1.2 +++ b/goocanvas/receipt	Wed Jun 12 13:36:14 2019 +0100
     1.3 @@ -1,27 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="goocanvas"
     1.7 -VERSION="1.0.0"
     1.8 +VERSION="2.0.4"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="A cairo canvas widget for GTK+"
    1.11 +SHORT_DESC="A cairo canvas widget for GTK+."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 -WEB_SITE="http://live.gnome.org/GooCanvas"
    1.16 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.17 +WEB_SITE="https://wiki.gnome.org/Projects/GooCanvas"
    1.18  
    1.19 -DEPENDS="gtk+"
    1.20 -BUILD_DEPENDS="gtk+-dev"
    1.21 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.22 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.23 +
    1.24 +DEPENDS="gtk+3"
    1.25 +BUILD_DEPENDS="gtk+3-dev"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	./configure \
    1.31 -		--prefix=/usr \
    1.32 +	./configure			  \
    1.33 +		--prefix=/usr		  \
    1.34  		--infodir=/usr/share/info \
    1.35 -		--mandir=/usr/share/man \
    1.36 +		--mandir=/usr/share/man	  \
    1.37  		$CONFIGURE_ARGS &&
    1.38 -	make && make DESTDIR=$DESTDIR install
    1.39 +	make -j 1 &&
    1.40 +	make DESTDIR=$DESTDIR install
    1.41  }
    1.42  
    1.43  # Rules to gen a SliTaz package suitable for Tazpkg.