gdk-pixbuf: restrict patch application to meson packages (#23838)
This commit is contained in:
parent
4153c2e319
commit
b7d0b3ea75
@ -49,7 +49,9 @@ class GdkPixbuf(Package):
|
|||||||
|
|
||||||
# Replace the docbook stylesheet URL with the one that our
|
# Replace the docbook stylesheet URL with the one that our
|
||||||
# docbook-xsl package uses/recognizes.
|
# docbook-xsl package uses/recognizes.
|
||||||
patch('docbook-cdn.patch', when='+man')
|
# Pach modifies meson build files, so it only applies to versions that
|
||||||
|
# depend on meson.
|
||||||
|
patch('docbook-cdn.patch', when='@2.37.0:+man')
|
||||||
|
|
||||||
def url_for_version(self, version):
|
def url_for_version(self, version):
|
||||||
url = "https://ftp.acc.umu.se/pub/gnome/sources/gdk-pixbuf/{0}/gdk-pixbuf-{1}.tar.xz"
|
url = "https://ftp.acc.umu.se/pub/gnome/sources/gdk-pixbuf/{0}/gdk-pixbuf-{1}.tar.xz"
|
||||||
|
Loading…
Reference in New Issue
Block a user