wok rev 20988
updated goocanvas and goocanvas-dev (1.0.0 -> 2.0.4)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 07 15:09:13 2019 +0100 (2019-03-07) |
parents | 9b0b8482701d |
children | 18b66ce46e4e |
files | goocanvas-dev/receipt goocanvas/receipt |
line diff
1.1 --- a/goocanvas-dev/receipt Thu Mar 07 14:13:57 2019 +0100 1.2 +++ b/goocanvas-dev/receipt Thu Mar 07 15:09:13 2019 +0100 1.3 @@ -1,21 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="goocanvas-dev" 1.7 -VERSION="1.0.0" 1.8 +VERSION="2.0.4" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="devel files for goocanvas" 1.11 +SHORT_DESC="Development files for goocanvas." 1.12 MAINTAINER="slaxemulator@gmail.com" 1.13 LICENSE="GPL2" 1.14 -WEB_SITE="http://live.gnome.org/GooCanvas" 1.15 +WEB_SITE="https://wiki.gnome.org/Projects/GooCanvas" 1.16 + 1.17 WANTED="goocanvas" 1.18 - 1.19 DEPENDS="goocanvas gtk+-dev pkg-config" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib 1.25 - cp -a $install/usr/include $fs/usr 1.26 + cp -a $install/usr/include $fs/usr 1.27 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.28 } 1.29 -
2.1 --- a/goocanvas/receipt Thu Mar 07 14:13:57 2019 +0100 2.2 +++ b/goocanvas/receipt Thu Mar 07 15:09:13 2019 +0100 2.3 @@ -1,27 +1,29 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="goocanvas" 2.7 -VERSION="1.0.0" 2.8 +VERSION="2.0.4" 2.9 CATEGORY="x-window" 2.10 -SHORT_DESC="A cairo canvas widget for GTK+" 2.11 +SHORT_DESC="A cairo canvas widget for GTK+." 2.12 MAINTAINER="slaxemulator@gmail.com" 2.13 LICENSE="GPL2" 2.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.15 -WEB_SITE="http://live.gnome.org/GooCanvas" 2.16 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 2.17 +WEB_SITE="https://wiki.gnome.org/Projects/GooCanvas" 2.18 2.19 -DEPENDS="gtk+" 2.20 -BUILD_DEPENDS="gtk+-dev" 2.21 +TARBALL="$PACKAGE-$VERSION.tar.xz" 2.22 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 2.23 + 2.24 +DEPENDS="gtk+3" 2.25 +BUILD_DEPENDS="gtk+3-dev" 2.26 2.27 # Rules to configure and make the package. 2.28 compile_rules() 2.29 { 2.30 - ./configure \ 2.31 - --prefix=/usr \ 2.32 + ./configure \ 2.33 + --prefix=/usr \ 2.34 --infodir=/usr/share/info \ 2.35 - --mandir=/usr/share/man \ 2.36 + --mandir=/usr/share/man \ 2.37 $CONFIGURE_ARGS && 2.38 - make && make DESTDIR=$DESTDIR install 2.39 + make -j 1 && 2.40 + make DESTDIR=$DESTDIR install 2.41 } 2.42 2.43 # Rules to gen a SliTaz package suitable for Tazpkg.