# HG changeset patch # User Pascal Bellard # Date 1654102209 0 # Node ID 76c41f0eab0ed802c678ce18c130b6fd0375ea0a # Parent 1f9238437d3b34906283d9177235d75e275a6e5c lxpanel: update web_site diff -r 1f9238437d3b -r 76c41f0eab0e lxpanel-extra/receipt --- a/lxpanel-extra/receipt Wed Jun 01 08:14:05 2022 +0000 +++ b/lxpanel-extra/receipt Wed Jun 01 16:50:09 2022 +0000 @@ -7,7 +7,7 @@ SHORT_DESC="LXDE panel (extra files and plugins)." MAINTAINER="maintainer@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://wiki.lxde.org/en/LXPanel" +WEB_SITE="https://www.lxde.org/" DEPENDS="lxpanel" #libwnck WANTED="lxpanel" diff -r 1f9238437d3b -r 76c41f0eab0e lxpanel/receipt --- a/lxpanel/receipt Wed Jun 01 08:14:05 2022 +0000 +++ b/lxpanel/receipt Wed Jun 01 16:50:09 2022 +0000 @@ -7,7 +7,7 @@ SHORT_DESC="LXDE panel." MAINTAINER="maintainer@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://wiki.lxde.org/en/LXPanel" +WEB_SITE="https://www.lxde.org/" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$SF_MIRROR/lxde/$TARBALL" diff -r 1f9238437d3b -r 76c41f0eab0e openerp-client/receipt --- a/openerp-client/receipt Wed Jun 01 08:14:05 2022 +0000 +++ b/openerp-client/receipt Wed Jun 01 16:50:09 2022 +0000 @@ -15,6 +15,17 @@ egenix-mx-base" BUILD_DEPENDS="python python-dev pygtk egenix-mx-base" +# What is the latest version available today? +current_version() +{ + local a=$(wget -O - https://nightly.odoo.com/old/ 2>/dev/null | \ + sed '/openerp-/!d;s|.*="||;s|/".*||' | sort -Vr | sed q) + local b=$(wget -O - https://nightly.odoo.com/old/$a/ 2>/dev/null | \ + sed '/href="[0-9]/!d;s|.*="||;s|/".*||' | sort -Vr | sed q) + wget -O - https://nightly.odoo.com/old/$a/$b/ 2>/dev/null | \ + sed '/openerp-client/!d;/tar/!d;s|.*-client-||;s|.tar.*||' +} + # Rules to configure and make the package. compile_rules() { diff -r 1f9238437d3b -r 76c41f0eab0e openerp-server/receipt --- a/openerp-server/receipt Wed Jun 01 08:14:05 2022 +0000 +++ b/openerp-server/receipt Wed Jun 01 16:50:09 2022 +0000 @@ -16,6 +16,17 @@ BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt-python python-reportlab \ python-pychart python-pydot python-dev" +# What is the latest version available today? +current_version() +{ + local a=$(wget -O - https://nightly.odoo.com/old/ 2>/dev/null | \ + sed '/openerp-/!d;s|.*="||;s|/".*||' | sort -Vr | sed q) + local b=$(wget -O - https://nightly.odoo.com/old/$a/ 2>/dev/null | \ + sed '/href="[0-9]/!d;s|.*="||;s|/".*||' | sort -Vr | sed q) + wget -O - https://nightly.odoo.com/old/$a/$b/ 2>/dev/null | \ + sed '/openerp-client/d;/tar/!d;s|.*erp-||;s|.tar.*||;q' +} + # Rules to configure and make the package. compile_rules() { diff -r 1f9238437d3b -r 76c41f0eab0e psycopg/receipt --- a/psycopg/receipt Wed Jun 01 08:14:05 2022 +0000 +++ b/psycopg/receipt Wed Jun 01 16:50:09 2022 +0000 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://initd.org/" -WGET_URL="http://initd.org/psycopg/tarballs/PSYCOPG-1-1/$TARBALL" +WGET_URL="https://src.fedoraproject.org/repo/pkgs/python-psycopg/$TARBALL/a31f79f68d6d32898d6f24e11369a106/$TARBALL" DEPENDS="python egenix-mx-base libpostgresqlclient" BUILD_DEPENDS="python-dev egenix-mx-base postgresql-dev libpostgresqlclient" diff -r 1f9238437d3b -r 76c41f0eab0e pwsafe/receipt --- a/pwsafe/receipt Wed Jun 01 08:14:05 2022 +0000 +++ b/pwsafe/receipt Wed Jun 01 16:50:09 2022 +0000 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://sourceforge.net/projects/pwsafe" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +WGET_URL="https://fossies.org/linux/privat/old/$TARBALL" DEPENDS="readline ncurses xorg-libSM xorg-libICE xorg-libXmu xorg-libX11 \ libcrypto gcc-lib-base xorg-libXt xorg-libXext xorg-libXau xorg-libXdmcp"