# HG changeset patch # User Pascal Bellard # Date 1658217135 0 # Node ID 083af5061d391b6c28f8465ef5270d634d22abf1 # Parent 5caef8cf684fd83ddac8da2988c92d2f96f300f7 Up perl-file-listing (6.15) diff -r 5caef8cf684f -r 083af5061d39 ecryptfs-simple/receipt --- a/ecryptfs-simple/receipt Tue Jul 19 07:28:24 2022 +0100 +++ b/ecryptfs-simple/receipt Tue Jul 19 07:52:15 2022 +0000 @@ -9,7 +9,7 @@ TARBALL="$PACKAGE-$VERSION.tar.xz" #WEB_SITE="https://xyne.archlinux.ca/projects/ecryptfs-simple/" WEB_SITE="https://github.com/mhogomchungu/ecryptfs-simple" -WGET_URL="${WEB_SITE}src/$TARBALL" +WGET_URL="https://xyne.dev/projects/ecryptfs-simple/src/$TARBALL" TAGS="cryptography" DEPENDS="libgcrypt ecryptfs-utils util-linux-mount libgpg-error \ diff -r 5caef8cf684f -r 083af5061d39 imagemagick/receipt --- a/imagemagick/receipt Tue Jul 19 07:28:24 2022 +0100 +++ b/imagemagick/receipt Tue Jul 19 07:52:15 2022 +0000 @@ -12,7 +12,7 @@ SOURCE="ImageMagick" TARBALL="$SOURCE-${VERSION%.*}-${VERSION##*.}.tar.xz" -WGET_URL="${WEB_SITE}download/releases/$TARBALL" +WGET_URL="https://imagemagick.org/archive/releases/$TARBALL" DEPENDS="bzlib cairo expat fftw fontconfig freetype gcc-lib-base graphviz ilmbase jasper jbigkit jpeg lcms libcroco libgio diff -r 5caef8cf684f -r 083af5061d39 libnotify-dev/receipt --- a/libnotify-dev/receipt Tue Jul 19 07:28:24 2022 +0100 +++ b/libnotify-dev/receipt Tue Jul 19 07:52:15 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Notification library" MAINTAINER="fabrice.thiroux@free.fr" LICENSE="LGPL2.1" -WEB_SITE="http://www.galago-project.org/" +WEB_SITE="https://gitlab.gnome.org/GNOME/libnotify" HOST_ARCH="i486 arm" WANTED="libnotify" diff -r 5caef8cf684f -r 083af5061d39 libnotify-gtk3-dev/receipt --- a/libnotify-gtk3-dev/receipt Tue Jul 19 07:28:24 2022 +0100 +++ b/libnotify-gtk3-dev/receipt Tue Jul 19 07:52:15 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Development files for libnotify (GTK+3)." MAINTAINER="al.bobylev@gmail.com" LICENSE="LGPL2.1" -WEB_SITE="http://www.galago-project.org/" +WEB_SITE="https://gitlab.gnome.org/GNOME/libnotify" DEPENDS="libnotify-gtk3 pkg-config" WANTED="libnotify-gtk3" diff -r 5caef8cf684f -r 083af5061d39 libnotify-gtk3/receipt --- a/libnotify-gtk3/receipt Tue Jul 19 07:28:24 2022 +0100 +++ b/libnotify-gtk3/receipt Tue Jul 19 07:52:15 2022 +0000 @@ -7,7 +7,7 @@ SHORT_DESC="Notification library (GTK+3)." MAINTAINER="al.bobylev@gmail.com" LICENSE="LGPL2.1" -WEB_SITE="http://www.galago-project.org/" +WEB_SITE="https://gitlab.gnome.org/GNOME/libnotify" SOURCE="libnotify" TARBALL="$SOURCE-$VERSION.tar.xz" diff -r 5caef8cf684f -r 083af5061d39 libnotify/receipt --- a/libnotify/receipt Tue Jul 19 07:28:24 2022 +0100 +++ b/libnotify/receipt Tue Jul 19 07:52:15 2022 +0000 @@ -7,7 +7,7 @@ MAINTAINER="fabrice.thiroux@free.fr" LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://www.galago-project.org/" +WEB_SITE="https://gitlab.gnome.org/GNOME/libnotify" WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" HOST_ARCH="i486 arm" diff -r 5caef8cf684f -r 083af5061d39 perl-file-listing/receipt --- a/perl-file-listing/receipt Tue Jul 19 07:28:24 2022 +0100 +++ b/perl-file-listing/receipt Tue Jul 19 07:52:15 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="perl-file-listing" -VERSION="6.14" +VERSION="6.15" CATEGORY="development" SHORT_DESC="File::Listing - parse directory listing." MAINTAINER="erjo@slitaz.org" diff -r 5caef8cf684f -r 083af5061d39 qt5/receipt --- a/qt5/receipt Tue Jul 19 07:28:24 2022 +0100 +++ b/qt5/receipt Tue Jul 19 07:52:15 2022 +0000 @@ -11,7 +11,8 @@ SOURCE="qt-everywhere-src" TARBALL="$SOURCE-$VERSION.tar.xz" -WGET_URL="https://download.qt.io/archive/qt/${VERSION%.*}/$VERSION/single/$TARBALL" +#WGET_URL="https://download.qt.io/archive/qt/${VERSION%.*}/$VERSION/single/$TARBALL" +WGET_URL="https://web.archive.org/web/20211201212948if_/http://mirrors.ocf.berkeley.edu/qt/${VERSION%.*}/$VERSION/single/$TARBALL" SUGGESTED="libQt5Plugins libQt5ScriptTools" PROVIDE="qt-x11-opensource-src Qt5"