From 8172ee26103435d8235033cac468fb0f0a18965f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 26 Feb 2020 15:46:47 +0100 Subject: [PATCH 1/3] babl: Update version from 0.1.72 to 0.1.74 Use the latest version for GIMP 2.10.18. The tests can be enabled again. --- babl.be0 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/babl.be0 b/babl.be0 index cb225f151..3ae5184e7 100755 --- a/babl.be0 +++ b/babl.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION babl-0.1.72-0 +# BEE_VERSION babl-0.1.74-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.) @@ -48,11 +48,10 @@ SRCURL[0]="https://download.gimp.org/pub/babl/${PKGVERSION[2]}/babl-${PKGVERSION # bee_configure #} -#mee_build() { -# bee_build -# # https://gitlab.gnome.org/GNOME/babl/issues/49 -# start_cmd ninja test -#} +mee_build() { + bee_build + start_cmd ninja test +} #mee_install() { # bee_install From cb370f3635d25ae1e015985c4d4e63d38dac771c Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 26 Feb 2020 15:47:47 +0100 Subject: [PATCH 2/3] gegl: Update version from 0.4.18 to 0.4.22 Use latest version for GIMP 2.10.18. --- gegl.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gegl.be0 b/gegl.be0 index 49ba700b6..39d822c90 100755 --- a/gegl.be0 +++ b/gegl.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gegl-0.4.18-0 +# BEE_VERSION gegl-0.4.22-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.) From 97714998f4cc8ddb1fbd8fb442f628d4785fd3c3 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 26 Feb 2020 15:48:42 +0100 Subject: [PATCH 3/3] gimp: Update version from 2.10.14 to 2.10.18 https://www.gimp.org/news/2020/02/24/gimp-2-10-18-released/ --- gimp.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gimp.be0 b/gimp.be0 index ef8f58e4c..de7adeef7 100755 --- a/gimp.be0 +++ b/gimp.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gimp-2.10.14-0 +# BEE_VERSION gimp-2.10.18-0 SRCURL[0]="https://download.gimp.org/mirror/pub/gimp/v${PKGVERSION[2]}/gimp-${PKGVERSION}.tar.bz2"