# HG changeset patch # User Pascal Bellard # Date 1687028364 0 # Node ID 15da8bede3044b4ee18a0f9fa48ef49044f1450e # Parent 30d520e30a620fbd30f24ec9f9f49060b0c6d831 liberation-fonts-base (2.1.5), fedorahosted.org retirement diff -r 30d520e30a62 -r 15da8bede304 elfutils-dev/receipt --- a/elfutils-dev/receipt Thu Jun 15 10:35:54 2023 +0000 +++ b/elfutils-dev/receipt Sat Jun 17 18:59:24 2023 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="ELF object file access library, development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://fedorahosted.org/elfutils/" +WEB_SITE="https://sourceware.org/elfutils/" WANTED="elfutils" HOST_ARCH="i486 arm" diff -r 30d520e30a62 -r 15da8bede304 elfutils/receipt --- a/elfutils/receipt Thu Jun 15 10:35:54 2023 +0000 +++ b/elfutils/receipt Sat Jun 17 18:59:24 2023 +0000 @@ -7,8 +7,8 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="https://fedorahosted.org/elfutils/" -WGET_URL="https://fedorahosted.org/releases/e/l/$PACKAGE/$VERSION/$TARBALL" +WEB_SITE="https://sourceware.org/elfutils/" +WGET_URL="https://sourceware.org/elfutils/ftp/$VERSION/$TARBALL" HOST_ARCH="i486 arm" DEPENDS="glibc-base" @@ -19,16 +19,16 @@ arm) BUILD_DEPENDS="bzip2-dev xz-dev" ;; esac +# What is the latest version available today? current_version() { - wget -O - $(dirname $WGET_URL) 2>/dev/null | \ - sed '/tar/!d;s|.*utils-||;s|.tar.*||' | sed '$!d' + wget -O - $WEB_SITE 2>/dev/null | \ + sed '/elfutils-devel.2/!d;s|.*">||;s|<.*||;q' } # Rules to configure and make the package. compile_rules() { - cd $src CFLAGS="$CFLAGS -Wno-error" ./configure \ --enable-thread-safety \ diff -r 30d520e30a62 -r 15da8bede304 gtk-engine-nodoka/receipt --- a/gtk-engine-nodoka/receipt Thu Jun 15 10:35:54 2023 +0000 +++ b/gtk-engine-nodoka/receipt Sat Jun 17 18:59:24 2023 +0000 @@ -8,8 +8,8 @@ MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://fedorahosted.org/nodoka/" -WGET_URL="https://fedorahosted.org/released/nodoka/$TARBALL" +WEB_SITE="https://pagure.io/nodoka-theme/" +WGET_URL="https://pagure.io/nodoka-theme/archive/gtk-engine-$VERSION/nodoka-theme-gtk-engine-$VERSION.tar.gz" DEPENDS="gtk+" BUILD_DEPENDS="gtk+-dev wget" diff -r 30d520e30a62 -r 15da8bede304 hal-cups-utils/receipt --- a/hal-cups-utils/receipt Thu Jun 15 10:35:54 2023 +0000 +++ b/hal-cups-utils/receipt Sat Jun 17 18:59:24 2023 +0000 @@ -6,9 +6,9 @@ MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" SHORT_DESC="Cups backend/utils to browse and configure using HAL UDIs" -WEB_SITE="https://packages.ubuntu.com/jaunty/hal-cups-utils" +WEB_SITE="https://web.archive.org/web/20160216010153/http://fedorahosted.org/hal-cups-utils/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://fedorahosted.org/releases/h/a/$PACKAGE/$TARBALL" +WGET_URL="https://web.archive.org/web/20150801122745if_/https://fedorahosted.org/releases/h/a/$PACKAGE/$TARBALL" TAGS="" DEPENDS="hal dbus dbus-glib cups" @@ -16,6 +16,7 @@ # Rules to configure and make the package. +# Rules to configure and make the package. compile_rules() { cd $src ./configure \ diff -r 30d520e30a62 -r 15da8bede304 iptraf-ng/receipt --- a/iptraf-ng/receipt Thu Jun 15 10:35:54 2023 +0000 +++ b/iptraf-ng/receipt Sat Jun 17 18:59:24 2023 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="IP Network Monitoring Software." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://fedorahosted.org/iptraf-ng/" +WEB_SITE="https://github.com/$PACKAGE/$PACKAGE" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/v$VERSION.tar.gz" diff -r 30d520e30a62 -r 15da8bede304 liberation-fonts-base/receipt --- a/liberation-fonts-base/receipt Thu Jun 15 10:35:54 2023 +0000 +++ b/liberation-fonts-base/receipt Sat Jun 17 18:59:24 2023 +0000 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="liberation-fonts-base" -VERSION="2.00.1" +VERSION="2.1.5" CATEGORY="fonts" SHORT_DESC="Liberation fonts (only regular)" MAINTAINER="al.bobylev@gmail.com" LICENSE="SIL_OFL" -WEB_SITE="https://www.redhat.com/promo/fonts/" +WEB_SITE="https://github.com/liberationfonts/liberation-fonts/" SOURCE="liberation-fonts" TARBALL="$SOURCE-ttf-$VERSION.tar.gz" -WGET_URL="https://fedorahosted.org/releases/l/i/$SOURCE/$TARBALL" +WGET_URL="https://github.com/liberationfonts/liberation-fonts/files/7261482/$TARBALL" BUILD_DEPENDS="wget"