[oe] [PATCH] onboard: remove

2022-10-15 Thread Andreas Müller
* it has not seen notable activity for 5 years * it broke here 8 month ago: image folder is empty Signed-off-by: Andreas Müller --- ...ine-error-API-if-platform-does-not-h.patch | 67 --- .../recipes-support/onboard/onboard_1.4.1.bb | 29 2 files changed, 96 deletions

Re: [oe] [PATCH] Revert "onboard: Inherit setuptools3-base instead of setuptools3"

2022-10-14 Thread Andreas Müller
Looked into that more: onboard has not seen notable activity since 5 years so it should better go. Any compaints? P.S Think it was me who introduced it here and never thought it is that useful - so complaints from my side :) Andreas On Fri, Oct 14, 2022 at 8:30 PM Andreas Müller wrote

[oe] [PATCH] Revert "onboard: Inherit setuptools3-base instead of setuptools3"

2022-10-14 Thread Andreas Müller
Nothing is build/installed This reverts commit 9c0cbd1d8f2f4d7370dfd2be747efd5014f539fa. --- meta-gnome/recipes-support/onboard/onboard_1.4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb

[oe] [PATCH] octave: upgrade 7.1.0 -> 7.2.0

2022-09-12 Thread Andreas Müller
* Fixes build with glibc 2.36 [1] * Changelog found at [2] [1] https://savannah.gnu.org/bugs/?62750 [2] https://octave.org/news/release/2022/07/28/octave-7.2.0-released.html Signed-off-by: Andreas Müller --- .../octave/{octave_7.1.0.bb => octave_7.2.0.bb} | 2 +- 1 file chan

[oe] [PATCH] glmark2: Build with meson

2022-07-09 Thread Andreas Müller
Building with waf fails here with: | /bin/sh: line 1: /usr/bin/wayland-scanner: No such file or directory | | /bin/sh: line 1: /usr/bin/wayland-scanner: No such file or directory Signed-off-by: Andreas Müller --- ...b-fix-compatibility-with-python-3.11.patch | 76

Re: [oe] [meta-networking][PATCH 3/5] networkmanager: use nftables by default

2022-06-11 Thread Andreas Müller
On Tue, Jun 7, 2022 at 7:26 PM Adrian Freihofer wrote: > > Hi Andreas > > Good question. I changed it back and forth before I sent it to the > mailing list. I finally changed it to the NetworkManager defaults (they > changed it a few versions ago). I think it can easily be changed back. > And

Re: [oe] [meta-networking][PATCH 3/5] networkmanager: use nftables by default

2022-06-07 Thread Andreas Müller
Hi Adrian, just out of curiosity: Why do you suggest to prefer nftables over iptables? Andreas On Tue, Jun 7, 2022 at 12:01 AM Adrian Freihofer wrote: > > From NEWS file of netowrkmanager 1.32: > > firewall: add nftables firewall backend for configuring IPv4 NAT with > shared mode. Now two

Re: [oe] [meta-oe][PATCH 1/2] atkmm: Allow build with wayland

2022-04-26 Thread Andreas Müller
On Tue, Apr 26, 2022 at 5:12 PM Khem Raj wrote: Thanks. Just a minor nit: Could you change commit message to 'atkmm: Allow build with wayland only' because it builds fine with wayland & x11 Andreas > > Signed-off-by: Khem Raj > Cc: Andreas Müller > --- > meta-oe/reci

[oe] [PATCH] gnome-shell-extensions: Stop copying gnome-classic session to wayland

2022-04-17 Thread Andreas Müller
y ship two wayland sessions but now I do not understand why there are two: Sessions (Try)Exec are identical - only displayed texts are different. Maybe it's for gdm's sake which I never used so far. Signed-off-by: Andreas Müller --- .../gnome-shell/gnome-shell-extensions_42.0.bb | 6

[oe] [PATCH 1/2] libgweather4: Fix introspection build

2022-04-16 Thread Andreas Müller
: Module resource:///org/gnome/shell/ui/init.js threw an exception | raspberrypi4-64 gnome-shell[4698]: JS ERROR: Error: Requiring GWeather, version 4.0: Typelib file for namespace 'GWeather', version '4.0' not found Signed-off-by: Andreas Müller --- ...w-building-gir-in-cross-environments.patch

[oe] [PATCH 2/2] gjs: Add cairo to DEPENDS unconditionally

2022-04-16 Thread Andreas Müller
/shell/ui/init.js threw an exception | raspberrypi4-64 systemd[2783]: org.gnome.Shell@wayland.service: Failed with result 'protocol'. | raspberrypi4-64 systemd[2783]: Failed to start GNOME Shell on Wayland. Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/gjs/gjs_1.72.0.bb | 2 +- 1

[oe] [PATCH 0/2] Make gnome-shell sessions fly again

2022-04-16 Thread Andreas Müller
Andreas Müller (2): libgweather4: Fix introspection build gjs: Add cairo to DEPENDS unconditionally meta-gnome/recipes-gnome/gjs/gjs_1.72.0.bb| 2 +- ...w-building-gir-in-cross-environments.patch | 33 +++ .../libgweather/libgweather4_4.0.0.bb | 7 ++-- 3 files

[oe] [PATCH 2/2] gnome-settings-daemon: upgrade 41.0 -> 42.1

2022-04-15 Thread Andreas Müller
- Multiple MPRIS fixes Power: - Do not print an error for failures from realpath XSettings: - Support new "high-contrast" setting Signed-off-by: Andreas Müller --- ...positional-i18n.merge_file-arguments.patch | 40 --- ..._41.0.bb => gnome-settings-daemon_42.1.bb} | 7

[oe] [PATCH 1/2] gnome-backgrounds: upgrade 41.0 -> 42.0

2022-04-15 Thread Andreas Müller
ntal wallpapers in light and dark variants - updated guidelines Signed-off-by: Andreas Müller --- .../gnome-backgrounds_41.0.bb | 21 --- .../gnome-backgrounds_42.0.bb | 16 ++ 2 files changed, 16 insertions(+), 21 deletions(-) delete mode 10

[oe] [PATCH 2/2] gnome-bluetooth: Add PACKAGECONFIG pulseaudio and filter by distro-feature

2022-04-12 Thread Andreas Müller
Logs create wallpapers of warnings/errors without pulseaudio bluetooth modules in image. Signed-off-by: Andreas Müller --- .../gnome-bluetooth/gnome-bluetooth_42.0.bb | 11 +++ 1 file changed, 11 insertions(+) diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome

[oe] [PATCH 1/2] gnome-bluetooth: rename recipes to avoid suffix in future

2022-04-12 Thread Andreas Müller
We have two gnome-bluetooths: * 3.34.5: This will deprecate so add suffix and name it gnome-bluetooth3 * 42.0: This is the future of gnome-bluetooth so name it as such Signed-off-by: Andreas Müller --- ...1-build-Fix-build-for-newer-versions-of-meson.patch | 0 ...-bluetooth_3.34.5.bb

[oe] [PATCH 15/15] gnome-bluetooth: avoid clashes with gnome-bluetooth4

2022-04-12 Thread Andreas Müller
* gnome-bluetooth and gnome-bluetooth4 install bluetooth-sendto. Prefer gnome-bluetooth4's bluetooth-sendto. * For those still relying on gnome-bluetooth - in this layer gnome-flashback only - offer gnome-bluetooth4's bluetooth-sendto Signed-off-by: Andreas Müller --- .../gnome-bluetooth

[oe] [PATCH 14/15] packagegroup-gnome-desktop: replace gnome-bluetooth by gnome-bluetooth4

2022-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-support/packagegroups/packagegroup-gnome-desktop.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-desktop.bb b/meta-gnome/recipes-support/packagegroups/packagegroup

[oe] [PATCH 13/15] gnome-shell: fix bluetooth PACKAGECONFIG

2022-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/gnome-shell/gnome-shell_42.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_42.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_42.0.bb index f54d966c7

[oe] [PATCH 12/15] zenity: upgrade 3.41.0 -> 3.42.0

2022-04-12 Thread Andreas Müller
Zenity 3.42.0 - tree: Clicking row checks radio/checkboxes (Logan Rathbone) - Fix search column selection with --imagelist (Janne Pulkkinen) - Translation updates Signed-off-by: Andreas Müller --- .../recipes-gnome/zenity/{zenity_3.41.0.bb => zenity_3.42.0.bb} | 2 +- 1 file changed

[oe] [PATCH 11/15] sysprof: upgrade 3.42.1 -> 3.44.0

2022-04-12 Thread Andreas Müller
allocation leaks section to memprof. * Fix preloading of speedtrack * Fix capture of mapped path names with spaces * Translation updates Signed-off-by: Andreas Müller --- .../sysprof/{sysprof_3.42.1.bb => sysprof_3.44.0.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ren

[oe] [PATCH 10/15] network-manager-applet: upgrade 1.24.0 -> 1.24.0

2022-04-12 Thread Andreas Müller
e VPN page. * Internal improvements. * Update translations. Signed-off-by: Andreas Müller --- ...on.build-address-meson-0.61-failures.patch | 31 --- 0.bb => network-manager-applet_1.26.0.bb} | 3 +- 2 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 meta-

[oe] [PATCH 09/15] libportal: upgrade 0.5 -> 0.6

2022-04-12 Thread Andreas Müller
* Documentation improvements * CI improvements Signed-off-by: Andreas Müller --- .../libportal/{libportal_0.5.bb => libportal_0.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-gnome/recipes-gnome/libportal/{libportal_0.5.bb => libportal_0.6.bb} (90%) diff --git

[oe] [PATCH 08/15] ibus: upgrade 1.5.23+ -> 1.5.26

2022-04-12 Thread Andreas Müller
engines /w dialog 5322c44 * Update simple.xml 5012b69 * Add CI 30a3641 * Fix arguments in GLib.DBusSignalCallback for Vala 0.50 dd4cc5b * Fix to build emoji-*.dict in CLDR 38 aa558de * Fix build environments 02338ce 5d68b00 29959e1 Signed-off-by: Andreas Müller --- meta-gnome/recipes-support/ibus

[oe] [PATCH 07/15] gthumb: upgrade 3.12.0 -> 3.12.2

2022-04-12 Thread Andreas Müller
tka) * cli: mention that user can open files and/or directories. (#167) Translations Signed-off-by: Andreas Müller --- ...001-LINGUAS-removed-duplicated-entry.patch | 23 --- .../{gthumb_3.12.0.bb => gthumb_3.12.2.bb}| 3 +-- 2 files changed, 1 insertion(+), 25 del

[oe] [PATCH 06/15] gnome-shell-extensions: upgrade 41.1 -> 42.0

2022-04-12 Thread Andreas Müller
libadwaita for preferences [Florian; !209, !213] * Adapt to Clutter grab API changes [Florian; !212] * Misc. bug fixes and cleanups [Jan, Florian; !210, !214] Signed-off-by: Andreas Müller --- ...-unused-argument-for-i18n.merge_file.patch | 30 --- ...41.1.bb => gnome-sh

[oe] [PATCH 05/15] gnome-session: upgrade 41.3 -> 42.0

2022-04-12 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../{gnome-session_41.3.bb => gnome-session_42.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-session/{gnome-session_41.3.bb => gnome-session_42.0.bb} (91%) diff --git a/meta-gnome/recipes

[oe] [PATCH 04/15] gnome-panel: upgrade 3.42.0 -> 3.44.0

2022-04-12 Thread Andreas Müller
Version 3.44.0 == - Updated translations. Version 3.43.1 == - Port to GWeather 4. (#38) - Updated translations. Signed-off-by: Andreas Müller --- .../{gnome-panel_3.42.0.bb => gnome-panel_3.44.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

[oe] [PATCH 03/15] gnome-flashback: upgrade 3.42.1 -> 3.44.0

2022-04-12 Thread Andreas Müller
Version 3.44.0 == - Updated translations. Version 3.43.1 == - Changes/fixes to monitor manager from mutter. - Add media keys manager (to restore screenshot keybindings). - Updated translations. Signed-off-by: Andreas Müller --- .../{gnome-flashback_3.42.1.bb => gn

[oe] [PATCH 01/15] libnma: upgrade 1.8.36 -> 1.8.38

2022-04-12 Thread Andreas Müller
libnma-gtk4 version of mobile-wizard. Signed-off-by: Andreas Müller --- .../libnma/{libnma_1.8.36.bb => libnma_1.8.38.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-connectivity/libnma/{libnma_1.8.36.bb => libnma_1.8.38.bb} (92%) diff

[oe] [PATCH 02/15] gnome-control-center: upgrade 41.2 -> 42.0

2022-04-12 Thread Andreas Müller
loading Wacom - Bring back empty state Signed-off-by: Andreas Müller --- ...001-Add-meson-option-to-pass-sysroot.patch | 10 +- ...-unused-argument-for-i18n.merge_file.patch | 504 -- ...r_41.2.bb => gnome-control-center_42.0.bb} | 9 +- 3 files changed, 8 insertions(+),

[oe] [PATCH 5/5] gnome-shell: upgrade 41.2 -> 42.0

2022-04-10 Thread Andreas Müller
* Backported patch can go * Adding gtk-icon-cache unveiled a misconception: DEPENDS overwrote those added by inherit Signed-off-by: Andreas Müller --- ...s-gjs_path-to-optionally-set-path-to.patch | 20 ++--- ...-build-Drop-incorrect-positional-arg.patch | 81 --- ...nome

[oe] [PATCH 4/5] mutter: upgrade 41.2 -> 42.0

2022-04-10 Thread Andreas Müller
://download.gnome.org/sources/mutter/42/mutter-42.rc.news [6] https://download.gnome.org/sources/mutter/42/mutter-42.0.news Signed-off-by: Andreas Müller --- .../recipes-gnome/mutter/{mutter_41.2.bb => mutter_42.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-gn

[oe] [PATCH 2/5] xfce4-eyes-plugin: upgrade 4.5.1 -> 4.6.0

2022-04-10 Thread Andreas Müller
Release notes for 4.6.0 === - Add Chibi theme (!4) - Small code improvements - Translation Updates Signed-off-by: Andreas Müller --- .../{xfce4-eyes-plugin_4.5.1.bb => xfce4-eyes-plugin_4.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-x

[oe] [PATCH 1/5] octave: add PACKAGECONFIG for (Qt-)gui - disabled by default

2022-04-10 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-devtools/octave/octave_6.4.0.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-devtools/octave/octave_6.4.0.bb b/meta-oe/recipes-devtools/octave/octave_6.4.0.bb index a7ff84fad..a5b00ece8 100644 --- a/meta-oe/recipes

[oe] [PATCH 3/5] gnome-online-accounts: upgrade 3.43.1 -> 3.44.0

2022-04-10 Thread Andreas Müller
Overview of changes in 3.44.0 = * Bugs fixed: !69 Add .gitlab-ci.yml !70 Update Fedora logo !78 Silence -Wincompatible-pointer-types with GCC 11 * Updated translations Signed-off-by: Andreas Müller --- ...nline-accounts_3.43.1.bb => gnome-online-accounts_3.44.0

[oe] [PATCH 1/3] evolution-data-server: re-enable gobject-introspection

2022-04-04 Thread Andreas Müller
Tested on glibc/aarch64 after recent update. Signed-off-by: Andreas Müller --- .../recipes-gnome/evolution-data-server/evolution-data-server.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb b/meta-gnome/recipes-gnome

[oe] [PATCH 2/3] jack: upgrade 1.19.19 -> 1.19.20

2022-04-04 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...ts-Use-c-compiler-for-jack_simdtests.patch | 37 --- .../jack/{jack_1.19.19.bb => jack_1.19.20.bb} | 6 +-- 2 files changed, 2 insertions(+), 41 deletions(-) delete mode 100644 meta-oe/recipes-multimedia/jack/jack/0001-example-clients-Us

[oe] [PATCH 3/3] fluidsynth: upgrade 2.2.4 -> 2.2.6

2022-04-04 Thread Andreas Müller
after ALL_CRTL_OFF (#1050) * Prevent Modulation Envelope from being stuck in decay phase, causing detuned voices and potentially other audible glitches for some soundfonts (#1059) * Fix a compilation issue with recent glib (#1063, thanks to @devingryu) Signed-off-by: Andreas Müller --- .../r

[oe] [PATCH] upower: fix location of udev-rules with sysvinit

2022-04-04 Thread Andreas Müller
/rules.d/95-upower-wup.rules To avoid, set udevrulesdir explicitly for non-systemd builds. Signed-off-by: Andreas Müller --- Please note that this was not tested with sysvinit - just added -Dudevrulesdir=.. to EXTRA_OEMESON and checked build. Wasting build time and energy (yes kWh) in sysvinit

[oe] [PATCH 19/19][V2] yelp: upgrade 41.2 -> 42.1

2022-04-03 Thread Andreas Müller
) * Stop building the gtk-docs, because they are unused (Shaun McCance) Signed-off-by: Andreas Müller --- V1 -> V2: libhandy dependency was not committed meta-gnome/recipes-gnome/yelp/{yelp_41.2.bb => yelp_42.1.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-gnome/recipes

[oe] [PATCH 19/19] yelp: upgrade 41.2 -> 42.1

2022-04-03 Thread Andreas Müller
) * Stop building the gtk-docs, because they are unused (Shaun McCance) Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/yelp/{yelp_41.2.bb => yelp_42.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/yelp/{yelp_41.2.bb => yelp_42.1.bb} (88%)

[oe] [PATCH 17/19] yelp-xsl: upgrade 41.1 -> 42.0

2022-04-03 Thread Andreas Müller
42.0 * No changes since beta, stable release only 42.beta === * Fix topic and section links in Mallard stack files * Avoid use of global l10n.locale parameter * Updated translations Signed-off-by: Andreas Müller --- .../recipes-gnome/yelp/{yelp-xsl_41.1.bb => yelp-xsl_42.0.bb}

[oe] [PATCH 18/19] yelp-tools: upgrade 41.0 -> 42.0

2022-04-03 Thread Andreas Müller
42.beta === * yelp.m4: Avoid argument list too long error when cleaning (Dan Nicholson) Signed-off-by: Andreas Müller --- .../yelp/{yelp-tools_41.0.bb => yelp-tools_42.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/yelp/{y

[oe] [PATCH 16/19] gnome-font-viewer: upgrade 41.0 -> 42.0

2022-04-03 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...01-Fix-meson-build-with-meson-0.60.0.patch | 40 --- ...ewer_41.0.bb => gnome-font-viewer_42.0.bb} | 7 ++-- 2 files changed, 3 insertions(+), 44 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer/0

[oe] [PATCH 15/19] gnome-bluetooth4: initial add 42.0

2022-04-03 Thread Andreas Müller
It does not conflict with gnome-bluetooth and is a reqiurement of upcoming gnome-control-center 42.0 Signed-off-by: Andreas Müller --- .../gnome-bluetooth/gnome-bluetooth4_42.0.bb | 36 +++ 1 file changed, 36 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome

[oe] [PATCH 12/19] gnome-desktop: upgrade 41.2 -> 42.0

2022-04-03 Thread Andreas Müller
input method for zh_HK - Translation updates Version 42.alpha.1 - build: fix soversion in libgnome-desktop-4 Signed-off-by: Andreas Müller --- ...son.build-Disable-libseccomp-for-all-archs.patch | 10 +- ...{gnome-desktop_41.2.bb => gnome-desktop_42.0.bb} |

[oe] [PATCH 14/19] upower: upgrade 0.99.13 -> 0.99.17 / build with mesom

2022-04-03 Thread Andreas Müller
alias when it changes (#169) No info for 0.99.14 Signed-off-by: Andreas Müller --- .../recipes-support/upower/upower_0.99.13.bb | 38 .../recipes-support/upower/upower_0.99.17.bb | 44 +++ 2 files changed, 44 insertions(+), 38 deletions(-) delete mode 100644

[oe] [PATCH 13/19] libnma: upgrade 1.8.34 -> 1.8.36

2022-04-03 Thread Andreas Müller
mpty 802.1x domain for EAP TLS. * The GtkBuilder files for Gtk4 are now included in the release tarball. Signed-off-by: Andreas Müller --- .../libnma/{libnma_1.8.34.bb => libnma_1.8.36.bb} | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) rename meta-gnome/recipes-conne

[oe] [PATCH 11/19] gnome-calendar 41.2 -> 42.0

2022-04-03 Thread Andreas Müller
in 41.beta: * Port to GTK4 * Rewrite the Year view to be a month nagivator * Various improvements to timezone handling * Update Ctrl+1/2/3 shortcuts to use Alt instead Signed-off-by: Andreas Müller --- ...01-meson.build-fix-meson-0.61-builds.patch | 23 --- ...alendar_41.2.bb

[oe] [PATCH 10/19] libgweather4: initial add 4.0.0

2022-04-03 Thread Andreas Müller
* it can be installed in parallel to libgweather * upcoming upgrade of gnome-calendar requires it Signed-off-by: Andreas Müller --- .../libgweather/libgweather4_4.0.0.bb | 31 +++ 1 file changed, 31 insertions(+) create mode 100644 meta-gnome/recipes-gnome/libgweather

[oe] [PATCH 09/19] gnome-calculator upgrade 41.1 -> 42-0

2022-04-03 Thread Andreas Müller
to be always LTR #258 (Yosef Or Boczko) * Use AdwApplication (Alexander Mikhaylenko) * ui: Fix styles !105 (Alexander Mikhaylenko) Signed-off-by: Andreas Müller --- ...gnome-calculator_41.1.bb => gnome-calculator_42.0.bb} | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) rename m

[oe] [PATCH 08/19] gfbgraph: upgrade 0.2.4 -> 0.2.5

2022-04-03 Thread Andreas Müller
= LibGFBGraph 0.2.5 = The changes include: - Fix CVE-2021-39358 by forcing TLS certificate validation by Douglas R. Reno. - Temporarily disable testcases by Leesoo Ahn. Signed-off-by: Andreas Müller --- .../0001-Update-rest-requirement-to-rest-1.0.patch | 14

[oe] [PATCH 06/19] gdm: upgrade 41.0 -> 42.0

2022-04-03 Thread Andreas Müller
crash - Drop vestigial gdm-pin service - XDMCP fixes - Wayland nvidia udev updates - Translation updates Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/gdm/{gdm_41.0.bb => gdm_42.0.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-gnome/recipes-gnome/

[oe] [PATCH 07/19] gedit: upgrade 41.0 -> 42.0

2022-04-03 Thread Andreas Müller
News in 42.0, 2022-04-01 * Rename display name back to gedit * Build fix * Translation updates Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/gedit/{gedit_41.0.bb => gedit_42.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gn

[oe] [PATCH 04/19] evolution-data-server: upgrade 3.43.1 -> 3.44.0

2022-04-03 Thread Andreas Müller
/evolution-data-server-3.43.2.news Signed-off-by: Andreas Müller --- .../evolution-data-server/evolution-data-server.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc b/meta-gnome/recipes

[oe] [PATCH 05/19] file-roller: upgrade 3.40.0 -> 3.42.0

2022-04-03 Thread Andreas Müller
* No news for 3.42.0 version 3.41.90 --- This is a Beta release Bugs fixed: * Enable add button on select all (#129) * Support GNOME 42 dark style preference (!58) Signed-off-by: Andreas Müller --- .../{file-roller_3.40.0.bb => file-roller_3.42.0.bb} | 3 ++- 1 f

[oe] [PATCH 02/19] colord-gtk: upgrade 0.2.0 -> 0.3.0

2022-04-03 Thread Andreas Müller
Add PACKAGECONFIGs for gtk3 and gtk4 - both enabled by default Signed-off-by: Andreas Müller --- .../{colord-gtk_0.2.0.bb => colord-gtk_0.3.0.bb} | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) rename meta-gnome/recipes-support/colord-gtk/{colord-gtk_0.2.0.bb =>

[oe] [PATCH 01/19] accountsservice: upgrade 0.6.55 -> 22.08.8

2022-04-03 Thread Andreas Müller
* backported patch can go * adjust systemd options Signed-off-by: Andreas Müller --- .../0001-Fix-build-with-meson-0.60.patch | 29 --- .../0001-musl-Hack-to-fix-build.patch | 18 +++- ...e_0.6.55.bb => accountsservice_22.08.8.bb} | 11 +++ 3 fi

[oe] [PATCH 03/19] evince: upgrade 41.4 -> 42.1

2022-04-03 Thread Andreas Müller
* Backported patch can go * Release notes are huge. For details check 'news'-links in [1] [1] https://download.gnome.org/sources/evince/42/ Signed-off-by: Andreas Müller --- ...e-incorrect-args-for-i18n.merge_file.patch | 52 --- .../evince/{evince_41.4.bb => evince_42.1

Re: [oe] [PATCH 05/15] orage: enable notify PACKAGECONFIG by default

2022-04-02 Thread Andreas Müller
On Sat, Apr 2, 2022 at 2:30 AM Khem Raj wrote: > > > > On 4/1/22 3:36 PM, Andreas Müller wrote: > > Trying to eliminate libnotify does not make sense: XFCE images should > > contain > > xfce4-notifyd which depend upon libnotify unconditionally > &g

[oe] [PATCH 14/15] Allow several components notification

2022-04-01 Thread Andreas Müller
unconditionally. Signed-off-by: Andreas Müller --- .../recipes-panel-plugins/places/xfce4-places-plugin_1.8.1.bb | 2 +- .../pulseaudio/xfce4-pulseaudio-plugin_0.4.3.bb | 2 +- .../recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.4.3.bb | 1 + meta-xfce/recipes-xfce/thunar

[oe] [PATCH 15/15] Add me back to maintainers list

2022-04-01 Thread Andreas Müller
Created this layer a decade ago and love it still :) Signed-off-by: Andreas Müller --- meta-xfce/README | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-xfce/README b/meta-xfce/README index 1e9acc471..3d6158628 100644 --- a/meta-xfce/README +++ b/meta-xfce/README @@ -19,3 +19,4 @@ When

[oe] [PATCH 13/15] xfce4-sensors-plugin: upgrade 1.4.2 -> 1.4.3

2022-04-01 Thread Andreas Müller
Release notes for 1.4.3 === - Fix translations not showing in the GUI - Use locale-independent floats in configuration files - Translation Updates Signed-off-by: Andreas Müller --- ...e4-sensors-plugin_1.4.2.bb => xfce4-sensors-plugin_1.4.3.bb} | 2 +- 1 file changed

[oe] [PATCH 12/15] xfce4-screenshooter: upgrade 1.9.9 -> 1.9.10

2022-04-01 Thread Andreas Müller
) - Update to description and addition of donate and translate links - Replace link to bugzilla with gitlab (!25) - Translation Updates Signed-off-by: Andreas Müller --- ...ce4-screenshooter_1.9.9.bb => xfce4-screenshooter_1.9.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-x

[oe] [PATCH 11/15] xfce4-notifyd: upgrade 0.6.2 -> 0.6.3

2022-04-01 Thread Andreas Müller
subtitle - Fix multiple memory issues (!11) - Translation Updates Signed-off-by: Andreas Müller --- .../{xfce4-notifyd_0.6.2.bb => xfce4-notifyd_0.6.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-xfce/recipes-apps/xfce4-notifyd/{xfce4-notifyd_0.6.2.bb =>

[oe] [PATCH 10/15] xfce4-diskperf-plugin: upgrade 2.6.3 -> 2.7.0

2022-04-01 Thread Andreas Müller
- Update README - Reformat copyright notices - Update configuration files - Fix compilation warnings - Code cleanups - Translation Updates Signed-off-by: Andreas Müller --- ...-diskperf-plugin_2.6.3.bb => xfce4-diskperf-plugin_2.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ren

[oe] [PATCH 09/15] xfce4-cpugraph-plugin: upgrade 1.2.5 -> 1.2.6

2022-04-01 Thread Andreas Müller
Release notes for 1.2.6 === - Fix translations not showing in the GUI - Don't save some defaults to configuration files - Fix visibility of the associated-command configuration - Update configure.ac.in syntax - Translation Updates Signed-off-by: Andreas Müller

[oe] [PATCH 08/15] xfce4-cpufreq-plugin: upgrade 1.2.5 -> 1.2.7

2022-04-01 Thread Andreas Müller
required xdt-autogen version to 4.14.0 - Update configure.ac.in syntax - Update and sort the list of authors - Manually update %d to %zu in translations - Translation Updates Signed-off-by: Andreas Müller --- ...e4-cpufreq-plugin_1.2.5.bb => xfce4-cpufreq-plugin_1.2.7.bb} | 2 +- 1 file chan

[oe] [PATCH 05/15] orage: enable notify PACKAGECONFIG by default

2022-04-01 Thread Andreas Müller
Trying to eliminate libnotify does not make sense: XFCE images should contain xfce4-notifyd which depend upon libnotify unconditionally Signed-off-by: Andreas Müller --- meta-xfce/recipes-apps/orage/orage_4.16.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xfce

[oe] [PATCH 07/15] xarchiver: upgrade 0.5.4.14 -> 0.5.4.17

2022-04-01 Thread Andreas Müller
License checksum change was caused by polishing [1] [1] https://github.com/ib/xarchiver/commit/e2c0306091d66afba9e032ae3f47bcb271c0763e Signed-off-by: Andreas Müller --- meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[oe] [PATCH 06/15] ristretto: upgrade 0.12.1 -> 0.12.2

2022-04-01 Thread Andreas Müller
- Thumbnailer: Properly set the number of visible items - Take the device scale into account to limit rendering quality - Avoid multi-threading issue with X11 (#76) - Translation Updates Signed-off-by: Andreas Müller --- .../ristretto/{ristretto_0.12.1.bb => ristretto_0.12.2.bb} | 2 +-

[oe] [PATCH 03/15] xfce4-terminal: upgrade 0.8.10 -> 1.0.0

2022-04-01 Thread Andreas Müller
move unnecessary function call (!24) Temporary changes (will be changed before the final release): - Add a "Do not warn me again" checkbox for the "Unsafe Paste" dialog (Issue #129) Translation Updates Signed-off-by: Andreas Müller --- .../{xfce4-terminal_0.8.10.bb => xfc

[oe] [PATCH 04/15] orage: upgrade 4.12.1 -> 4.16.0

2022-04-01 Thread Andreas Müller
d code removal - Removed outdated is_utc, libical uses UTC timezone. This patch allows to use libical 3.0 - Updated with 'Ical week start day' issue - Fixed: "'Ical week start day' configuration parameter is ignored". Issue #5 - Changed version number to 4.15.2 - Translation Updates Signed

[oe] [PATCH 01/15] octave: upgrade 4.4.1 -> 6.4.0 and overhaul recipe

2022-04-01 Thread Andreas Müller
Complete rework of recipe was done with two targets in mind: * Do not disappoint users on this project - it is a treasure for mathians * Do not over-complicate recipe unnecessarily Signed-off-by: Andreas Müller --- .../recipes-devtools/octave/octave_4.4.1.bb | 40 -- .../recipes

[oe] [PATCH 02/15] mousepad: upgrade 0.5.8 -> 0.5.9

2022-04-01 Thread Andreas Müller
GCC static analyzer - Search: Do not delay the search when the text changes - Translation Updates Signed-off-by: Andreas Müller --- .../mousepad/{mousepad_0.5.8.bb => mousepad_0.5.9.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes

Re: [oe] [meta-gnome][PATCH] gnome-commander: Fix build with clang

2022-03-31 Thread Andreas Müller
On Fri, Apr 1, 2022 at 6:22 AM Khem Raj wrote: > > Add a patch to fix it while glib-2.0 is resolving the issue Thanks for this. Does this build for clang/gnu? I had thought that the glib2/atomic issue was not the only one... Andreas > > Signed-off-by: Khem Raj > Cc:

[oe] [PATCH 2/2] gnome-commander: Force gcc(-runtime)

2022-03-31 Thread Andreas Müller
clang/llvm cause multiple issues and it is not upon us to fix them Signed-off-by: Andreas Müller --- .../recipes-gnome/gnome-commander/gnome-commander_1.14.2.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-gnome/recipes-gnome/gnome-commander/gnome-commander_1.14.2.bb b/meta

[oe] [PATCH 1/2] gnome-text-editor: Fix build on clang

2022-03-31 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...ot-set-c_std-gnu17-as-default-it-bre.patch | 35 +++ .../gnome-text-editor_42.0.bb | 1 + 2 files changed, 36 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor/0001-meson.build-Do

Re: [oe] [PATCH 2/6] gnome-commander: initial add 1.14.2

2022-03-31 Thread Andreas Müller
On Thu, Mar 31, 2022 at 6:09 PM Khem Raj wrote: > > seeing this build failure on arm64 ( I use clang ) > > | In file included from > ../../../gnome-commander-1.14.2/src/intviewer/searcher.cc:27: > | In file included from > ../../../gnome-commander-1.14.2/src/intviewer/libgviewer.h:40: > | In file

Re: [oe] [PATCH 6/6] gnome-text-editor: initial add 42.0

2022-03-31 Thread Andreas Müller
On Thu, Mar 31, 2022 at 7:06 PM Khem Raj wrote: > > On Thu, Mar 31, 2022 at 10:00 AM Andreas Müller > wrote: > > > > On Thu, Mar 31, 2022 at 6:00 PM Khem Raj wrote: > > > > > > getting this error > > > > > > Build started at 2022-0

Re: [oe] [PATCH 6/6] gnome-text-editor: initial add 42.0

2022-03-31 Thread Andreas Müller
On Thu, Mar 31, 2022 at 6:00 PM Khem Raj wrote: > > getting this error > > Build started at 2022-03-31T15:52:29.098624 > Main binary: > /mnt/b/yoe/master/build/tmp/work/cortexa72-yoe-linux/gnome-text-editor/42.0-r0/recipe-sysroot-native/usr/bin/nativepython3 > Build Options: -Dprefix=/usr

[oe] [PATCH 6/6] gnome-text-editor: initial add 42.0

2022-03-31 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../gnome-text-editor_42.0.bb | 27 +++ .../packagegroups/packagegroup-gnome-apps.bb | 1 + 2 files changed, 28 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_42.0.bb diff --git

[oe] [PATCH 5/6] gtksourceview5: upgrade 5.2.0 -> 5.4.0

2022-03-31 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../{gtksourceview5_5.2.0.bb => gtksourceview5_5.4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-gnome/recipes-gnome/gtksourceview/{gtksourceview5_5.2.0.bb => gtksourceview5_5.4.0.bb} (83%) diff --git a/meta-gnome/r

[oe] [PATCH 3/6] gtk4: upgrade 4.4.0 -> 4.6.2

2022-03-31 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-gnome/gtk4/{gtk4_4.4.0.bb => gtk4_4.6.2.bb}| 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta-gnome/recipes-gnome/gtk4/{gtk4_4.4.0.bb => gtk4_4.6.2.bb} (95%) diff --git a/meta-gnome/recipes-gnome/gtk4/gtk4_4.4.0.bb

[oe] [PATCH 4/6] libadwaita: initial add 1.1.0

2022-03-31 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../libadwaita/libadwaita_1.1.0.bb| 25 +++ 1 file changed, 25 insertions(+) create mode 100644 meta-gnome/recipes-gnome/libadwaita/libadwaita_1.1.0.bb diff --git a/meta-gnome/recipes-gnome/libadwaita/libadwaita_1.1.0.bb b/meta

[oe] [PATCH 1/6] nautilus: Add a packageconfig for libpoertal - disabled by default

2022-03-31 Thread Andreas Müller
* Accessing flatpack portals is an option and not mandatory * Build tested on & off Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/nautilus/nautilus_42.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_42.0.bb b/

[oe] [PATCH 2/6] gnome-commander: initial add 1.14.2

2022-03-31 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../gnome-commander/gnome-commander_1.14.2.bb | 22 +++ .../packagegroups/packagegroup-gnome-apps.bb | 1 + 2 files changed, 23 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome-commander/gnome-commander_1.14.2.bb diff --git

Re: [oe] [meta-gnome][PATCH] gjs: update; customize dependencies

2022-03-03 Thread Andreas Müller
On Thu, Mar 3, 2022 at 4:12 PM Markus Volk wrote: > > > What about gnome-shell - or why go backwards? > That is correct. Since I'm not building it, I didn't notice that > gnome-shell now also uses gtk4. For me, gjs was the only recipe that > included gtk4. > > But since it is only needed for

Re: [oe] [meta-gnome][PATCH] gjs: update; customize dependencies

2022-03-03 Thread Andreas Müller
On Thu, Mar 3, 2022 at 8:32 AM Markus Volk wrote: > > gjs seems to be the only gnome recipe to be built against gtk4. Align this to > the > rest of the universe. What about gnome-shell - or why go backwards? > > Update mozjs dependency to mozjs-91 since polkit also builds with it. Glad to see

Re: [oe] [meta-networking][PATCH 2/2] networkmanager: new configure options

2022-03-01 Thread Andreas Müller
> > And you promise to maintain this on future updates? > > It should not be that hard since it is what NetworkManager maintainers > do as well: > https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/contrib/fedora/rpm/NetworkManager.spec > > The use case is about supporting

[oe] [PATCH 3/3] gnome-shell-extensions: Fix build with latest meson

2022-03-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...-unused-argument-for-i18n.merge_file.patch | 30 +++ .../gnome-shell-extensions_41.1.bb| 1 + 2 files changed, 31 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions/0001-meson-Drop

[oe] [PATCH 2/3] gnome-tweaks: Fix build on latest meson

2022-03-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...eson-fix-invalid-positional-argument.patch | 33 +++ .../gnome-tweaks/gnome-tweaks_40.0.bb | 5 ++- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0002-meson

[oe] [PATCH 1/3] vlc: upgrade 3.0.12 -> 3.0.17-1 to fix build with ffmpeg5

2022-03-01 Thread Andreas Müller
* Tarballs are not (yet) avaliable -> get sources from git * bison-native is required for yacc conversion * yacc conversion is a not easy to read and not prepared for out of tree build To get around, use autotools-brokensep Signed-off-by: Andreas Müller --- .../vlc/{vlc_3.0.12

Re: [oe] [meta-networking][PATCH 2/2] networkmanager: new configure options

2022-03-01 Thread Andreas Müller
On Tue, Mar 1, 2022 at 5:13 PM Adrian Freihofer wrote: > > - Allow to compile nmcli with libedit (alternative to gplv3 readline) > - Support iwd as well as wpa-supplicant for wifi > - Make vala build-time dependency optional > - Split all plugins into packages. By default all packages are

Re: [oe] [meta-networking][PATCH 1/2] networkmanager: switch to meson and git

2022-03-01 Thread Andreas Müller
On Tue, Mar 1, 2022 at 9:22 PM Adrian Freihofer wrote: > > On Tue, 2022-03-01 at 19:40 +0100, Andreas Müller wrote: > > On Tue, Mar 1, 2022 at 5:13 PM Adrian Freihofer > > wrote: > > > > > > - Switch to meson build-system > > > - Switch to git dow

Re: [oe] [meta-networking][PATCH 1/2] networkmanager: switch to meson and git

2022-03-01 Thread Andreas Müller
On Tue, Mar 1, 2022 at 5:13 PM Adrian Freihofer wrote: > > - Switch to meson build-system > - Switch to git download (was not really possible with autotools) Why switch to git? Cheers Andreas -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

[oe] [PATCHv2] All layers: Follow oe-core's variable name changes

2022-02-23 Thread Andreas Müller
Auto rename performed by oe-core's convert-variable-renames.py 0.1 Signed-off-by: Andreas Müller --- .../recipes-gnome/tracker/tracker-miners_3.2.1.bb | 2 +- .../recipes-multimedia/musicpd/mpd_0.23.5.bb | 4 ++-- .../packagegroups/packagegroup-meta-multimedia.bb | 14

[oe] [PATCH] All layers: Follwo oe-core's variable name changes

2022-02-23 Thread Andreas Müller
Auto rename performed by oe-core's convert-variable-renames.py 0.1 Signed-off-by: Andreas Müller --- .../recipes-gnome/tracker/tracker-miners_3.2.1.bb | 2 +- .../recipes-multimedia/musicpd/mpd_0.23.5.bb | 4 ++-- .../packagegroups/packagegroup-meta-multimedia.bb | 14

Re: [oe] [meta-oe][PATCHv3 2/2] packagegroup-gnome-apps.bb: add geary

2022-01-23 Thread Andreas Müller
On Sun, Jan 23, 2022 at 1:04 PM Markus Volk wrote: > > Signed-off-by: Markus Volk Thanks Andreas -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95023): https://lists.openembedded.org/g/openembedded-devel/message/95023 Mute This Topic:

  1   2   3   4   5   6   7   8   9   10   >