From 93ce1a85a080bdc334748be85d416999f1dbf1b8 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 1 Nov 2018 14:22:06 +0100 Subject: [PATCH 1/3] libepoxy: Convert to versionless bee file --- libepoxy-1.3.1-0.bee => libepoxy.be0 | 2 ++ 1 file changed, 2 insertions(+) rename libepoxy-1.3.1-0.bee => libepoxy.be0 (98%) diff --git a/libepoxy-1.3.1-0.bee b/libepoxy.be0 similarity index 98% rename from libepoxy-1.3.1-0.bee rename to libepoxy.be0 index eeec22627..35a4f144f 100755 --- a/libepoxy-1.3.1-0.bee +++ b/libepoxy.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION libepoxy-1.3.1-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 d63d83c5bbce94703e897df18e1093bf2f4ae02e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 1 Nov 2018 14:22:48 +0100 Subject: [PATCH 2/3] libepoxy: Update version from 1.3.1 to 1.5.3 GTK+ 3.24.1 requires this version. configure: error: Package requirements (pango pangocairo gdk-pixbuf-2.0 >= 2.30.0 cairo >= 1.14.0 cairo-gobject >= 1.14.0 gio-unix-2.0 >= 2.53.4 fontconfig x11 xext xinerama xi xrandr xcursor xfixes xcomposite xdamage wayland-client >= 1.9.91 wayland-protocols >= 1.12 xkbcommon >= 0.2.0 wayland-cursor >= 1.9.91 wayland-egl cairo-xlib cairo epoxy >= 1.4 ) were not met: Requested 'epoxy >= 1.4' but version of epoxy is 1.3.1 --- libepoxy.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libepoxy.be0 b/libepoxy.be0 index 35a4f144f..1ab29c22f 100755 --- a/libepoxy.be0 +++ b/libepoxy.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libepoxy-1.3.1-0 +# BEE_VERSION libepoxy-1.5.3-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.) @@ -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]="https://github.com/anholt/libepoxy/releases/download/v${PKGVERSION}/libepoxy-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://github.com/anholt/libepoxy/releases/download/${PKGVERSION}/libepoxy-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. From 37d0ba45d0de68085614c8179cf7e812f94a73f5 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 1 Nov 2018 14:19:46 +0100 Subject: [PATCH 3/3] gtk3: Update version from 3.22.30 to 3.24.1 See the [blog post][1]. [1]: https://blog.gtk.org/2018/06/23/a-gtk-3-update/ --- gtk3.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk3.be0 b/gtk3.be0 index a4f468360..8de989edf 100755 --- a/gtk3.be0 +++ b/gtk3.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gtk3-3.22.30-1 +# BEE_VERSION gtk3-3.24.1-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.) @@ -15,7 +15,7 @@ SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gtk+/${PKGVERSION[2]}/gtk+-${ ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -PATCHURL+=(/src/mariux/patches/0001-gtksocket-Adjust-X-sizes-by-scale-factor.patch) +# PATCHURL+=() ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not