summaryrefslogtreecommitdiffstats
path: root/meta-gnome
Commit message (Collapse)AuthorAgeFilesLines
...
* gtksourceview5: initial add 5.2.0Andreas Müller2022-01-051-0/+34
| | | | | | | It is a dependency for upcoming gnome-text-editor Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gimp: upgrade 2.10.24 -> 2.10.30Andreas Müller2022-01-051-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gegl: upgrade 0.4.30 -> 0.4.34Andreas Müller2022-01-052-33/+2
| | | | | | | OpenEXR-3 patch was applied upstream Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysprof: Added json-glib into DEPENDS to fix build error.Lei Maohui2021-12-141-0/+1
| | | | | | | | | | Run-time dependency json-glib-1.0 found: NO (tried pkgconfig) | | ../sysprof-3.42.0/src/libsysprof/meson.build:115:0: ERROR: Dependency "json-glib-1.0" not found, tried pkgconfig Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphene: Move from meta-gnome -> meta-oeJoshua Watt2021-12-131-22/+0
| | | | | | | | | This library is not specific to GNOME and has no GNOME specific functionality. Move it to meta-oe so that users can pull it in without meta-gnome. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp: Add option to support webkit2gtk-4-0Khem Raj2021-12-131-0/+4
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Joshua Watt <JPEWhacker@gmail.com>
* sysprof: update to 3.42.0Oleksandr Kravchuk2021-12-133-72/+1
| | | | | | | Dropped upstreamed patches. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-online-accounts: Switch back to libsoup2Joshua Watt2021-12-134-1197/+162
| | | | | | | | | | | libsoup3 and libsoup2 cannot be mixed in the same program, and webkitgtk in oe-core is moving back to libsoup2 to better align with the rest of GNOME. Drop the parts of patches that updated this recipe to libsoup3, but keep the part that allows it to work with the (unreleased) rest 1.0. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwacom: update to 1.12Oleksandr Kravchuk2021-12-132-14/+24
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gparted: add UPSTREAM_CHECK_URIOleksandr Kravchuk2021-12-131-0/+3
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: Fix build failures with meson 0.60.2Khem Raj2021-12-102-0/+80
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnma: update to 1.8.32Oleksandr Kravchuk2021-12-101-2/+1
| | | | | | | | | | Changelog: * Fix crash in PKCS11 login dialog. * Fix clearing password when restoring a valid configuration to be displayed to a user. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk4: set UPSTREAM_CHECK_REGEX to stable versionsOleksandr Kravchuk2021-12-101-0/+2
| | | | | | | Check for even numbers only as odd ones are for development versions. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: Link with libatomic on rv32Khem Raj2021-12-021-0/+1
| | | | | | | | Fixes libgjs-internal.a(gi_object.cpp.o): in function `no symbol': object.cpp:(.text+0x534c): undefined reference to `__atomic_fetch_add_8' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-core-clutter: Mark TUNE_PKGARCH specificKhem Raj2021-12-011-0/+4
| | | | | | | libclutter is direct dependency which gets debian renamed so this does not qualify to be allarch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: Fixup polkit directory permissionsJoshua Watt2021-11-181-0/+8
| | | | | | | | Fixes up the permissions of the polkit directory to match other recipes, otherwise they conflict at package install time Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* colord-gtk: introspection is not valid meson optionKhem Raj2021-11-171-3/+1
| | | | | | | meson 0.60+ errors out on unknown options and -Dintrospection is not a valid option Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-tweaks: introspection is not valid meson optionKhem Raj2021-11-171-1/+1
| | | | | | | meson 0.60+ hard errors out on unknown options and -Dintrospection is not a valid option anymore Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: introspection is not valid meson optionJoshua Watt2021-11-171-1/+1
| | | | | | | | meson 0.60+ errors out on unknown options and -Dintrospection is not a valid option Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-settings-daemon: introspection is not valid meson optionJoshua Watt2021-11-171-2/+1
| | | | | | | | meson 0.60+ errors out on unknown options and -Dintrospection is not a valid option Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gdm: introspection is not valid meson optionJoshua Watt2021-11-171-2/+1
| | | | | | | | meson 0.60+ errors out on unknown options and -Dintrospection is not a valid option Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker,tracker-miners: Upgrade to 3.2.1Khem Raj2021-11-132-3/+4
| | | | | | | | | | | This is latest release for tracker components Release Notes [1] [2] [1] https://gitlab.gnome.org/GNOME/tracker/-/commit/bcf1347a9eea300d11c95a78f8f74f38131bb560 [2] https://gitlab.gnome.org/GNOME/tracker-miners/-/commit/1e1a9e701faae73148fc05613b7e237715ad0cc9 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gedit: introspection is not valid meson optionKhem Raj2021-11-131-1/+1
| | | | | | | meson 0.60+ errors out on unknown options and -Dintrospection is not a valid option Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker-miners: introspection is not valid meson optionKhem Raj2021-11-131-1/+1
| | | | | | | meson 0.60+ errors out on unknown options and -Dintrospection is not a valid option Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: introspection is not valid meson optionKhem Raj2021-11-131-1/+1
| | | | | | | meson 0.60+ errors out on unknown options and -Dintrospection is not a valid option Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tepl: introspection is not valid meson optionKhem Raj2021-11-131-1/+1
| | | | | | | meson 0.60+ errors out on unknown options and -Dintrospection is not a valid option Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgweather: introspection is not valid meson optionKhem Raj2021-11-131-1/+1
| | | | | | | meson 0.60+ errors out on unknown options and -Dintrospection is not a valid option Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-desktop: introspection is not valid meson optionKhem Raj2021-11-131-1/+2
| | | | | | | meson 0.60+ errors out on unknown options and -Dintrospection is not a valid option Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker: introspection is not valid meson optionKhem Raj2021-11-131-1/+1
| | | | | | | meson 0.60+ errors out on unknown options and -Dintrospection is not a valid option Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-backgrounds: Fix licensesAndreas Müller2021-11-041-2/+7
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: Add libhandy to DEPENDSAndreas Müller2021-11-041-0/+1
| | | | | | | | If gnome-control-center does not find libhandy, it installs one. This leads to clash in do_rootfs. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-036-6/+6
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gdm: Fix REQUIRED_DISTRO_FEATURES broken by adding introspectionAndreas Müller2021-11-031-3/+1
| | | | | | | To avoid happening again: Have one line with REQUIRED_DISTRO_FEATURES only Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grilo-plugins: upgrade 0.3.13 -> 0.3.14Andreas Müller2021-11-031-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grilo: upgrade 0.3.13 -> 0.3.14Andreas Müller2021-11-031-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-panel: upgrade 3.36.1 -> 3.38.0Andreas Müller2021-11-031-2/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-terminal: upgrade 3.40.2 -> 3.42.0 / meson buildAndreas Müller2021-11-032-14/+15
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-tweaks: upgrade 3.34.0 -> 40.0Andreas Müller2021-11-032-6/+5
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-backgrounds: upgrade 3.38.0 -> 41.0Andreas Müller2021-11-031-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gparted: upgrade 1.3.0 -> 1.3.1Andreas Müller2021-11-031-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gexiv2: upgrade 0.12.2 -> 0.14.0Andreas Müller2021-11-032-19/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change python3 override handling: Instead of not building add a separate package for it. Changes: gexiv2 0.14.0 - 18 Sep 2021 (stable) * Fix BMFF compile test gexiv2 0.13.0 - 15 Aug 2021 * Enable BMFF support if enabled in exiv2 version * Update gexiv2-dump tool * Mark gexiv2_metadata_from_stream as deprecated; it is fundamentally broken * More additions to API and _try versions that support GErorr if exiv2 might throw * Some additions to gexiv2-tool * Changes in build configuration Bugs fixed in this release: - https://gitlab.gnome.org/GNOME/gexiv2/issues/140 - https://gitlab.gnome.org/GNOME/gexiv2/issues/62 - https://gitlab.gnome.org/GNOME/gexiv2/issues/62 - https://gitlab.gnome.org/GNOME/gexiv2/issues/66 Merge requests included in this release: - https://gitlab.gnome.org/GNOME/gexiv2/merge_requests/54 - https://gitlab.gnome.org/GNOME/gexiv2/merge_requests/59 - https://gitlab.gnome.org/GNOME/gexiv2/merge_requests/51 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: upgrade 3.36.4 -> 41.1Andreas Müller2021-11-031-3/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-session: upgrade 3.36.0 -> 40.1.1Andreas Müller2021-11-031-3/+5
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-desktop: upgrade 3.38.8 -> 41.0 and give up '3' receipe name suffixAndreas Müller2021-11-032-16/+20
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell-extensions: upgrade 3.34.2 -> 40.1Andreas Müller2021-11-031-3/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: upgrade 3.34.5 -> 41.0Andreas Müller2021-11-032-4/+120
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-settings-daemon: upgrade 3.36.1 -> 41.0Andreas Müller2021-11-031-3/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gdm: upgrade 3.36.3 -> 41.0Andreas Müller2021-11-032-56/+13
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: upgrade 3.34.6 -> 41.0Andreas Müller2021-11-032-83/+10
| | | | | | | | | Most notable: * Wayland is manadatory * Patch removed was applied Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: upgrade 1.58.8 -> 1.70.0Andreas Müller2021-11-036-152/+122
| | | | | | | License checked: Still MIT and LGPLv2+ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>