wok-current diff libjreen/receipt @ rev 25678
Reenable network feature for hplip
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Mar 07 20:38:36 2024 +0000 (11 months ago) |
parents | ede1d184d5c5 |
children |
line diff
1.1 --- a/libjreen/receipt Mon Feb 14 17:51:14 2022 +0000 1.2 +++ b/libjreen/receipt Thu Mar 07 20:38:36 2024 +0000 1.3 @@ -6,10 +6,10 @@ 1.4 SHORT_DESC="Qt jabber library, written in C++." 1.5 MAINTAINER="devl547@gmail.com" 1.6 LICENSE="GPL2" 1.7 -WEB_SITE="http://qutim.org/jreen" 1.8 +WEB_SITE="https://github.com/euroelessar/jreen" 1.9 1.10 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 -WGET_URL="http://qutim.org/dwnl/73/$TARBALL" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WGET_URL="https://github.com/euroelessar/jreen/archive/refs/tags/v$VERSION.tar.gz" 1.14 1.15 DEPENDS="libidn libQtCore libQtNetwork qca" 1.16 BUILD_DEPENDS="cmake gsasl-dev libidn-dev qca-dev qmake Qt4-dev" 1.17 @@ -17,8 +17,8 @@ 1.18 # What is the latest version available today? 1.19 current_version() 1.20 { 1.21 - wget -O - http://qutim.org/jreen 2>/dev/null | \ 1.22 - sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q 1.23 + wget -O - $WEB_SITE/tags 2>/dev/null | \ 1.24 + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 1.25 } 1.26 1.27 # Rules to configure and make the package.