# HG changeset patch # User Hans-G?nter Theisgen # Date 1551890380 -3600 # Node ID c592287b8ce7e90e74b601de13988e9bdc771e15 # Parent e8291bf6f4120ce242ec9619a49172d278b8f5e7 updated gob2 and gob2-dev (2.0.17 -> 2.0.20) diff -r e8291bf6f412 -r c592287b8ce7 gob2-dev/receipt --- a/gob2-dev/receipt Wed Mar 06 17:27:54 2019 +0100 +++ b/gob2-dev/receipt Wed Mar 06 17:39:40 2019 +0100 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="gob2-dev" -VERSION="2.0.17" +VERSION="2.0.20" CATEGORY="development" MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" -SHORT_DESC="gob2 devel library." +SHORT_DESC="gob2 development library." +WEB_SITE="https://www.jirka.org/gob.html" + WANTED="gob2" -WEB_SITE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client" HOST_ARCH="i486 arm" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r e8291bf6f412 -r c592287b8ce7 gob2/receipt --- a/gob2/receipt Wed Mar 06 17:27:54 2019 +0100 +++ b/gob2/receipt Wed Mar 06 17:39:40 2019 +0100 @@ -1,23 +1,27 @@ # SliTaz package receipt. PACKAGE="gob2" -VERSION="2.0.17" +VERSION="2.0.20" CATEGORY="x-window" MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" -SHORT_DESC="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects" -WEB_SITE="http://www.5z.com/jirka/gob.html" -TARBALL="$PACKAGE-$VERSION.tar.bz2" +SHORT_DESC="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects." +WEB_SITE="https://www.jirka.org/gob.html" + +TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/${VERSION%.*}/$TARBALL" -HOST_ARCH="i486 arm" DEPENDS="glib" BUILD_DEPENDS="flex glib-dev" +HOST_ARCH="i486 arm" # Rules to configure and make the package. -compile_rules() { - ./configure $CONFIGURE_ARGS && make -j1 && make install +compile_rules() +{ + ./configure $CONFIGURE_ARGS && + make -j1 && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.