From 81eb8da043f89ae04408315acd5766b3832f38f0 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 4 Dec 2017 09:07:53 +0100 Subject: [PATCH 1/4] adwaita-icon-theme: Convert to versionless bee file --- adwaita-icon-theme-3.18.0-1.bee => adwaita-icon-theme.be0 | 2 ++ 1 file changed, 2 insertions(+) rename adwaita-icon-theme-3.18.0-1.bee => adwaita-icon-theme.be0 (98%) diff --git a/adwaita-icon-theme-3.18.0-1.bee b/adwaita-icon-theme.be0 similarity index 98% rename from adwaita-icon-theme-3.18.0-1.bee rename to adwaita-icon-theme.be0 index 2e5e6b77f..b6eaf895c 100755 --- a/adwaita-icon-theme-3.18.0-1.bee +++ b/adwaita-icon-theme.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION adwaita-icon-theme-3.18.0-1 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From a52aa0e8599c0b65c0fa44ecc17e3f59800605d7 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 4 Dec 2017 09:08:15 +0100 Subject: [PATCH 2/4] adwaita-icon-theme: Strip trailing space --- adwaita-icon-theme.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adwaita-icon-theme.be0 b/adwaita-icon-theme.be0 index b6eaf895c..fd7393f0a 100755 --- a/adwaita-icon-theme.be0 +++ b/adwaita-icon-theme.be0 @@ -54,7 +54,7 @@ SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/${PKGVERSIO #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { From 49038712fb948c8f1f766be370c1a208221503e7 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 4 Dec 2017 09:08:55 +0100 Subject: [PATCH 3/4] adwaita-icon-theme: Securely download source archive Use HTTPS to securely download the source archive. --- adwaita-icon-theme.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adwaita-icon-theme.be0 b/adwaita-icon-theme.be0 index fd7393f0a..14cad96cc 100755 --- a/adwaita-icon-theme.be0 +++ b/adwaita-icon-theme.be0 @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/${PKGVERSION[2]}/adwaita-icon-theme-${PKGVERSION}.tar.xz" +SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/${PKGVERSION[2]}/adwaita-icon-theme-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. From 47ad7126d93e8416efb599b2d6daabdb6f478177 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 4 Dec 2017 09:09:39 +0100 Subject: [PATCH 4/4] adwaita-icon-theme: Update version from 3.18.0 to 3.26.0 --- adwaita-icon-theme.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adwaita-icon-theme.be0 b/adwaita-icon-theme.be0 index 14cad96cc..b06ee13f3 100755 --- a/adwaita-icon-theme.be0 +++ b/adwaita-icon-theme.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION adwaita-icon-theme-3.18.0-1 +# BEE_VERSION adwaita-icon-theme-3.26.0-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)