aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
AgeCommit message (Collapse)Author
2020-11-15dconf: Add leading whitespace for append operatorKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-15gedit: Inherit python3targetconfigKhem Raj
This is needed to find _PYTHON_SYSCONFIGDATA_NAME Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-02gnome-calendar: update to 3.38.1, add libhandy 1.x supportAlexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-24gedit: Add gsettings-desktop-schemas to RDEPENDSAlejandro Enedino Hernandez Samaniego
gedit isn't able to start at all, showing the following error: (org.gnome.gedit:32150): GLib-GIO-ERROR **: 04:29:21.795: Settings schema \ 'org.gnome.desktop.lockdown' is not installed Trace/breakpoint trap gedit tries to look for the lockdown schema which is part of the gsettings-desktop-schemas package. Add gsettings-desktop-schemas to RDEPENDS_gedit so when gedit is installed it finds the required files in the rootfs. Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-20gjs: upgrade 1.58.7 -> 1.58.8Andreas Müller
Version 1.58.8 -------------- - Various backports * 1.63.3: test suite is failing [Philip Chimento] * Various fixes for potential crash and memory issues [Philip Chimento] Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-20tracker-miners: upgrade 2.3.3 -> 2.3.5Andreas Müller
NEW in 2.3.5 - 2020-09-07 ========================= * Disable miners autostart by default. This is a measure to make Tracker 2.x get as much out of the way as possible with Tracker 3.x available. This default can be undone with -Dautostart=true. * Whitelist statx syscall, used in recent glib. Translations: lt NEW in 2.3.4 - 2020-08-24 ========================= * Block image/ktx files in 90-gstreamer-image-generic.rule * Set a deadline of 30 seconds for extraction tasks * Remove generic gstreamer-based image extraction codepath * Several fixes to libav-based extractor * Replace sensitive words * get the systemd user unit dir from pkg-config Translations: es, hr, id, it, lt, pl, pt_BR, ro, sv, tr, uk Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-20tracker: upgrade 2.3.4 -> 2.3.6Andreas Müller
NEW in 2.3.6 - 2020-09-07 ========================= * Do not autostart tracker-store Translations: de, es, hu, id, lt, pl, pt_BR, ro, sl, sv NEW in 2.3.5 - 2020-08-24 ========================= * Add 'tracker export' subcommand to ease migration to 3.x * Use correct signature for DBusSignalCallback * get the systemd user unit dir from pkg-config * Replace sensitive terms Translations: lt, uk Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-20libgdata: upgrade 0.17.12 -> 0.17.13Andreas Müller
Overview of changes from libgdata 0.17.12 to libgdata 0.17.13 ============================================================= * Default to not installing installed-tests (see !24) * Default to not building documentation (see !23) (thanks Debarshi Ray) * Bugs fixed: - !23 build: Disable the gtk-doc documentation by default - !24 Various minor fixes to meson_options.txt - !25 all: Fix various typos and incorrect terminology - !26 core: Add g_autoptr() support for GDataUploadStream * Translation updates: - Chinese (China) - English (United Kingdom) - Latvian - Ukrainian Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-20gspell: upgrade 1.8.3 -> 1.8.4Andreas Müller
News in 1.8.4, 2020-09-04 ------------------------- * Translation updates. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-20grilo: upgrade 0.3.12 -> 0.3.13Andreas Müller
NEW in 0.3.13 ============= * !56 Increase glib requirement to 2.58 or greater * !58 API addition: grl_related_keys_set_for_id() * !59 Fix trying to load .so.p files as plugins * !61 Fix crash using get_plugins() from bindings * Several other fixes and cleanups * Updated translations * Chinese (Taiwan) * Japanese * Ukrainian Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-20gnome-desktop3: upgrade 3.36.5 -> 3.36.6Andreas Müller
=============== Version 3.36.6 =============== - No changes Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-20gnome-settings-daemon: Remove wrong RDEPENDAndreas Müller
* Since variable was misspelled it was a no-op * There is no gdbus package (gdbus is in glib-2.0-utils) * Did not find any pointer in the source that gdbus has to be installed on target Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-12gedit: add source-code-pro-fonts to RRECOMMENDSAndreas Müller
Would call gedit almost unusable without source-code-pro-fonts Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-04gvfs: adjust fuse packageconfig to fuse3Diego Rondini
Adjust fuse packageconfig to depend on fuse3, which is the only supported option in gvfs ≥ 1.41. https://gitlab.gnome.org/GNOME/gvfs/-/commit/7a0a06186b6fef07b8fce2360c04fd075fc84ed1 Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31mutter: Add a comment to remove pipewire-0.2 dependency with 3.36Khem Raj
This will serve as a reminder when this recipe is upgraded to 3.36+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-19gnome-settings-daemon: Remove duplicate outdated SRC_URI hashesAdrian Bunk
They got overwritten later with the correct values. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-13gnome-settings-daemon: smartcard support is optional, and needs nssAdrian Bunk
../gnome-settings-daemon-3.36.1/meson.build:165:2: ERROR: Dependency "nss" not found, tried pkgconfig This happened when networkmanager is configured without nss, or nm support disabled in gnome-settings-daemon. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-13gdm: upgrade 3.36.2 -> 3.36.3Andreas Müller
============== Version 3.36.3 ============== - User switching fix - Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-13gnome-disk-utility: re-add 3.36.3Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-13evolution-data-server: upgrade 3.36.4 -> 3.36.5Andreas Müller
Evolution-Data-Server 3.36.5 2020-08-07 --------------------------------------- Bug Fixes: I#236 - Uses LC_ADDRESS unconditionally in libphonenumber code (Milan Crha) I#240 - IMAPx: Disable move to real junk/trash in server-side virtual folders (Milan Crha) Miscellaneous: Fix a memory leak in ebmb_gather_photos_local_filenames() (Milan Crha) ESoupSession: Provided SoupAuth might not be always used by libsoup (Milan Crha) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-13file-roller: upgrade 3.36.2 -> 3.36.3Andreas Müller
version 3.36.3 -------------- Bugs fixed: * Drag-and-Drop crash after cancelling file overwrite. (Guilherme Silva) New or updated application translations: * Chinese (Cheng-Chia Tseng) New or updated manual translations: * Turkish (Emin Tufan Çetin) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-13gnome-desktop3: upgrade 3.36.4 -> 3.36.5Andreas Müller
Major change is removal of md5 checksum because this is a very exciting upgrade: =============== Version 3.36.5 =============== - No changes Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-09gnome-calendar: initial add 3.36.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-07gnome-settings-daemon: Add introspection to UNKNOWN_CONFIGURE_WHITELISTKhem Raj
gobject-introspection is needed unconditionally therefore add "introspection" to unknown configure option whitelist Fixes ERROR: QA Issue: gnome-settings-daemon: configure was passed unrecognised options: introspection [unknown-configure-option] Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-04gnome-settings-daemon: Drop using autotools specific optionKhem Raj
gnome-settings-daemon has now switched to using meson therefore drop this setting which was used when autotools were used. Fixes WARNING: Unknown options: "introspection" Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28evince: upgrade 3.36.5 -> 3.36.7Andreas Müller
================ Evince 3.36.7 ================ pdf: * Add back 'de facto' tooltip feature (#842, Nelson Benítez León) Translations: * Baurzhan Muftakhidinov (Kazakh) ================ Evince 3.36.6 ================ backend: * Fix -Werror=format=2 on dvi on ARM (#1429, Germán Poo-Caamaño) snap: * Don't specify candidate channel for the build snap (Ken VanDine) * updated to use latest snapcraft extension. Fixes #1426 (Ken VanDine) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28libgweather: upgrade 3.36.0 -> 3.36.1Andreas Müller
============== Version 3.36.1 ============== This version works around the unavailability of the NOAA weather services by using very short-term forecasts as current weather conditions. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28gtksourceview4: upgrade 4.6.0 -> 4.6.1Andreas Müller
News in 4.6.1, 2020-06-26 ------------------------- * Fix various G-I annotations * Improve draw-spaces coloring in solarized-light * javascript.lang: Performance improvements * c.lang: Fixes for #include preprocessor * sql.lang: Language completeness improvements * latex.lang: additional keywords * sh.lang: improved parameter expansion * yara.lang: initial support for YARA * Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28gnome-control-center: upgrade 3.36.3 -> 3.36.4Andreas Müller
================ Version 3.36.4 ================ - Updated translations. Sound: - sound: Stop non-interactive profile changes from triggering changed events. Users: - Don't limit the number of maximum fingerprint enroll stages. - Don't use sync calls for deleting fingerprints. - Only load the fingerprint state once. - Make the fingerprint operations cancellable. - Don't wait for fprintd on initialization. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28evolution-data-server: upgrade 3.36.3 -> 3.36.4Andreas Müller
Evolution-Data-Server 3.36.4 2020-07-03 --------------------------------------- Bug Fixes: I#215 - Utilize If-None-Match header for WebCal refresh (Milan Crha) I#222 - Camel: Match-All condition doesn't show any messages (Milan Crha) I#226 - CVE-2020-14928: Response Injection via STARTTLS in SMTP and POP3 (Milan Crha) I#228 - Restarting evolution-source-registry re-enables user-disabled CalDAV accounts (Milan Crha) evo-I#982 - 'Message contains'-search broken in 3.36.3 (Milan Crha) Miscellaneous: camel-folder-search: Fix a memory leak when searching message body (Milan Crha) Rename camel_stream_buffer_truncate() to camel_stream_buffer_discard_cache() (Milan Crha) Translations: Baurzhan Muftakhidinov (kk) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28gnome-desktop3: upgrade 3.36.3.1 -> 3.36.4Andreas Müller
=============== Version 3.36.4 =============== - tests: Don't run at build-time - Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-22graphene: upgrade 1.10.0 -> 1.10.2Andreas Müller
see bugs fixed at [1] [1] https://github.com/ebassi/graphene/releases/tag/1.10.2 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-30sysprof: remove linux-gnueabi-patchAndreas Müller
meson.bbclass takes care since oe-core commit 010202076760329829fbde8dab4f535d6f755873 Author: Andreas M?ller <schnitzeltony@gmail.com> Date: Thu Apr 16 00:30:36 2020 +0200 meson.bbclass: avoid unexpected operating-system names Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-29tracker: Fix build error when enable multilib.Zheng Ruoqin
ERROR: tracker-2.3.4-r0 do_package: QA Issue: tracker: Files/directories were installed but not shipped in any package: /usr/lib64/systemd /usr/lib64/systemd/user /usr/lib64/systemd/user/tracker-store.service Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-29Fix build error when enable multilib.Zheng Ruoqin
ERROR: tracker-miners-2.3.3-r0 do_package: QA Issue: tracker-miners: Files/directories were installed but not shipped in any package: /usr/lib64/systemd /usr/lib64/systemd/user /usr/lib64/systemd/user/tracker-extract.service /usr/lib64/systemd/user/tracker-writeback.service /usr/lib64/systemd/user/tracker-miner-fs.service Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-19gnome-control-center: upgrade 3.36.2 -> 3.36.3Andreas Müller
================ Version 3.36.3 ================ - Updated translations Users: - Show add user button also if no users found - Show permissions toolbar also if no users found Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-19evince: upgrade 3.36.3 -> 3.36.5Andreas Müller
================ Evince 3.36.5 ================ Translations: * Matej Urbančič (Slovenian) ================ Evince 3.36.4 ================ * pdf: Rever "support 'de facto' tooltip feature" (#1414) Reopens issues #1409 and #1410. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-19gnome-desktop3: upgrade 3.36.2 -> 3.36.3.1Andreas Müller
=============== Version 3.36.3 =============== - thumbnails: keep the orignal file name - Fix encoding issue when translating locale modifiers - Update wallclock reftest expectations - Update Hebrew wallclock expectation - Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-11evince: Drop unused features_check inheritKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-08gtksourceview: remove forgotten filesAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-03gnome-control-center: upgrade 3.34.5 -> 3.36.2Andreas Müller
================ Version 3.36.2 ================ - Updated translations CI - Update Flatpak libnma, mobile-broadband-provider-info, libhandy build depends Applications - Fix only connected snap interfaces showing Background - Allow adding multiple files to backgrounds Printers - Add whitespace between top right buttons Sharing - Set label for checkbox properly Sound - Fix translation of "System Sounds" Info: - Verify data coming from switcheroo-control ================ Version 3.36.1 ================ - Update man page for info panel change - Updated translations Display - Fix resolution options getting stuck in a low resolution Sound - Remove unused files ================ Version 3.35.92 ================ - Updated translations Applications - Update icon Background - Remove split desktop and lock screen wallpapers - Improve visuals of the background icons Network - Make VPN gear buttons consistent with oter buttons ================ Version 3.35.91 ================ - Share GCancellable code - Updated translations Background - Remove unused GCancellable Power - Fix mobile broadband switch logic Sharing - Remember password on remote desktop sharing Thunderbolt - Fix GCancellable leak User Accounts - Always generate user avatars ================ Version 3.35.90 ================ - New sidebar panel order and grouping - Introduce CcPermissionInfoBar - More code style updates - Updated translations Applications - Add "Run in Background" switch - Add "Set Desktop Background" switch - Show snap packages Network - Add SAE support - Many code refactorings - Switch to use GtkTemplate Power - Hide power button the chassis is handset Printers - Use CcPermissionInfoBar Region & Language - New design for the Formats dialog User Accounts - Use CcPermissionInfoBar - Improved layout Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-03sysprof: upgrade 3.34.1 -> 3.36.0Andreas Müller
* Move recipe recipes-kernel -> recipes-gnome * 0001-libsysprof-ui-Rename-environ-to-sys_environ.patch can go: upstream did raname variable differently * We can build help files these days * reworder patches / recipe cleanup Overview of changes in Sysprof 3.36.0 ===================================== * Preload library has been moved to $libdir from $libexecdir * Build system improvements * Fix whole-system capture setting when using "Record Again" feature * New SysprofCollector interfaces for samples, marks, and logs to sit alongside allocations * Translation updates Overview of changes in Sysprof 3.35.92 ====================================== * A new profiler for tracking memory allocations within processes that are spawned by Sysprof. Select "Track Allocations" to use an LD_PRELOAD module which monitors allocations within the target process. A callgraph is provided with allocations and their stack traces. This brings the main features of the venerable "Memprof" into Sysprof. * Port Sysprof to work on RHEL 7 * Improvements to marks and counters displays * A new data frame in libsysprof-capture for memory allocations with stack traces. * sysprof-cli --merge can now be used to merge multiple syscap files together. * sysprof <program-path> can now be used to open Sysprof directly to a program to execute. * Sysprof now builds with additional security protections and optimization flags such as -Bsymbolic, -Wl,-z,defs, -Wl,-z,now, and -Wl,-z,relro. * Fixes for macOS * The ELF symbol resolver is faster * sysprof-cli now properly adds supplemental information to the capture file such as decoded symbols. This makes sharing syscap files across machines easier and more reliable. * A new mmap()'d ring buffer can be shared between processes for faster data transfer to sysprof. We expect more features around this SysprofCollector interface in future releases. * A new set if icons has been provided for the collectors * Translation updates Overview of changes in Sysprof 3.35.2 ===================================== * Build and test fixes * Track changes to gdbus-codegen * Include additional pkg-config variable for access to D-Bus data * Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-03yelp: upgrade 3.34.0 -> 3.36.0Andreas Müller
3.36.0 ====== * Updated translations: en_GB (Zander Brown) gl (Fran Dieguez) ms (Umarzuki Bin Mochlis Moktar) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-03yelp-xsl: upgrade 3.34.2 -> 3.36.0Andreas Müller
3.36.0 ====== * Added a syntax highlighter for Ducktype * Support multiple desc elements for links (MEP-0008) * Fixed missing link when group specified twice on topic links * Typo fix in docs * Updated translations: dz (Andre Klapper) en_GB (Zander Brown) ms (Umarzuki Bin Mochlis Moktar) tr (Emin Tufan Çetin) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-03graphene: initial add 1.10.0Andreas Müller
This was on my TODO for so long - now mutter 3.36.x depends on it Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-03metacity: upgrade 3.34.1 -> 3.36.1Andreas Müller
Version 3.36.1 ============== - Fix fullscreen regression. (#8) - Do not unfocus on new window. - Updated translations. Version 3.36.0 ============== - Fix fullscreen regression. - Remove some dead code. Version 3.35.92 =============== - Use ARGB visual for window frame. Version 3.35.1 ============== - Add support for _GTK_WORKAREAS_Dn. (!3) - Add support for _GNOME_WM_STRUT_AREA. - Clip shape region to window size. (#627879) - Don't move focus to fullscreen window that is on other monitor. - Fix blurry titlebar font. (#2) - Fix shadow regression with Metacity theme. - Fix some memory leaks. - Updated translations. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-03libwnck3: upgrade 3.32.0 -> 3.36.0Andreas Müller
============== Version 3.36.0 ============== Fixes * Add a weak reference callback to window to disconnect obsolete signal handlers (Alberts Muktupāvels) [GNOME/libwnck#141] * pager: Add scroll modes [GNOME/libwnck#134] * meson build fixes (Jan Alexander Steffens, Jan Tojnar, Victor Kareh) [GNOME/libwnck#139] Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-03libgweather: upgrade 3.34.0 -> 3.36.0Andreas Müller
============== Version 3.36.0 ============== This version contains translation updates, addition of a number of cities and airports, some memory leak and possible crash fixes. The gweather_location_get_english_name() function is also exported. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-03libgnomekbd: removeAndreas Müller
* last release was Feb 2019 * nothing depends on libgnomekbd Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-03grilo: upgrade 0.3.10 -> 0.3.12Andreas Müller
NEW in 0.3.12 ============= * #107 grl-source: Fix reference count in the bindings * Updated translations * Japanese * British English * Contributors to this release: Jean Felder <jfelder@gnome.org> NEW in 0.3.11 ============= * !52 pls: Support totem-pl-parser 3.26.4 * !51 build: Add a Meson dependency variable for libgrlpls * !50 build: Avoid using meson.source_root() * Contributors to this release: Sam Thursfield <sam@afuera.me.uk> Bastien Nocera <hadess@hadess.net> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>