From 0c99a78ff99e43cac447e9ed51c079113ce7f1bb Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 14 Jun 2019 14:18:26 +0200 Subject: [PATCH 1/3] babl: Update version from 0.1.62 to 0.1.66 Required by GIMP 2.10.12. --- babl.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babl.be0 b/babl.be0 index f6f48746f..a15242a23 100755 --- a/babl.be0 +++ b/babl.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION babl-0.1.62-0 +# BEE_VERSION babl-0.1.66-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 4ead41d3caf59f90b7543bc52d9ea1d3418d1d82 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 14 Jun 2019 14:19:20 +0200 Subject: [PATCH 2/3] gegl: Update version from 0.4.14 to 0.4.16 Required by GIMP 2.10.12. --- gegl.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gegl.be0 b/gegl.be0 index efd244bb8..3abeb6a07 100755 --- a/gegl.be0 +++ b/gegl.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gegl-0.4.14-0 +# BEE_VERSION gegl-0.4.16-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 5d872a470bdab25856af713be7c46a2dda8230a7 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 14 Jun 2019 14:19:57 +0200 Subject: [PATCH 3/3] gimp: Update version from 2.10.10 to 2.10.12 From the [announcement][1]: > GIMP 2.10.12 is mostly a bug fix release as some annoying bugs were > discovered, which is to be expected after a 2.10.10 with so many > changes! > > Still, some very cool improvements are also available: > > * Improved Curves tool > * Layers support for TIFF exporting > * Support for user-installed fonts on Windows > * Faster painting > * Improved symmetry painting support > * Incremental mode in the Dodge/Burn tool > * Free Select tool now creates a preliminary selection > * New Offset tool [1]: https://www.gimp.org/news/2019/06/12/gimp-2-10-12-released/ --- gimp.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gimp.be0 b/gimp.be0 index c3c9c4dd2..58b370ca2 100755 --- a/gimp.be0 +++ b/gimp.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gimp-2.10.10-0 +# BEE_VERSION gimp-2.10.12-0 SRCURL[0]="https://download.gimp.org/mirror/pub/gimp/v${PKGVERSION[2]}/gimp-${PKGVERSION}.tar.bz2"