# HG changeset patch # User Hans-G?nter Theisgen # Date 1551967753 -3600 # Node ID c59c2834e80e7fd9c8abc315f9b5f861ba81eb44 # Parent 9b0b8482701d1ded938a6af0c0c58b6ed1ef6851 updated goocanvas and goocanvas-dev (1.0.0 -> 2.0.4) diff -r 9b0b8482701d -r c59c2834e80e goocanvas-dev/receipt --- a/goocanvas-dev/receipt Thu Mar 07 14:13:57 2019 +0100 +++ b/goocanvas-dev/receipt Thu Mar 07 15:09:13 2019 +0100 @@ -1,21 +1,20 @@ # SliTaz package receipt. PACKAGE="goocanvas-dev" -VERSION="1.0.0" +VERSION="2.0.4" CATEGORY="development" -SHORT_DESC="devel files for goocanvas" +SHORT_DESC="Development files for goocanvas." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" -WEB_SITE="http://live.gnome.org/GooCanvas" +WEB_SITE="https://wiki.gnome.org/Projects/GooCanvas" + WANTED="goocanvas" - DEPENDS="goocanvas gtk+-dev pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr + cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/pkgconfig $fs/usr/lib } - diff -r 9b0b8482701d -r c59c2834e80e goocanvas/receipt --- a/goocanvas/receipt Thu Mar 07 14:13:57 2019 +0100 +++ b/goocanvas/receipt Thu Mar 07 15:09:13 2019 +0100 @@ -1,27 +1,29 @@ # SliTaz package receipt. PACKAGE="goocanvas" -VERSION="1.0.0" +VERSION="2.0.4" CATEGORY="x-window" -SHORT_DESC="A cairo canvas widget for GTK+" +SHORT_DESC="A cairo canvas widget for GTK+." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://live.gnome.org/GooCanvas" -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" +WEB_SITE="https://wiki.gnome.org/Projects/GooCanvas" -DEPENDS="gtk+" -BUILD_DEPENDS="gtk+-dev" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" + +DEPENDS="gtk+3" +BUILD_DEPENDS="gtk+3-dev" # Rules to configure and make the package. compile_rules() { - ./configure \ - --prefix=/usr \ + ./configure \ + --prefix=/usr \ --infodir=/usr/share/info \ - --mandir=/usr/share/man \ + --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$DESTDIR install + make -j 1 && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.