From da282fd11c04a780a817f509a61930dbae302882 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 26 May 2018 12:06:22 +0200 Subject: [PATCH 1/3] gdk-pixbuf: Convert to versionless bee file --- gdk-pixbuf-2.32.0-0.bee => gdk-pixbuf.be0 | 2 ++ 1 file changed, 2 insertions(+) rename gdk-pixbuf-2.32.0-0.bee => gdk-pixbuf.be0 (92%) diff --git a/gdk-pixbuf-2.32.0-0.bee b/gdk-pixbuf.be0 similarity index 92% rename from gdk-pixbuf-2.32.0-0.bee rename to gdk-pixbuf.be0 index 9cb33b630..8972e3016 100755 --- a/gdk-pixbuf-2.32.0-0.bee +++ b/gdk-pixbuf.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION gdk-pixbuf-2.32.0-0 + SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${PKGVERSION[2]}/gdk-pixbuf-${PKGVERSION}.tar.xz" PATCHURL[0]="" From 6008528a7ce57a312d777d3295975ffdf0a94849 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 26 May 2018 12:12:28 +0200 Subject: [PATCH 2/3] gdk-pixbuf: Securely download source archive Use HTTPS to securely download the source archive. --- gdk-pixbuf.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk-pixbuf.be0 b/gdk-pixbuf.be0 index 8972e3016..4d46d7c72 100755 --- a/gdk-pixbuf.be0 +++ b/gdk-pixbuf.be0 @@ -2,7 +2,7 @@ # BEE_VERSION gdk-pixbuf-2.32.0-0 -SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${PKGVERSION[2]}/gdk-pixbuf-${PKGVERSION}.tar.xz" +SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${PKGVERSION[2]}/gdk-pixbuf-${PKGVERSION}.tar.xz" PATCHURL[0]="" From 4cec45a81472c089682605f57ac96cb7856ba470 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 26 May 2018 12:08:19 +0200 Subject: [PATCH 3/3] gdk-pixbuf: Update version from 2.32.0 to 2.36.12 The current gnome-desktop requires GDK-PixBuf 2.36.5, so update the version. [1]: http://www.linuxfromscratch.org/blfs/view/svn/x/gdk-pixbuf.html --- gdk-pixbuf.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk-pixbuf.be0 b/gdk-pixbuf.be0 index 4d46d7c72..049994d97 100755 --- a/gdk-pixbuf.be0 +++ b/gdk-pixbuf.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gdk-pixbuf-2.32.0-0 +# BEE_VERSION gdk-pixbuf-2.36.12-0 SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${PKGVERSION[2]}/gdk-pixbuf-${PKGVERSION}.tar.xz"