From 05c029646e448bd857a8e992106def17c749a7c2 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 22 Apr 2021 18:56:44 +0200 Subject: [PATCH 1/4] clutter: Update to version 1.26.4 --- clutter-1.6.14-0.bee | 31 ------------------------------- clutter.be0 | 31 +++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100755 clutter-1.6.14-0.bee create mode 100755 clutter.be0 diff --git a/clutter-1.6.14-0.bee b/clutter-1.6.14-0.bee deleted file mode 100755 index 87e605f64..000000000 --- a/clutter-1.6.14-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://ftp.acc.umu.se/pub/gnome/sources/clutter/1.6/clutter-1.6.14.tar.bz2" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - - - -mee_extract() { - bee_extract ${@} -} - -mee_patch() { - bee_patch ${@} -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} diff --git a/clutter.be0 b/clutter.be0 new file mode 100755 index 000000000..0509c922e --- /dev/null +++ b/clutter.be0 @@ -0,0 +1,31 @@ +#!/bin/env beesh + +# BEE_VERSION clutter-1.26.4-0 + +SRCURL[0]="https://download-fallback.gnome.org/sources/clutter/${PKGVERSION[2]}/clutter-${PKGVERSION}.tar.xz" + +PATCHURL[0]="" + +# EXCLUDE="" + +#mee_extract() { +# bee_extract ${@} +#} + +#mee_patch() { +# bee_patch ${@} +#} + +mee_configure() { + bee_configure --disable-gtk-doc-html \ + --disable-gtk-doc \ + --disable-gtk-doc-pdf +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} From 638efae9713b72f3588688cbd035df968ea72077 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 23 Apr 2021 13:06:28 +0200 Subject: [PATCH 2/4] cogl: Add version 1.22.8 earlier part of clutter --- cogl.be0 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 cogl.be0 diff --git a/cogl.be0 b/cogl.be0 new file mode 100755 index 000000000..a825eb026 --- /dev/null +++ b/cogl.be0 @@ -0,0 +1,35 @@ +#!/usr/bin/env beesh + +# BEE_VERSION cogl-1.22.8-0 + +SRCURL[0]="https://download.gnome.org/sources/cogl/${PKGVERSION[2]}/cogl-${PKGVERSION}.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + bee_configure --disable-gtk-doc-html \ + --disable-gtk-doc \ + --disable-gtk-doc-pdf \ + --enable-gles1 \ + --enable-gles2 +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} From 581042f5a9b586178a239bb778395beb0add83ba Mon Sep 17 00:00:00 2001 From: david Date: Fri, 23 Apr 2021 13:08:59 +0200 Subject: [PATCH 3/4] json-glib: new revision not so agressiv cleanup --- json-glib.be0 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/json-glib.be0 b/json-glib.be0 index 0fa828ea9..7942f941e 100755 --- a/json-glib.be0 +++ b/json-glib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION json-glib-1.4.4-0 +# BEE_VERSION json-glib-1.4.4-1 SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/json-glib/${PKGVERSION[2]}/json-glib-${PKGVERSION}.tar.xz" @@ -25,7 +25,7 @@ mee_patch_post() { } #mee_configure() { -# +# bee_configure #} #mee_build() { @@ -34,8 +34,7 @@ mee_patch_post() { mee_install() { bee_install - # rm /usr/share/installed-tests - rm -rvf ${D}/usr/share - # rm ./usr/libexec/installed-tests - rm -rvf ${D}/usr/libexec + rm -r ${D}/usr/share/installed-tests + rm -r ${D}/usr/libexec/installed-tests + } From c73ec3ee41f242e52f15fca1c5a159bf553178b5 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 3 May 2021 14:13:30 +0200 Subject: [PATCH 4/4] clutter,cogl,json-glib: fixed SRCURL, disable nls - tabs to white space - nls disabled - fixed SRCURLs --- clutter.be0 | 10 +++++----- cogl.be0 | 7 ++++--- json-glib.be0 | 4 ++-- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/clutter.be0 b/clutter.be0 index 0509c922e..8de464294 100755 --- a/clutter.be0 +++ b/clutter.be0 @@ -2,12 +2,11 @@ # BEE_VERSION clutter-1.26.4-0 -SRCURL[0]="https://download-fallback.gnome.org/sources/clutter/${PKGVERSION[2]}/clutter-${PKGVERSION}.tar.xz" +# SRCURL[0]="https://download-fallback.gnome.org/sources/clutter/${PKGVERSION[2]}/clutter-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/624dd776a5159de0267587b1df6b97b2/clutter-1.26.4.tar.xz" PATCHURL[0]="" -# EXCLUDE="" - #mee_extract() { # bee_extract ${@} #} @@ -18,8 +17,9 @@ PATCHURL[0]="" mee_configure() { bee_configure --disable-gtk-doc-html \ - --disable-gtk-doc \ - --disable-gtk-doc-pdf + --disable-gtk-doc \ + --disable-gtk-doc-pdf \ + --disable-nls } #mee_build() { diff --git a/cogl.be0 b/cogl.be0 index a825eb026..7b0a91ea3 100755 --- a/cogl.be0 +++ b/cogl.be0 @@ -2,7 +2,8 @@ # BEE_VERSION cogl-1.22.8-0 -SRCURL[0]="https://download.gnome.org/sources/cogl/${PKGVERSION[2]}/cogl-${PKGVERSION}.tar.xz" +#SRCURL[0]="https://download.gnome.org/sources/cogl/${PKGVERSION[2]}/cogl-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/7dd8b2e24171ef7399f851cea144b569/cogl-1.22.8.tar.xz" # PATCHURL+=() @@ -22,8 +23,8 @@ mee_configure() { bee_configure --disable-gtk-doc-html \ --disable-gtk-doc \ --disable-gtk-doc-pdf \ - --enable-gles1 \ - --enable-gles2 + --enable-gles1 \ + --enable-gles2 } #mee_build() { diff --git a/json-glib.be0 b/json-glib.be0 index 7942f941e..a1a4d0b10 100755 --- a/json-glib.be0 +++ b/json-glib.be0 @@ -2,7 +2,8 @@ # BEE_VERSION json-glib-1.4.4-1 -SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/json-glib/${PKGVERSION[2]}/json-glib-${PKGVERSION}.tar.xz" +# SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/json-glib/${PKGVERSION[2]}/json-glib-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/4d4bb9837f6d31e32d0ce658ae135f68/json-glib-1.4.4.tar.xz" # PATCHURL+=() @@ -36,5 +37,4 @@ mee_install() { bee_install rm -r ${D}/usr/share/installed-tests rm -r ${D}/usr/libexec/installed-tests - }