wok rev 22825

Up rage (0.3.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 07 12:27:53 2020 +0100 (2020-02-07)
parents 4c57dfb4f4c3
children d77b60725297
files SkypeFreak/receipt codec2/receipt lz4/receipt openssh/receipt opus/receipt rage/receipt unclutter/receipt zstd/receipt
line diff
     1.1 --- a/SkypeFreak/receipt	Thu Feb 06 17:19:39 2020 +0100
     1.2 +++ b/SkypeFreak/receipt	Fri Feb 07 12:27:53 2020 +0100
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="SkypeFreak"
     1.7 -GITHASH="1efb36233858c580f0431a6e69be05030919f7cc"
     1.8 +GITHASH="9347a651e724b41a8da3bc77568577f3c8ed3036"
     1.9  VERSION=${GITHASH:0:7}
    1.10  CATEGORY="network"
    1.11  SHORT_DESC="A cross platform forensic tool for Skype"
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL3"
    1.14 -WEB_SITE="https://github.com/yasoob/SkypeFreak"
    1.15 +WEB_SITE="http://osandamalith.github.io/SkypeFreak/"
    1.16  TARBALL="$PACKAGE-$VERSION.zip"
    1.17 -WGET_URL="https://github.com/yasoob/$PACKAGE/archive/$GITHASH.zip"
    1.18 +WGET_URL="https://github.com/OsandaMalith/$PACKAGE/archive/$GITHASH.zip"
    1.19  
    1.20  DEPENDS="python"
    1.21  BUILD_DEPENDS="wget"
     2.1 --- a/codec2/receipt	Thu Feb 06 17:19:39 2020 +0100
     2.2 +++ b/codec2/receipt	Fri Feb 07 12:27:53 2020 +0100
     2.3 @@ -12,6 +12,12 @@
     2.4  
     2.5  BUILD_DEPENDS="cmake"
     2.6  
     2.7 +current_version()
     2.8 +{
     2.9 +	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    2.10 +	sed '/archive.*tar/!d;s|.*archive/v\(.*\).tar.*|\1|;q'
    2.11 +}
    2.12 +
    2.13  # Rules to configure and make the package.
    2.14  compile_rules()
    2.15  {
     3.1 --- a/lz4/receipt	Thu Feb 06 17:19:39 2020 +0100
     3.2 +++ b/lz4/receipt	Fri Feb 07 12:27:53 2020 +0100
     3.3 @@ -13,6 +13,12 @@
     3.4  
     3.5  BUILD_DEPENDS="wget"
     3.6  
     3.7 +current_version()
     3.8 +{
     3.9 +	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    3.10 +	sed '/archive.*tar/!d;s|.*archive/v\(.*\).tar.*|\1|;q'
    3.11 +}
    3.12 +
    3.13  # Rules to configure and make the package.
    3.14  compile_rules()
    3.15  {
     4.1 --- a/openssh/receipt	Thu Feb 06 17:19:39 2020 +0100
     4.2 +++ b/openssh/receipt	Fri Feb 07 12:27:53 2020 +0100
     4.3 @@ -19,6 +19,12 @@
     4.4  SUGGESTED="gtk+"
     4.5  TAZPANEL_DAEMON="man::sshd|edit::/etc/ssh/sshd_config|options|web::$WEB_SITE"
     4.6  
     4.7 +current_version()
     4.8 +{
     4.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    4.10 +	sed '/release-/!d;s|.*release-\(.*\)".*|\1p1|;q'
    4.11 +}
    4.12 +
    4.13  # Rules to configure and make the package.
    4.14  compile_rules()
    4.15  {
     5.1 --- a/opus/receipt	Thu Feb 06 17:19:39 2020 +0100
     5.2 +++ b/opus/receipt	Fri Feb 07 12:27:53 2020 +0100
     5.3 @@ -13,6 +13,12 @@
     5.4  DEPENDS=""
     5.5  BUILD_DEPENDS=""
     5.6  
     5.7 +current_version()
     5.8 +{
     5.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    5.10 +	sed "/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q"
    5.11 +}
    5.12 +
    5.13  # Rules to configure and make the package.
    5.14  compile_rules()
    5.15  {
     6.1 --- a/rage/receipt	Thu Feb 06 17:19:39 2020 +0100
     6.2 +++ b/rage/receipt	Fri Feb 07 12:27:53 2020 +0100
     6.3 @@ -1,15 +1,14 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="rage"
     6.7 -VERSION="55225"
     6.8 +VERSION="0.3.1"
     6.9  CATEGORY="multimedia"
    6.10  SHORT_DESC="E17 rage media center."
    6.11  MAINTAINER="pankso@slitaz.org"
    6.12  LICENSE="BSD"
    6.13  WEB_SITE="https://www.enlightenment.org/"
    6.14 -WGET_URL="subversion|http://svn.enlightenment.org/svn/e/trunk/$PACKAGE"
    6.15 -BRANCH="$VERSION"
    6.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    6.17 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    6.18 +WGET_URL="https://download.enlightenment.org/rel/apps/rage/$TARBALL"
    6.19  TAGS="mp3 ogg video e17 audio music"
    6.20  HOST_ARCH="i486 arm"
    6.21  
    6.22 @@ -22,6 +21,12 @@
    6.23  	i?86) BUILD_DEPENDS="$BUILD_DEPENDS subversion autoconf automake" ;;
    6.24  esac
    6.25  
    6.26 +current_version()
    6.27 +{
    6.28 +	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    6.29 +	sed '/tar/!d;s|.*"rage-\([0-9\.]*\)\..*|\1|' | tail -n 1
    6.30 +}
    6.31 +
    6.32  # Rules to configure and make the package.
    6.33  compile_rules()
    6.34  {
     7.1 --- a/unclutter/receipt	Thu Feb 06 17:19:39 2020 +0100
     7.2 +++ b/unclutter/receipt	Fri Feb 07 12:27:53 2020 +0100
     7.3 @@ -1,15 +1,15 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="unclutter"
     7.7 -VERSION="8-20"
     7.8 +VERSION="8_20"
     7.9  CATEGORY="x-window"
    7.10  SHORT_DESC="Hides the mouse cursor in X after a period of inactivity"
    7.11  MAINTAINER="al.bobylev@gmail.com"
    7.12  LICENSE="PublicDomain"
    7.13  WEB_SITE="https://packages.debian.org/sid/unclutter"
    7.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    7.15 -WGET_URL="http://http.debian.net/debian/pool/main/u/unclutter/unclutter_8.orig.tar.gz"
    7.16 -PATCH_URL="http://http.debian.net/debian/pool/main/u/unclutter/unclutter_8-20.debian.tar.gz"
    7.17 +WGET_URL="http://http.debian.net/debian/pool/main/u/unclutter/unclutter_${VERSION%_*}.orig.tar.gz"
    7.18 +PATCH_URL="http://http.debian.net/debian/pool/main/u/unclutter/unclutter_${VERSION/_/-}.debian.tar.gz"
    7.19  PATCH="$(basename $PATCH_URL)"
    7.20  EXTRA_SOURCE_FILES="$PATCH"
    7.21  
     8.1 --- a/zstd/receipt	Thu Feb 06 17:19:39 2020 +0100
     8.2 +++ b/zstd/receipt	Fri Feb 07 12:27:53 2020 +0100
     8.3 @@ -15,6 +15,12 @@
     8.4  DEPENDS="liblzma lz4-lib"
     8.5  BUILD_DEPENDS="grep liblzma-dev lz4-dev"
     8.6  
     8.7 +current_version()
     8.8 +{
     8.9 +	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    8.10 +	sed '/archive.*tar/!d;s|.*archive/v\(.*\).tar.*|\1|;q'
    8.11 +}
    8.12 +
    8.13  # Rules to configure and make the package.
    8.14  compile_rules()
    8.15  {