From cccaeac376c8c5b9125612fcc034413006ce5629 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 11 Nov 2021 13:59:42 +0100 Subject: [PATCH 1/2] gdk-pixbuf: update 2.36.12 to 2.42.6 - update - NLS=1 - meson - disable tests - disable docs - enable man pages - disable GIO MIME sniffing --- gdk-pixbuf.be0 | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/gdk-pixbuf.be0 b/gdk-pixbuf.be0 index fefe465b4..7ae4384ac 100755 --- a/gdk-pixbuf.be0 +++ b/gdk-pixbuf.be0 @@ -1,22 +1,26 @@ #!/usr/bin/env beesh -# BEE_VERSION gdk-pixbuf-2.36.12-1 +# BEE_VERSION gdk-pixbuf-2.42.6-0 -# SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${PKGVERSION[2]}/gdk-pixbuf-${PKGVERSION}.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/7305ab43d741270ffa53ad2896d7f530/gdk-pixbuf-2.36.12.tar.xz" +#SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${PKGVERSION[2]}/gdk-pixbuf-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/7cd2fdaa3c55e2302316fe36968f7425/gdk-pixbuf-2.42.6.tar.xz" #mee_extract() { # bee_extract ${@} #} -#mee_patch() { -# bee_patch ${@} -#} +mee_patch() { + bee_patch ${@} + echo "">po/LINGUAS +} mee_configure() { bee_configure \ - --disable-nls \ - --with-x11 + --buildtype=release \ + --wrap-mode=nofallback \ + -Dinstalled_tests=false \ + -Dgtk_doc=false \ + -Dgio_sniffing=false } #mee_build() { @@ -26,8 +30,3 @@ mee_configure() { #mee_install() { # bee_install #} -mee_install_post() { - - rm -rvf ${D}/usr/share/man - -} From 07fd35dcd4ccde243942467947a50682d1e30f46 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 11 Nov 2021 14:08:01 +0100 Subject: [PATCH 2/2] gdk-pixbuf-xlib: update to 2.40.2 - for compatibility --- gdk-pixbuf-xlib.be0 | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 gdk-pixbuf-xlib.be0 diff --git a/gdk-pixbuf-xlib.be0 b/gdk-pixbuf-xlib.be0 new file mode 100755 index 000000000..dbe826fbd --- /dev/null +++ b/gdk-pixbuf-xlib.be0 @@ -0,0 +1,29 @@ +#!/usr/bin/env beesh + +# BEE_VERSION gdk-pixbuf-xlib-2.40.2-0 + +# SRCURL[0]="https://download.gnome.org/sources/gdk-pixbuf-xlib/2.40/gdk-pixbuf-xlib-2.40.2.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/fbd57e867e039a8cf9164d145c0f0434/gdk-pixbuf-xlib-2.40.2.tar.xz" + +#mee_extract() { +# bee_extract ${@} +#} + +#mee_patch() { +# bee_patch ${@} +#} + +mee_configure() { + bee_configure \ + --buildtype=release \ + --wrap-mode=nofallback \ + -Dgtk_doc=false +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#}