summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome
Commit message (Collapse)AuthorAgeFilesLines
* libjcat: upgrade 0.2.3 -> 0.2.6Ankur Tyagi2026-05-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update packageconfig option to use "gnutls" prefix[1] Also include tag in the SRC_URI [1]https://github.com/hughsie/libjcat/commit/d873545c23064620eb884b7e67ff1cda94b891fa PTEST passed: root@qemuarm64:~# ptest-runner libjcat START: ptest-runner 2026-05-21T21:45 BEGIN: /usr/lib/libjcat/ptest Running test: libjcat/libjcat.test ... ... # End of jcat tests PASS: libjcat/libjcat.test SUMMARY: total=1; passed=1; skipped=0; failed=0; user=5.1s; system=0.1s; maxrss=9688 DURATION: 6 END: /usr/lib/libjcat/ptest 2026-05-21T21:45 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gtkmm4: remove x11 from REQUIRED_DISTRO_FEATURESChangqing Li2026-04-141-2/+2
| | | | | | | | | | | We add x11 into REQUIRED_DISTRO_FEATURES because one of the dependency atkmm requires x11, refer [1], remove atkmm from dependency, and remove x11 from REQUIRED_DISTRO_FEATURES [1] https://gitlab.gnome.org/GNOME/gtkmm/-/commit/0fc81d346f50bfc30f6fb78afe6a15331c5a8790 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* atkmm: upgrade 2.28.2 to 2.28.4Changqing Li2026-03-181-1/+1
| | | | | | | | NEWS: https://gitlab.gnome.org/GNOME/atkmm/-/blob/atkmm-2-28/NEWS Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkmm4: add x11 back to REQUIRED_DISTRO_FEATURESChangqing Li2026-03-171-1/+1
| | | | | | | | | | | | x11 is moved in comit [1], but when DISTRO_FEATURES contains opengl, but not contains x11, bitbake gtkmm4 reports: ERROR: Nothing PROVIDES 'atkmm' (but /build/layers/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtkmm4_4.20.0.bb DEPENDS on or otherwise requires it) atkmm was skipped: one of 'wayland x11' needs to be in DISTRO_FEATURES [1] https://git.openembedded.org/meta-openembedded/commit/?id=2cd317e9551492a64fddf2fb535333eb7e3f7fef Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkmm4: remove x11 from REQUIRED_DISTRO_FEATURESMarkus Volk2026-03-021-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkmm3/gtkmm4: not set BPNKai Kang2026-01-212-3/+2
| | | | | | | | | Set BPN in gtkmm3 and gtkmm4 recipes is to inherit gnomebase.bbclass properly. But it uses variable GNOMEBN rather than BPN for SRC_URI and S in gnomebase.bbclass now, update in the recipes accordingly. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkmm4: updateMarkus Volk2025-12-031-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.20.0 (stable) 2025-09-19 Gdk: * PixbufAnimation, PixbufAnimationIter: Deprecate these classes. GdkPixbufAnimation and GdkPixbufAnimationIter are deprecated since gdk-pixbuf 2.44. * PixbufLoader: Deprecate get_animation(). (Kjell Ahlstedt) 4.19.1 (unstable) 2025-08-26 Gdk: * Event: Add get_relative_direction() and enum ScrollRelativeDirection. (Kjell Ahlstedt) Gsk: * Transform: Add matrix_2d(). (Kjell Ahlstedt) Gtk: * Application: Deprecate property_register_session(). * CssProvider: Add property_prefers_color_scheme() and property_prefers_contrast(). * Entry: Add set/get_menu_entry_icon_text(), property_menu_entry_icon_primary_text() and property_menu_entry_icon_secondary_text(). * Add enum InterfaceColorScheme and InterfaceContrast. * FilterListModel: Add get/set/property_watch_items(). * Settings: Add property_gtk_interface_color_scheme() and property_gtk_interface_contrast(). (Kjell Ahlstedt) Documentation: * Add images used in documentation copied by gmmproc. * Gtk::DrawingArea, Gtk::GLArea: Update the class descriptions. (Kjell Ahlstedt) Build: * Require gtk4 >= 4.19.4 (Kjell Ahlstedt) 4.19.0 (unstable) 2025-06-29 Gdk: * Deprecate Gdk::Cairo::set_source_pixbuf(). * Texture: Deprecate create_for_pixbuf(). * Pixbuf: Deprecate create_from_xpm_data(). * ColorState: Add equivalent(). * MemoryTextureBuilder: Add get/set_stride_for_plane() and get/set_offset(). * TextureDownloader: Add download_bytes_with_planes(). * Toplevel: Add enum TitlebarGesture, enum Toplevel::Capabilities, titlebar_gesture(), get/property_capabilities(), get/set/property_gravity(). (Kjell Ahlstedt) Gsk: (new subdirectory and namespace) * Add RoundedRect, Transform and enums BlendMode, Corner, FillRule, MaskMode, ScalingFilter, Transform::Category. (Kjell Ahlstedt) Merge request !92 Gtk: * Add Fixed::set/get_child_transform() (Kjell Ahlstedt) * Add FixedLayout and FixedLayoutChild (Kjell Ahlstedt) Issue #164 (Thayne McCombs) * Calendar: Deprecate select_day(), property_year/month/day(), add set/property_date(). * FileFilter: Deprecate add_pixbuf_formats(). * IconPaintable: Deprecate get/property_icon_name(), is_symbolic(), property_is_symbolic(). * UriLauncher.hg: Add can_launch(). * Window: Add enum WindowGravity, get/set/property_gravity(). (Kjell Ahlstedt) Demos: * Avoid deprecated Pixbuf methods where possible. (Kjell Ahlstedt) Build: * NMake Makefiles: Generate gskmm build config files * NMake builds: Add build rules to build gskmm (Chun-wei Fan) Merge request !92 * Require gtk4 >= 4.19.2 (Kjell Ahlstedt) 4.18.0 (stable) 2025-03-23 Gdk: * CairoContext: Deprecate cairo_create(). * Device: Add get/property_active_layout_index(), get/property_layout_names(). * Surface: Add translate_coordinates(), deprecate create_cairo_context(). (Kjell Ahlstedt) Gtk: * Accessible: Add update_platform_state(). * HeaderBar, WindowControls: Add get/set/property_use_native_controls(). * Widget: Add get/set/property_limit_events(). (Kjell Ahlstedt) Documentation: * Gtk::SignalListItemFactory: Remove errroneous links. (Daniel Boles) * Gtk::AboutDialog: Update the image. * Gtk::ConstraintLayout: Add a link to the description of GtkConstraintLayout. * Gdk::Pixbuf, PixbufFormat, PixbufLoader: Add class descriptions. (Kjell Ahlstedt) Build: * Require gtk4 >= 4.17.5 * Meson build: Use the Python installation that Meson uses. See merge request glibmm!67. (Kjell Ahlstedt) 4.17.0 (unstable) 2025-01-26 Gdk: * ColorState: Add get_oklab() and get_oklch(). * ContentFormats: Add is_empty(). (Kjell Ahlstedt) Gtk: * SearchEntry2: Add signal_activate(). (Kjell Ahlstedt) Issue #161 (PBS) * ColorDialogButton, DropDown, Expander, FontDialogButton, MenuButton, PasswordEntry, Text: Add signal_activate(). (Kjell Ahlstedt) * Snapshot: Add and deprecate render_background(). (Kjell Ahlstedt) Merge request !91 (Ezike Ebuka) * ApplicationWindow: Deprecate unset/set/get_help_overlay(). * ShortcutLabel, ShortcutsGroup, ShortcutsSection, ShortcutsShortcut, ShortcutsWindow: Deprecate these classes. * FileDialog: Add open_text_file(), open_text_file_finish(), open_multiple_text_files(), open_multiple_text_files_finish(), save_text_file(), save_text_file_finish(). * ListBox: Add set/get/property_tab_behavior(). * StringList: Add find(). * TextView: Add get_visible_offset(). (Kjell Ahlstedt) Build: * Require gtk4 >= 4.17.3. Require glibmm >= 2.75.0. Actually required since gtkmm 4.15.0. * Meson build: If GTKMM_NO_DIST_TESTS is defined, 'meson dist' does not run test programs. (Kjell Ahlstedt) 4.16.0 (stable) 2024-09-10 Almost identical to 4.15.1. Gtk: * gtkmm.h: Add eventcontrollerlegacy.h. 4.15.1 (unstable) 2024-08-30: Gdk: * DrawContext: Deprecate begin_frame(), end_frame(), is_in_frame(), get_frame_region(). * Surface: Deprecate set_opaque_region(). (Kjell Ahlstedt) * Cursor: Rename create(const SlotGetTexture& slot, .....). Call it create_from_slot(). It was added in 4.15.0 (unstable), but some create() calls in old code became ambiguous. (Kjell Ahlstedt) Issue #159 (Alessandro Astone) Gtk: * Window: Add set_interactive_debugging(). * TextBuffer: Add enum TextBuffer::NotifyFlags, add_commit_notify(), remove_commit_notify(). (Kjell Ahlstedt) Build: * Require gtk4 >= 4.15.5. (Kjell Ahlstedt) 4.15.0 (unstable) 2024-08-01: Gdk: * Cursor: Add create(slot, fallback). * Add class CicpParams, ColorState and MemoryTextureBuilder. * DmabufTextureBuilder: Add get/set/property_color_state(). * GLTextureBuilder.[ccg|hg]: Add get/set/property_color_state(). * Texture: Add get/property_color_state(). * TextureDownloader: Add get/set_color_state(). (Kjell Ahlstedt) Gtk: * Widget: Deprecate set/unset/get_font_options(). (Kjell Ahlstedt) * Paned: Add unset_start_child() and unset_end_child(). (Kjell Ahlstedt) Issue #156 (PBS) * Add enum FontRendering. * GraphicsOffload: Add set/get/property_black_background(). * Settings: Add property_gtk_font_rendering(). * FileDialog: Add a nullptr test. (Kjell Ahlstedt) * Undefine preprocessor macro BSD, which can be defined in MacOS, and can interfere with enum License::BSD. (Kjell Ahlstedt) Issue #157 (Mohamed Akram) * Shortcut: Add set_action(). Deprecate the misnamed set_trigger(const Glib::RefPtr<const ShortcutAction>& action). * Snapshot: Deprecate gl_shader_pop_texture(). (Kjell Ahlstedt) Demos: * Dialog demo: Fix a memory leak. Add some comments. (Kjell Ahlstedt) Documentation: * Gdk::Cursor: Update the class description. * Gtk::Settings: Improve the class documentation. (Kjell Ahlstedt) * Don't link to removed parts of library.gnome.org. (Andre Klapper, Kjell Ahlstedt) Build: * Require gtk4 >= 4.15.4. * Meson build: Require meson >= 0.62.0. Use Meson's pkgconfig module instead of using the *.pc.in templates. (Kjell Ahlstedt) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pyxdg: update to latest revisionGyorgy Sarvari2025-11-081-2/+4
| | | | | | | | | | | | | | | | It is only 3 extra commits over the previous recipe, but it fixes 3 Python deprecations. While here, also fix the SRC_URI - the original repository is not available anymore, as it was moved to a freedesktop gitlab instance. Shortlog: Replace imp with importlib to support Python 3.12 Menu: handle Python 3.14 ast.Str changes Menu: handle Python 3.15 deprecations Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* malcontent: update 0.13.0 -> 0.13.1Markus Volk2025-09-061-3/+3
| | | | | | | | | Bugs fixed: (or any click on carousel's icons) (Philip Withnall) !244 malcontent-control: Fix callback argument list Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-257-8/+3
| | | | | | | | | | | | | Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove the use of http://ftp.gnome.org/pub/gnomeJason Schonberg2025-06-202-2/+2
| | | | | | | | | | Use https://download.gnome.org instead. In SRC_URI where the reference is https://download.gnome.org/sources ${GNOME_MIRROR} can be substituted. Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* adw-gtk3: upgrade 5.8 -> 5.10Wang Mingyu2025-04-231-1/+1
| | | | | | | | Changelog: Fixes a crash in chromium browser with the light theme. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* adw-gtk3: upgrade 5.7 -> 5.8Wang Mingyu2025-04-161-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* adw-gtk3: upgrade 5.6 -> 5.7Wang Mingyu2025-03-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Fix variable assignment whitespaceRichard Purdie2025-03-201-2/+2
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libjcat: upgrade 0.2.2 -> 0.2.3Wang Mingyu2025-02-101-1/+1
| | | | | | | | | | Bugfixes: ========== - Do not close the base stream when using jcat_file_import_stream() - Skip ed25519 part of a test with -Ded25519=false Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* malcontent: set pam module path to ${base_libdir}/securityYi Zhao2025-01-061-2/+2
| | | | | | | | Set pam module path to ${base_libdir}/security as this is the default path in libpam. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* malcontent: update 0.12.0 -> 0.13.0Markus Volk2024-12-272-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Overview of changes in malcontent 0.13.0 ======================================== * Bugs fixed: - #48 Parental controls app: show the launcher, or merge into Settings? (Philip Withnall) - !172 Update fa.po - !173 Update Czech translation - !176 malcontent-control: Update metainfo file - !177 Update Swedish translation - !179 docs: Add list of legal references for relevant countries’ laws - !180 po: Update Slovenian translation - !181 Update Polish translation 240909 - !182 Add Chinese translation - !183 application: Fix opening Settings - !184 malcontent-control: Call setlocale() earlier to fix early i18n - !185 restrict-applications-selector: Fix pending changes being lost on search - !186 libmalcontent-ui: Port to libadwaita 1.6 - !187 app-filter: Fix logic for allowlist filtering on GAppInfo * Translation updates: - Chinese (China) (lumingzh) - Czech (AsciiWolf) - Persian (Danial Behzadi) - Polish (Piotr Drąg) - Slovenian (Martin Srebotnjak) - Swedish (Anders Jonsson) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpeas: add recipe for 2.0.5Markus Volk2024-12-192-110/+0
| | | | | | | | | | | | | | | | | - Drop 0001-Remove-builddir-and-srcdir-paths-from-test-binaries.patch peas-demo is not built anymore - Add patch to disable the broken check for lgi lgi does not support pkgconfig but it hasn't changed version since 2017 - Remove gtk+3 from depends and dont inherit gtk-icon-cache to not pull it in again indirectly - g-i is not required anymore and will be built depending on DISTRO_FEATURES - Dont package the loaders into separate packages to reduce required RDEPENDS. If a loader is not wanted on target it will be better to remove the according PACKAGECONFIG option to also remove the dependencies? - Move libpeas recipe to meta-gnome Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* adw-gtk3: upgrade 5.5 -> 5.6Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | Changelog: =========== - Remove some legacy stuff and more - Add link to accent-color-change shell script Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libjcat: upgrade 0.2.1 -> 0.2.2Wang Mingyu2024-11-051-1/+1
| | | | | | | | Changelog: - Add bt-logindex blob kind Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* adw-gtk3: upgrade 5.4 -> 5.5Wang Mingyu2024-10-141-1/+1
| | | | | | | | bugfix: - Since 5.4 black selection in gtk4 apps (with no libadwaita) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* adw-gtk3: upgrade 5.3 -> 5.4Wang Mingyu2024-09-301-1/+1
| | | | | | | | Changelog: Update for GNOME 47 and GTK 4.16. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cleanup after polkit fixMarkus Volk2024-09-011-10/+1
| | | | | | | | | This commit removes the need to fix polkit permissions: https://git.openembedded.org/meta-openembedded/commit/?h=master-next&id=d5e90541f8e35916abc930b2da6de037b23d51a1 That allows to do some cleanup Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcab: fix buildpaths QA issueMartin Jansa2024-08-302-5/+38
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcab: keep buildpaths QA issue as a warningMartin Jansa2024-08-301-1/+3
| | | | | | | | | | | | | | | | INSANE_SKIP:gcab-src doesn't work with multilib where the package is named ${PN}-src (e.g. lib32-gcab-src) and it's better to just lower buildpaths from ERROR_QA to WARN_QA instead of skipping it completely, because it's still an issue which should be fixed (at least to improve hashserv efficiency if you don't care about reproducibility itself) The backport to scarthgap from: https://lists.openembedded.org/g/openembedded-devel/message/111739 should IMHO be just reverted there as buildpaths QA issues aren't fatal in scarthgap. Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk+: Fix CVE-2024-6655Soumya Sambu2024-08-252-0/+41
| | | | | | | | | | | | | | A flaw was found in the GTK library. Under certain conditions, it is possible for a library to be injected into a GTK application from the current working directory. References: https://nvd.nist.gov/vuln/detail/CVE-2024-6655 Upstream-patch: https://gitlab.gnome.org/GNOME/gtk/-/commit/3bbf0b6176d42836d23c36a6ac410e807ec0a7a7 Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gmime: upgrade 3.2.13 -> 3.2.15Wang Mingyu2024-08-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libjcat: skip buildpaths checkMikko Rapeli2024-07-261-0/+2
| | | | | | | | Test binary has embedded build time paths. Ignore for now. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcab: ignore buildpaths error from sourcesMikko Rapeli2024-07-261-0/+3
| | | | | | | | | | | gcab-src has some meson generated files which embed absolute paths from build environment. meson seems ot do this on purpose to fix other issues. Ignored those issues for now. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-themes-extra: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+3
| | | | | | | | | | | Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* gmime: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+3
| | | | | | | | | | | dding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* recipes: set S to fix the QA warningalperak2024-06-211-0/+4
| | | | | | | Fix the warning by pointing S to ${WORKDIR}/sources and UNPACKDIR to ${S}. Since recent UNPACKDIR work, default S directory is not created anymore. By setting UNPACKDIR to S, S in indirectly created in do_unpack. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* atkmm-2.36: upgrade 2.36.2 -> 2.36.3Wang Mingyu2024-06-071-1/+1
| | | | | | | | | | | | | | | Changelog: =========== * atkmm.h: Update link to ATK * Add README.win32.md with Win32 build documentation * Remove AUTHORS and add general information to README.md * Detect if we build from a git subtree * Don't copy files with configure_file() * Fix the evaluation of is_git_build on Windows * Don't fail if warning_level=everything Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Start WORKDIR -> UNPACKDIR transitionKhem Raj2024-05-232-2/+2
| | | | | | | Replace references of WORKDIR with UNPACKDIR where it makes sense to do so in preparation for changing the default value of UNPACKDIR. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* malcontent: move PV to malcontent.incMarkus Volk2024-05-213-0/+1
| | | | | | | | PV must be consistent for malcontent and malcontent-ui. Ensure this by moving PV to malcontent.inc Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* malcontent-ui: fix lib installMarkus Volk2024-05-211-3/+3
| | | | | | | | | - Add a suitable link for libmalcontent-ui-1.so.1 - Use PV for libmalcontent-ui-1.so.0.12.0 to eventually make life a little easier when updating recipes Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* malcontent: add recipeMarkus Volk2024-05-193-0/+95
| | | | | | | | | | | malcontent is an optional dependency for flatpak and gnome-software - Building the malcontent gtk4-ui leads to circular dependency malcontent <-> flatpak Add a separate package for malcontent-ui to avoid this and to make malcontent-control buildable. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk+: Disable incompatible-pointer-types warning as errorKhem Raj2024-05-121-0/+2
| | | | | | | Fixes build with GCC-14 which treats this warning as error by default Signed-off-by: Khem Raj <raj.khem@gmail.com>
* adw-gtk3: upgrade 5.2 -> 5.3Wang Mingyu2024-04-171-1/+1
| | | | | | | | | | | | | | | | Changelog: =========== -Add gtk4 theme workflow -Add create release workflow -Fix repo name -Increase padding of switches -Sidebar border colors -Add Debian repo info -Update update-gtk4-theme.yml -Update gtk4 theme Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkmm4: add x11 to REQUIRED_DISTRO_FEATURESMartin Jansa2024-03-291-1/+1
| | | | | | | | | | | * depends on pangomm-2.48 which has x11 in REQUIRED_DISTRO_FEATURES * maybe pangomm-2.48 should be adjusted to use GTK3DISTROFEATURES like regular pangomm in : https://git.openembedded.org/meta-openembedded/commit/?h=scarthgap&id=9abe74eb0bd53316b0bb3fe1d241c83e2674e72e Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk4mm: add recipeMarkus Volk2024-03-231-0/+21
| | | | | | | the gtk4 variant of gtkmm is required for gnome-system-monitor Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-themes-extra: build with gtk+3Markus Volk2024-03-231-3/+4
| | | | | | | | - disable gtk2 - update dependencies Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libjcat: upgrade 0.2.0 -> 0.2.1Wang Mingyu2024-02-091-1/+1
| | | | | | | | | | | Changelog: ============ - Do not dedupe sig and sig-of-checksum when loading - Fix the installed tests - Show the sig-of-checksum results clearer on the CLI Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcr3: upgrade 3.41.1 -> 3.41.2Wang Mingyu2024-01-222-10/+8
| | | | | | | | | | | | | | | 0001-meson.build-correctly-handle-disabled-ssh_agent-opti.patch refreshed for 3.41.2 Changelog: ============ - ui: Add gcr.gresource.xml back into the build - misc: Several memory leaks were fixed - ci: Several CI fixes - Updated translations Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gmime: inherit gtk-docRoss Burton2024-01-121-1/+1
| | | | | | | | | | | | | | | Recent changes to oe-core[1] mean that if a configure.ac uses gtk-doc then gtkdocize will be called. This means that recipes that don't inherit gtk-doc (to depend on gtk-doc-native) but don't explicitly disable the use of gtkdocize will fail to configure. Inheriting gtk-doc both solves the configure failure, and allows us to build the API documentation. [1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libjcat: upgrade 0.1.14 -> 0.2.0Wang Mingyu2024-01-081-1/+1
| | | | | | | | | | | | | Changelog ======== - Add support for verifying firmware transparency checkpoints - Add various bitcounting functions for future use - Allow creating and validating SHA512 checksums - Allow verifying the checksum of a payload - Sprinkle __attribute__((nonnull)) to give a little more compile-time safety Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* adw-gtk3: upgrade 5.1 -> 5.2Wang Mingyu2024-01-081-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vte9: Drop recipeKhem Raj2023-12-043-180/+0
| | | | | | | The version from core layer is good for meta-gnome as well these days packages needing older version are gone. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: Use autotools make systemKhem Raj2023-11-121-0/+1
| | | | | | OE-core is switching to default to meson for gnome recipes Signed-off-by: Khem Raj <raj.khem@gmail.com>