# HG changeset patch # User Pascal Bellard # Date 1581074873 -3600 # Node ID 25f8eb393142d65fa2eb77df7c8d6b80ac565511 # Parent 4c57dfb4f4c3b10e155b64b2efb7813a3bcdb0ea Up rage (0.3.1) diff -r 4c57dfb4f4c3 -r 25f8eb393142 SkypeFreak/receipt --- a/SkypeFreak/receipt Thu Feb 06 17:19:39 2020 +0100 +++ b/SkypeFreak/receipt Fri Feb 07 12:27:53 2020 +0100 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="SkypeFreak" -GITHASH="1efb36233858c580f0431a6e69be05030919f7cc" +GITHASH="9347a651e724b41a8da3bc77568577f3c8ed3036" VERSION=${GITHASH:0:7} CATEGORY="network" SHORT_DESC="A cross platform forensic tool for Skype" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL3" -WEB_SITE="https://github.com/yasoob/SkypeFreak" +WEB_SITE="http://osandamalith.github.io/SkypeFreak/" TARBALL="$PACKAGE-$VERSION.zip" -WGET_URL="https://github.com/yasoob/$PACKAGE/archive/$GITHASH.zip" +WGET_URL="https://github.com/OsandaMalith/$PACKAGE/archive/$GITHASH.zip" DEPENDS="python" BUILD_DEPENDS="wget" diff -r 4c57dfb4f4c3 -r 25f8eb393142 codec2/receipt --- a/codec2/receipt Thu Feb 06 17:19:39 2020 +0100 +++ b/codec2/receipt Fri Feb 07 12:27:53 2020 +0100 @@ -12,6 +12,12 @@ BUILD_DEPENDS="cmake" +current_version() +{ + wget -O - ${WGET_URL%/*}/ 2>/dev/null | \ + sed '/archive.*tar/!d;s|.*archive/v\(.*\).tar.*|\1|;q' +} + # Rules to configure and make the package. compile_rules() { diff -r 4c57dfb4f4c3 -r 25f8eb393142 lz4/receipt --- a/lz4/receipt Thu Feb 06 17:19:39 2020 +0100 +++ b/lz4/receipt Fri Feb 07 12:27:53 2020 +0100 @@ -13,6 +13,12 @@ BUILD_DEPENDS="wget" +current_version() +{ + wget -O - ${WGET_URL%/*}/ 2>/dev/null | \ + sed '/archive.*tar/!d;s|.*archive/v\(.*\).tar.*|\1|;q' +} + # Rules to configure and make the package. compile_rules() { diff -r 4c57dfb4f4c3 -r 25f8eb393142 openssh/receipt --- a/openssh/receipt Thu Feb 06 17:19:39 2020 +0100 +++ b/openssh/receipt Fri Feb 07 12:27:53 2020 +0100 @@ -19,6 +19,12 @@ SUGGESTED="gtk+" TAZPANEL_DAEMON="man::sshd|edit::/etc/ssh/sshd_config|options|web::$WEB_SITE" +current_version() +{ + wget -O - $WEB_SITE 2>/dev/null | \ + sed '/release-/!d;s|.*release-\(.*\)".*|\1p1|;q' +} + # Rules to configure and make the package. compile_rules() { diff -r 4c57dfb4f4c3 -r 25f8eb393142 opus/receipt --- a/opus/receipt Thu Feb 06 17:19:39 2020 +0100 +++ b/opus/receipt Fri Feb 07 12:27:53 2020 +0100 @@ -13,6 +13,12 @@ DEPENDS="" BUILD_DEPENDS="" +current_version() +{ + wget -O - $WEB_SITE 2>/dev/null | \ + sed "/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" +} + # Rules to configure and make the package. compile_rules() { diff -r 4c57dfb4f4c3 -r 25f8eb393142 rage/receipt --- a/rage/receipt Thu Feb 06 17:19:39 2020 +0100 +++ b/rage/receipt Fri Feb 07 12:27:53 2020 +0100 @@ -1,15 +1,14 @@ # SliTaz package receipt. PACKAGE="rage" -VERSION="55225" +VERSION="0.3.1" CATEGORY="multimedia" SHORT_DESC="E17 rage media center." MAINTAINER="pankso@slitaz.org" LICENSE="BSD" WEB_SITE="https://www.enlightenment.org/" -WGET_URL="subversion|http://svn.enlightenment.org/svn/e/trunk/$PACKAGE" -BRANCH="$VERSION" -TARBALL="$PACKAGE-$VERSION.tar.bz2" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="https://download.enlightenment.org/rel/apps/rage/$TARBALL" TAGS="mp3 ogg video e17 audio music" HOST_ARCH="i486 arm" @@ -22,6 +21,12 @@ i?86) BUILD_DEPENDS="$BUILD_DEPENDS subversion autoconf automake" ;; esac +current_version() +{ + wget -O - ${WGET_URL%/*}/ 2>/dev/null | \ + sed '/tar/!d;s|.*"rage-\([0-9\.]*\)\..*|\1|' | tail -n 1 +} + # Rules to configure and make the package. compile_rules() { diff -r 4c57dfb4f4c3 -r 25f8eb393142 unclutter/receipt --- a/unclutter/receipt Thu Feb 06 17:19:39 2020 +0100 +++ b/unclutter/receipt Fri Feb 07 12:27:53 2020 +0100 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="unclutter" -VERSION="8-20" +VERSION="8_20" CATEGORY="x-window" SHORT_DESC="Hides the mouse cursor in X after a period of inactivity" MAINTAINER="al.bobylev@gmail.com" LICENSE="PublicDomain" WEB_SITE="https://packages.debian.org/sid/unclutter" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://http.debian.net/debian/pool/main/u/unclutter/unclutter_8.orig.tar.gz" -PATCH_URL="http://http.debian.net/debian/pool/main/u/unclutter/unclutter_8-20.debian.tar.gz" +WGET_URL="http://http.debian.net/debian/pool/main/u/unclutter/unclutter_${VERSION%_*}.orig.tar.gz" +PATCH_URL="http://http.debian.net/debian/pool/main/u/unclutter/unclutter_${VERSION/_/-}.debian.tar.gz" PATCH="$(basename $PATCH_URL)" EXTRA_SOURCE_FILES="$PATCH" diff -r 4c57dfb4f4c3 -r 25f8eb393142 zstd/receipt --- a/zstd/receipt Thu Feb 06 17:19:39 2020 +0100 +++ b/zstd/receipt Fri Feb 07 12:27:53 2020 +0100 @@ -15,6 +15,12 @@ DEPENDS="liblzma lz4-lib" BUILD_DEPENDS="grep liblzma-dev lz4-dev" +current_version() +{ + wget -O - ${WGET_URL%/*}/ 2>/dev/null | \ + sed '/archive.*tar/!d;s|.*archive/v\(.*\).tar.*|\1|;q' +} + # Rules to configure and make the package. compile_rules() {