wok-6.x rev 25043
lxpanel: update web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jun 01 16:50:09 2022 +0000 (2022-06-01) |
parents | 1f9238437d3b |
children | 8e505f99deb3 |
files | lxpanel-extra/receipt lxpanel/receipt openerp-client/receipt openerp-server/receipt psycopg/receipt pwsafe/receipt |
line diff
1.1 --- a/lxpanel-extra/receipt Wed Jun 01 08:14:05 2022 +0000 1.2 +++ b/lxpanel-extra/receipt Wed Jun 01 16:50:09 2022 +0000 1.3 @@ -7,7 +7,7 @@ 1.4 SHORT_DESC="LXDE panel (extra files and plugins)." 1.5 MAINTAINER="maintainer@slitaz.org" 1.6 LICENSE="GPL2" 1.7 -WEB_SITE="https://wiki.lxde.org/en/LXPanel" 1.8 +WEB_SITE="https://www.lxde.org/" 1.9 1.10 DEPENDS="lxpanel" #libwnck 1.11 WANTED="lxpanel"
2.1 --- a/lxpanel/receipt Wed Jun 01 08:14:05 2022 +0000 2.2 +++ b/lxpanel/receipt Wed Jun 01 16:50:09 2022 +0000 2.3 @@ -7,7 +7,7 @@ 2.4 SHORT_DESC="LXDE panel." 2.5 MAINTAINER="maintainer@slitaz.org" 2.6 LICENSE="GPL2" 2.7 -WEB_SITE="https://wiki.lxde.org/en/LXPanel" 2.8 +WEB_SITE="https://www.lxde.org/" 2.9 2.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 2.11 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
3.1 --- a/openerp-client/receipt Wed Jun 01 08:14:05 2022 +0000 3.2 +++ b/openerp-client/receipt Wed Jun 01 16:50:09 2022 +0000 3.3 @@ -15,6 +15,17 @@ 3.4 egenix-mx-base" 3.5 BUILD_DEPENDS="python python-dev pygtk egenix-mx-base" 3.6 3.7 +# What is the latest version available today? 3.8 +current_version() 3.9 +{ 3.10 + local a=$(wget -O - https://nightly.odoo.com/old/ 2>/dev/null | \ 3.11 + sed '/openerp-/!d;s|.*="||;s|/".*||' | sort -Vr | sed q) 3.12 + local b=$(wget -O - https://nightly.odoo.com/old/$a/ 2>/dev/null | \ 3.13 + sed '/href="[0-9]/!d;s|.*="||;s|/".*||' | sort -Vr | sed q) 3.14 + wget -O - https://nightly.odoo.com/old/$a/$b/ 2>/dev/null | \ 3.15 + sed '/openerp-client/!d;/tar/!d;s|.*-client-||;s|.tar.*||' 3.16 +} 3.17 + 3.18 # Rules to configure and make the package. 3.19 compile_rules() 3.20 {
4.1 --- a/openerp-server/receipt Wed Jun 01 08:14:05 2022 +0000 4.2 +++ b/openerp-server/receipt Wed Jun 01 16:50:09 2022 +0000 4.3 @@ -16,6 +16,17 @@ 4.4 BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt-python python-reportlab \ 4.5 python-pychart python-pydot python-dev" 4.6 4.7 +# What is the latest version available today? 4.8 +current_version() 4.9 +{ 4.10 + local a=$(wget -O - https://nightly.odoo.com/old/ 2>/dev/null | \ 4.11 + sed '/openerp-/!d;s|.*="||;s|/".*||' | sort -Vr | sed q) 4.12 + local b=$(wget -O - https://nightly.odoo.com/old/$a/ 2>/dev/null | \ 4.13 + sed '/href="[0-9]/!d;s|.*="||;s|/".*||' | sort -Vr | sed q) 4.14 + wget -O - https://nightly.odoo.com/old/$a/$b/ 2>/dev/null | \ 4.15 + sed '/openerp-client/d;/tar/!d;s|.*erp-||;s|.tar.*||;q' 4.16 +} 4.17 + 4.18 # Rules to configure and make the package. 4.19 compile_rules() 4.20 {
5.1 --- a/psycopg/receipt Wed Jun 01 08:14:05 2022 +0000 5.2 +++ b/psycopg/receipt Wed Jun 01 16:50:09 2022 +0000 5.3 @@ -8,7 +8,7 @@ 5.4 LICENSE="GPL2" 5.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.6 WEB_SITE="http://initd.org/" 5.7 -WGET_URL="http://initd.org/psycopg/tarballs/PSYCOPG-1-1/$TARBALL" 5.8 +WGET_URL="https://src.fedoraproject.org/repo/pkgs/python-psycopg/$TARBALL/a31f79f68d6d32898d6f24e11369a106/$TARBALL" 5.9 5.10 DEPENDS="python egenix-mx-base libpostgresqlclient" 5.11 BUILD_DEPENDS="python-dev egenix-mx-base postgresql-dev libpostgresqlclient"
6.1 --- a/pwsafe/receipt Wed Jun 01 08:14:05 2022 +0000 6.2 +++ b/pwsafe/receipt Wed Jun 01 16:50:09 2022 +0000 6.3 @@ -8,7 +8,7 @@ 6.4 LICENSE="GPL2" 6.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.6 WEB_SITE="https://sourceforge.net/projects/pwsafe" 6.7 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 6.8 +WGET_URL="https://fossies.org/linux/privat/old/$TARBALL" 6.9 6.10 DEPENDS="readline ncurses xorg-libSM xorg-libICE xorg-libXmu xorg-libX11 \ 6.11 libcrypto gcc-lib-base xorg-libXt xorg-libXext xorg-libXau xorg-libXdmcp"