From: Michael Olbrich <mol@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [APPLIED] gdk-pixbuf: use GNOME mirror
Date: Wed, 14 Oct 2020 12:30:31 +0200 [thread overview]
Message-ID: <E1kSe3D-0002tg-03@dude02.hi.pengutronix.de> (raw)
In-Reply-To: <20201006141707.GF1489016@lenoch>
Thanks, applied as 5a2b35a631643187f4197c028194def9eeb505bf.
Michael
[sent from post-receive hook]
On Wed, 14 Oct 2020 12:30:30 +0200, Ladislav Michl <ladis@linux-mips.org> wrote:
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> Message-Id: <20201006141707.GF1489016@lenoch>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/gdk-pixbuf.make b/rules/gdk-pixbuf.make
> index 301716b3d1db..7697570700a1 100644
> --- a/rules/gdk-pixbuf.make
> +++ b/rules/gdk-pixbuf.make
> @@ -18,7 +18,7 @@ GDK_PIXBUF_VERSION := 2.40.0
> GDK_PIXBUF_MD5 := 05eb1ebc258ba905f1c8644ef49de064
> GDK_PIXBUF := gdk-pixbuf-$(GDK_PIXBUF_VERSION)
> GDK_PIXBUF_SUFFIX := tar.xz
> -GDK_PIXBUF_URL := http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/$(basename $(GDK_PIXBUF_VERSION))/$(GDK_PIXBUF).$(GDK_PIXBUF_SUFFIX)
> +GDK_PIXBUF_URL := $(call ptx/mirror, GNOME, gdk-pixbuf/$(basename $(GDK_PIXBUF_VERSION))/$(GDK_PIXBUF).$(GDK_PIXBUF_SUFFIX))
> GDK_PIXBUF_SOURCE := $(SRCDIR)/$(GDK_PIXBUF).$(GDK_PIXBUF_SUFFIX)
> GDK_PIXBUF_DIR := $(BUILDDIR)/$(GDK_PIXBUF)
> GDK_PIXBUF_LICENSE := LGPL-2.0-or-later
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
next prev parent reply other threads:[~2020-10-14 10:30 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-06 14:11 [ptxdist] [PATCH 00/29] introduce " Ladislav Michl
2020-10-06 14:12 ` [ptxdist] [PATCH 01/29] setup: sort mirrors alphabetically Ladislav Michl
2020-10-06 15:50 ` Alexander Dahl
2020-10-07 7:24 ` Michael Olbrich
2020-10-07 8:21 ` Ladislav Michl
2020-10-07 15:40 ` [ptxdist] [PATCH v2 " Ladislav Michl
2020-10-09 12:59 ` Roland Hieber
2020-10-09 13:15 ` Michael Olbrich
2020-10-09 21:11 ` Ladislav Michl
2020-10-10 13:20 ` Roland Hieber
2020-10-09 21:14 ` [ptxdist] [PATCH v3 " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:13 ` [ptxdist] [PATCH 02/29] setup: introduce GNOME mirror Ladislav Michl
2020-10-07 13:12 ` Roland Hieber
2020-10-07 15:40 ` [ptxdist] [PATCH v2 " Ladislav Michl
2020-10-09 21:16 ` [ptxdist] [PATCH v3 " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:13 ` [ptxdist] [PATCH 03/29] atk: use " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:16 ` [ptxdist] [PATCH 04/29] atkmm: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:17 ` [ptxdist] [PATCH 05/29] gdk-pixbuf: " Ladislav Michl
2020-10-14 10:30 ` Michael Olbrich [this message]
2020-10-06 14:19 ` [ptxdist] [PATCH 06/29] glib-networking: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:21 ` [ptxdist] [PATCH 07/29] glibmm: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:23 ` [ptxdist] [PATCH 08/29] glib: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:23 ` [ptxdist] [PATCH 09/29] gobject-introspection: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:24 ` [ptxdist] [PATCH 10/29] gtk-engines: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:24 ` [ptxdist] [PATCH 11/29] gtk: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:25 ` [ptxdist] [PATCH 12/29] gtk2: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:25 ` [ptxdist] [PATCH 13/29] host-gtk-doc: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:27 ` [ptxdist] [PATCH 14/29] json-glib: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:27 ` [ptxdist] [PATCH 15/29] libcroco: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:28 ` [ptxdist] [PATCH 16/29] libgee: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:28 ` [ptxdist] [PATCH 17/29] libgsf: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:29 ` [ptxdist] [PATCH 18/29] libgudev: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:29 ` [ptxdist] [PATCH 19/29] librsvg: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:29 ` [ptxdist] [PATCH 20/29] libsigcpp: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:30 ` [ptxdist] [PATCH 21/29] libsoup: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:30 ` [ptxdist] [PATCH 22/29] mobile-broadband-provider-info: " Ladislav Michl
2020-10-06 16:41 ` [ptxdist] [PATCH v2 " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:31 ` [ptxdist] [PATCH 23/29] networkmanager-fortisslvpn: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:31 ` [ptxdist] [PATCH 24/29] networkmanager-openvpn: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:32 ` [ptxdist] [PATCH 25/29] networkmanager: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:32 ` [ptxdist] [PATCH 26/29] pango: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:33 ` [ptxdist] [PATCH 27/29] pygobject: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:33 ` [ptxdist] [PATCH 28/29] python3-gi: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:34 ` [ptxdist] [PATCH 29/29] xorg-font-ttf-bitstream-vera: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1kSe3D-0002tg-03@dude02.hi.pengutronix.de \
--to=mol@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox