Markus Volk
ee32d5f9a6
gnome-chess: import recipe
...
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-15 10:53:20 -08:00
Markus Volk
bc3b07dac0
webp-pixbuf-loader: add recipe
...
This adds a gdk-pixbuf loader for webp images. It fixes thumbnailing and
adds support for webp in e.g. gnome-viewer (eog).
gnome-background contains lots of webp images. The default wallpaper is
set to 'adwaita-d.webp' and gnome-shell fails to load it.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-15 10:53:20 -08:00
Wang Mingyu
be64633751
evolution-data-server-native: upgrade 3.46.2 -> 3.46.3
...
Changelog:
==========
Bug Fixes:
I#442 - e_util_change_uri_component: Reset default port when changing scheme
ews-I#208 - Prompting for password too often
Miscellaneous:
Fix a crash under source_registry_object_added_no_owner()
ESoupAuthBearer: Add debug prints
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:58 -08:00
Wang Mingyu
ca92054eaa
libadwaita: upgrade 1.2.0 -> 1.2.1
...
Changelog:
==========
- AdwActionRow
- Fix spacing after removing all prefixes/suffixes
- AdwAvatar
- Correctly redraw on custom image changes
- AdwEntryRow
- Respect use-markup property
- Fix error/warning/success styles
- Fix spacing after removing all prefixes/suffixes
- AdwExpanderRow
- Fix spacing after removing all prefixes/suffixes
- AdwFlap
- Fix natural width with fold-policy=never
- AdwMessageDialog
- Fix focus styles in RTL
- AdwPreferencesWindow
- Fix a memory leak
- AdwSplitButton
- Don't make dropdown insensitive when the button is
- AdwTabBar
- Fix focus handling
- Fix autoscroll for non-local drags
- AdwToastOverlay
- Clarify documentation
- AdwViewSwitcherBar
- Fix typos in examples
- AdwViewSwitcherTitle
- Fix typos in examples
- Stylesheet
- Fix GtkSpinButton inside toolbars
- Translation updates
- Abkhazian
- British English
- Croatian
- Friulian
- German
- Greek
- Hebrew
- Indonesian
- Persian
- Slovak
- Turkish
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:57 -08:00
Markus Volk
95847c9a1f
eog: add recipe
...
Add eyeofgnome as it is a good image viewer
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-08 13:55:20 -08:00
Markus Volk
9d8a2854a5
gnome-disk-utility: update 42.0 -> 43.0
...
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-08 13:55:20 -08:00
Mingli Yu
db2c7c4e51
gnome-photos: add opengl to REQUIRED_DISTRO_FEATURES
...
gnome-photos depends on libportal which needs opengl DISTRO_FEATURES,
so add the required DISTRO_FEATURES for gnome-photos.
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Mingli Yu
eaf675fa06
file-roller: add opengl to REQUIRED_DISTRO_FEATURES
...
file-roller depends on libportal which needs opengl DISTRO_FEATURE,
so add the required distro also for file-roller.
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Alex Stewart
b3ace96246
gvfs: obviate the ssh-client requirement for gvfs
...
The gvfs project meson configuration attempts to locate and resolve the
path to an ssh-client on the build host, then pass that full-path to the
gvfs sftp-backend as a constant string, to be used at runtime to fork
ssh subprocesses.
As a consequence, if the build machine's ssh client path differs from
the gvfs target's path - as is common for OE/buildroot builds - gvfs can
fail at runtime. Further, build machines cannot configure gvfs without
an ssh client, even though nothing *uses* the client during the build.
The .patch in this commit has been upstreamed with gvfs, and modifies
the configuration to instead pass the string-literal `ssh` to the sftp
backend. With this change, gvfs will instead rely on PATH-expansion to
locate the user's ssh-client at runtime.
This obviates the requirement that the build machine have an ssh-client.
Signed-off-by: Alex Stewart <alex.stewart@ni.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Markus Volk
40eed9a002
gnome:terminal add missing inherit meson
...
When testing Gnome recipes at runtime, I noticed that inherit meson was missing
and gnome-terminal was not compiled. Fix this
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Wang Mingyu
96e1bc6479
tepl: upgrade 6.2.0 -> 6.4.0
...
Changelog:
==========
* Build: simplify handling of library soversion.
* Add some new API (see the reference documentation).
* Some API breaks (see the reference documentation).
* Experiments to simplify GtkStack custom switcher implementations.
Moved the result to the attic/ directory.
* TeplView: add code from gedit: override delete_from_cursor vfunc.
In gedit it's for the Ctrl+D keybinding to delete the current line.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Markus Volk
08ca322486
xdg-desktop-portal-gtk: add recipe
...
- add it as denpendency for xdg-desktop-portal-gnome
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-04 17:13:22 -08:00
Markus Volk
bcdb6d18e7
gnome-shell: add runtime dependency on adwaita-icon-theme
...
This is needed to have icons and cursors visible by default
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-04 17:13:22 -08:00
Wang Mingyu
34dde984b8
network-manager-applet: upgrade 1.26.0 -> 1.30.0
...
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-04 15:33:58 -08:00
Martin Jansa
84ffd15cd1
layer.conf: update LAYERSERIES_COMPAT for mickledore
...
* oe-core switched to mickedore in:
https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-04 14:34:04 -08:00
Alexander Kanavin
0b5ca9a0f8
libportal: move to oe-core
...
Epiphany now again requires it.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-01 21:09:02 -08:00
Markus Volk
517593abb6
gnome-control-center: update 42.0 -> 43.2
...
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-31 10:41:12 -08:00
Khem Raj
097de1b55f
gnome-online-accounts: Fix build race seen on musl systems
...
Backport a patch to fix correct use of dependency object
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-31 10:40:32 -08:00
Markus Volk
4b67b16ff0
gnome-shell: add missing RDEPENDS
...
Add enough runtime dependencies to make gnome-shell start from the terminal
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-31 10:40:31 -08:00
Markus Volk
4a2305a474
dconf-editor: update 3.38.3 -> 43.0
...
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-31 10:40:31 -08:00
Markus Volk
ccde2b0bdc
gnome-terminal: update 3.42.2 -> 3.46.7
...
Since 3.45 there are no longer tarballs available. Switch to using git
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-31 10:40:31 -08:00
Markus Volk
0322cd18ac
gnome-panel: update 3.44.0 -> 3.47.1
...
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-31 10:40:31 -08:00
Markus Volk
8a42b600ab
libwnck3: update 40.1 -> 43.0
...
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-31 10:40:31 -08:00
Markus Volk
e7e20ee8d1
gnome-flashback: update 3.44.0 -> 3.46.0
...
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-31 10:40:31 -08:00
Markus Volk
6def05e2f0
gnome-bluetooth: update 42.4 -> 42.5
...
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-31 10:40:31 -08:00
Markus Volk
0193b6abb4
file-roller: update 3.42.0 -> 43.0
...
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-28 09:42:17 -08:00
Markus Volk
001b5f4432
gnome-desktop: update 42.0 -> 43
...
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 16:03:06 -08:00
Markus Volk
423b9cb1c6
nautilus: update 42.2 -> 43.1
...
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 16:03:06 -08:00
Markus Volk
90bc592d2b
libportal: build libportal-gtk4 and vala support
...
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 16:03:06 -08:00
Markus Volk
21f9a0d1a2
evince: update 42.3 -> 43.1
...
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 16:03:06 -08:00
Markus Volk
18d57c2f54
libcloudproviders: add recipe
...
It is a mandatory dependency of nautilus
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 16:03:06 -08:00
Wang Mingyu
53226291ed
metacity: upgrade 3.46.0 -> 3.46.1
...
Changelog:
===========
- Improve switching between windows of same application. (#26 )
- Fix crash when background pixmap has non-default depth. (#34 )
- Unminimaze child window together with main window. (#31 )
- Updated translations.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 16:03:06 -08:00
Markus Volk
3431a80bd7
xdg-desktop-portal-gnome: add recipe
...
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 09:55:19 -08:00
Mingli Yu
4901372e5d
geary: add opengl to REQUIRED_DISTRO_FEATURES
...
Fixes:
ERROR: Nothing PROVIDES 'evolution-data-server' (but /build/layers/meta-openembedded/meta-gnome/recipes-connectivity/geary/geary_43.0.bb DEPENDS on or otherwise requires it)
evolution-data-server was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'geary', 'evolution-data-server']
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23 08:52:23 -08:00
Mingli Yu
fa9aa161b3
libgweather4: add opengl to REQUIRED_DISTRO_FEATURES
...
Fixes:
ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/libgweather/libgweather4_4.2.0.bb DEPENDS on or otherwise requires it)
gtk4 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'libgweather4', 'gtk4']
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23 08:52:23 -08:00
Mingli Yu
bc39341181
evolution-data-server: add opengl to REQUIRED_DISTRO_FEATURES
...
Fixes:
ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb DEPENDS on or otherwise requires it)
gtk4 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'geary', 'evolution-data-server', 'gtk4']
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23 08:52:23 -08:00
Markus Volk
586cfd09cc
gnome-software: add recipe
...
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23 08:52:23 -08:00
Markus Volk
d2ad9efcd7
libstemmer: move recipe to meta-oe
...
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23 08:52:22 -08:00
Markus Volk
4a3bf82ff1
grilo: update 0.3.14 -> 0.3.15
...
build with libsoup3
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23 08:52:22 -08:00
Markus Volk
71822cd67b
gnome-shell-extensions: update SRC_URI and remove sassc-native dep
...
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23 08:52:22 -08:00
Markus Volk
b3b79eb4d8
gtk4: remove recipe
...
It has been moved to oe-core
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-16 18:14:19 -08:00
Wang Mingyu
24a137d115
evolution-data-server: update 3.46.1 -> 3.46.2
...
Changelog:
==========
I#431 - e-xml-utils: Enable parse of huge XML files
I#432 - Fix possible NULL-dereference in e_cal_backend_file_modify_objects()
I#435 - ECalComponentAttendee: Default CUTYPE is INDIVIDUAL
I#437 - IMAP: Excessive memory usage on folder summary download
I#438 - Trust Prompt: Add issuer's certificate fingerprint
I#439 - Fails to add task with X-EVOLUTION-GTASKS-POSITION into Google Task list
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-12 11:17:23 -08:00
Markus Volk
64e73fae56
gnome-text-editor: update 42.2 -> 43.1
...
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-10 23:06:55 -08:00
Markus Volk
8ee64092af
gtksourceview5: update 5.4.2 -> 5.6.1
...
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-10 23:06:55 -08:00
Markus Volk
3adf0b8c4d
gnome-photos: add missing runtime dependency on tracker-miners
...
This fixes runtime for gnome-photos
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-10 23:06:36 -08:00
Markus Volk
9158356439
tracker-miners: update 3.4.1 -> 3.4.2
...
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-10 23:06:36 -08:00
Markus Volk
78a24927f8
gnome-calculator: update 42.2 -> 43.0.1
...
build with libsoup3
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-10 23:06:36 -08:00
Markus Volk
216b7002cc
gvfs: fix dependencies
...
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-10 23:06:36 -08:00
Markus Volk
6b3b2ac0fd
tracker: update 3.4.1 -> 3.4.2
...
build with libsoup3
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-10 23:06:36 -08:00
Markus Volk
c6168d98ed
gvfs: fix polkit homedir
...
- remove double slashes
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-10 23:06:36 -08:00