summaryrefslogtreecommitdiffstats
path: root/meta-gnome
Commit message (Collapse)AuthorAgeFilesLines
* yelp,yelp-xsl,yelp-tools: Upgrade to 41 releaseKhem Raj2021-10-163-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This helps fixing with webkit 2.34+ yelp-xsl 41.0 ============= * Loosen CSS match for title/desc in linkdiv * Use better target contrasts for white-on-black yelp 41.1 ========= * Fixed validation issues in appdata file * Updated yelp-xsl dependency * Revamped a lot of color code to avoid deprecated Gtk API (Shaun McCance) * Search results and 'All Help' now use current styling (Shaun McCance) * Fixed aliasing on the icon (Jakub Steiner) * Build against webkit2gtk-4.1 by default (Javier Jardón) * Removed calls to deprecated Soup API (Carlos Garcia Campos) * Updated translations: oc (Quentin PAGÈS) yelp-tools 41.0 =============== * Updates documentation (Andre Klapper) * Updates to build files (Jan Tojnar) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* devilspie2: Add missing dependency on libxineramaKhem Raj2021-10-141-1/+1
| | | | | | | | | | Fixes | src/xutils.c:29:10: fatal error: 'X11/extensions/Xinerama.h' file not found | #include <X11/extensions/Xinerama.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | 1 error generated. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* devilspie2: Switch to using github repoKhem Raj2021-10-141-4/+7
| | | | | | | Use the latest commit on master branch which has lua 5.4 support as well. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: Inherit pkgconfigKhem Raj2021-10-141-1/+1
| | | | | | | | | | | Fixes configure: error: Package requirements (glib-2.0 >= 2.58.0 gobject-2.0 >= 2.58.0 gio-2.0 >= 2.58.0 gobject-introspection-1.0 libffi gthread-2.0 gio-2.0 >= 2.58.0 mozjs-60) were not met: No package 'mozjs-60' found Consider adjusting the PKG_CONFIG_PATH environment variable if you Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: update to main repoArmin Kuster2021-09-271-4/+2
| | | | | | | | | | | | The main repo is sourced from git://git.openembedded.org not github. Don't think oe-core.git exists. Lets be constent across all sub layers. Drop Revisions and Prioriiy from repo references as they are not used. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libchamplain: Inherit pkgconfigKhem Raj2021-09-241-1/+1
| | | | | | | | Fixes Did not find pkg-config by name 'pkg-config' Found Pkg-config: NO Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmypaint: Inherit pkgconfigKhem Raj2021-09-241-1/+1
| | | | | | | | Fixes ../git/configure: line 13030: syntax error near unexpected token `0.16' ../git/configure: line 13030: `PKG_PROG_PKG_CONFIG(0.16)' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* appstream-glib: Inherit pkgconfigKhem Raj2021-09-241-1/+1
| | | | | | | Fixes Did not find pkg-config by name 'pkg-config' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* site: Remove local site filesKhem Raj2021-09-243-46/+0
| | | | | | These entries are either in core or redundant Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gdm: Add polkit to required distro featuresKhem Raj2021-09-171-1/+1
| | | | | | | | it depends on accountservice package which already needs this DISTRO_FEATURE Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* gjs: Remove valgrind dependency on rv32/rv64Khem Raj2021-09-031-0/+4
| | | | | | valgrind is not yet ported to these archtectures Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: fix typo in RDEPENDS variable namePatrick Williams2021-09-031-1/+1
| | | | | Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* metacity: Add a patch to create build/src/core before moving generated ↵Zoltán Böszörményi2021-08-292-1/+69
| | | | | | | sources to it Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: upgrade 1.22.0 -> 1.24.0Andreas Müller2021-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | ======================================================= network-manager-applet-1.24.0 Overview of changes since network-manager-applet-1.22.0 ======================================================= * If Polkit permissions allow it, create system connections (instead of user-restricted ones) when clicking on a Wi-Fi network in the applet. * Fix display of blurry applet icon. * Use the "port" word for dependend devices and profiles in the editor. * Support storing and retrieving WireGuard preshared-key into/from a keyring. * Update translations. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: add selinux to PACKAGECONFIG if enable selinux ↵Yi Zhao2021-08-121-1/+1
| | | | | | | distro feature Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: Update to honisterMartin Jansa2021-08-031-1/+1
| | | | | | | This marks the layers as compatible with honister now they use the new override syntax. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-0384-202/+202
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtksourceview4: work around dependency deficiencyJoe Slater2021-08-031-0/+12
| | | | | | | | | Compile in two stages. First, generate gtksourceview-gresources.h, then compile everything else. Adding the dependency is not trivial so we wait for upstream and add a benign workaround. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-desktop3: upgrade 3.36.6 -> 3.38.8wangmy2021-07-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-backgrounds: upgrade 3.36.0 -> 3.38.0wangmy2021-07-271-2/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: upgrade 40.2 -> 40.4wangmy2021-07-271-1/+1
| | | | | | | | | | | | ============== Evince 40.4 ============== shell: * fix compilation error when DBus is disabled (Tom Schoonjans) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp: upgrade 40.2 -> 40.3wangmy2021-07-161-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gimp: remove --disable-vector-iconsAndreas Müller2021-07-081-5/+0
| | | | | | | These were workarounds for broken gegl-native Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gegl: Disable pango on native build to fix gimp build segfaultsAndreas Müller2021-07-081-2/+2
| | | | | | | | | | | | | | | | Achieve by adding a PACKAGECONFIG for pango and keep that out of native. * pango support is not required for gimp build * pango support caused random segmentation faults building gimp. To work around vector support was disabled for many arches. Am not sure but segfaults might be caused by missing font configuration on native: | Fontconfig error: Cannot load default config file Now with upcoming pango 1.48.7 build of gimp build is broken completely: All calls of gegl caused segfaults. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* babl: upgrade 0.1.86 -> 0.1.88zangrc2021-07-061-1/+1
| | | | | | | Consistency fixes to format names, in particular for palettized formats. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: upgrade 40.1 -> 40.2zangrc2021-06-181-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphene: upgrade 1.10.2 -> 1.10.6zhengruoqin2021-06-101-2/+4
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome: gnome-shell: Move gsettings to their own packageJoshua Watt2021-06-091-2/+4
| | | | | | | | | Moves the gnome-shell-gsettings package to it's own package so that other desktop environments that depends on it can pull it in without pulling in all of gnome-shell Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp: upgrade 3.36.0 -> 40.2Andreas Müller2021-06-091-2/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp-tools: upgrade 3.32.2 -> 40.0Andreas Müller2021-06-091-3/+5
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp-xsl: upgrade 3.36.0 -> 4.02Andreas Müller2021-06-091-4/+3
| | | | | | | For a copy of highlight.js they added BSD-3-Clause license Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: upgrade 40.1 -> 40.2Andreas Müller2021-06-091-1/+1
| | | | | | | | | | | | Major changes in 40.2 ===================== * Fix missing "Open Scripts Folder" menu item (Ondrej Holy) * Prevent reopening of previewer on window focus (Felipe Borges) * Keep working directory when executing scripts (António Fernandes) * Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgdata: upgrade 0.17.13 -> 0.18.1Andreas Müller2021-06-091-1/+1
| | | | | | | | | | | | | | | | Overview of changes from libgdata 0.18.0 to libgdata 0.18.1 =========================================================== * Translation updates Overview of changes from libgdata 0.17.13 to libgdata 0.18.0 ============================================================ * Add support for Team Drives (work by Ondrej Holy) (#25) * Bugs fixed: - #25 Team drives API support needed * Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: upgrade 1.44.1 -> 1.48.1Andreas Müller2021-06-091-2/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtksourceview4: upgrade 4.6.1 -> 4.8.1Andreas Müller2021-06-091-3/+2
| | | | | | | | | | | | | | | | | | | | | | News in 4.8.1, 2021-03-02 ------------------------- * Fix highlighting in presence of byte-order-marks (BOM) * meson.lang: Update keywords to 0.55.3 syntax * cmake.lang: Update keywords to 3.18.2 syntax * go.lang: make "0i" syntax highlight as integer * Translation updates News in 4.7.90, 2020-08-07 -------------------------- * Bump GTK requirement to 3.24 for gdk_window_move_to_rect() * Use gdk_window_move_to_rect() to more reliably position completion windows * erb.lang: initial support for ERB * javascript.lang, typescript.lang: various correctness and performance improvements. * Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gspell: upgrade 1.8.4 -> 1.9.1Andreas Müller2021-06-091-1/+1
| | | | | | | | | | | | News in 1.9.1, 2020-10-10 ------------------------- * gspell_language_get_name() is now implemented with the ICU library, not with the iso-codes package. As a result, gspell no longer depends on the iso-codes, and has the ICU as a new dependency. * Translation updates. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-terminal: upgrade 3.36.2 -> 3.40.2Andreas Müller2021-06-091-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-online-accounts: upgrade 3.36.0 -> 3.40.0Andreas Müller2021-06-091-2/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-keyring: upgrade 3.36.0 -> 40.0Andreas Müller2021-06-091-3/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-autoar; upgrade 0.3.2 -> 0.3.3Andreas Müller2021-06-091-2/+1
| | | | | | | | | Major changes in 0.3.3: * extractor: Fix extraction of one file archives (Ondrej Holy) * compressor: Fix usage of uninitialized value (Ondrej Holy) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* file-roller: upgrade 3.38.1 -> 3.40.0Andreas Müller2021-06-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | version 3.40.0 -------------- Bugs fixed: * Error when creating an archive with no extension (!99) * Fixed encrypted files emblem (!120) * Open destination: fixed when using junk_paths (!112) New or updated application translations: * Romanian (Florentina Mușat) * Ukrainian (Yuri Chornoivan) version 3.39.1 -------------- New features and user visibile changes: * Let nautilus handle properly rar files. (Simental Magana, Marcos) (!1813) * Remember If Showing Other Options. (programmer-ceds) * Action Enter key in password field. (programmer-ceds) * libarchive: multicore xz compression. (Julian Groß) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: upgrade 3.40.1 -> 3.40.2Andreas Müller2021-06-091-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dconf: upgrade 0.38.0 -> 0.40.0Andreas Müller2021-06-091-1/+2
| | | | | | | | | | | | | | | | | | | | | Changes in dconf 0.40.0 ======================= - common: Add missing G_BEGIN/END_DECLS to allow use of headers from C++ code (Philip Withnall, !67) Changes in dconf 0.39.1 ======================= - build: improve libdconf visible symbols (Inigo Martinez, Daniel Playfair Cal, !59) - engine: do not emit optimistic change notifications unless the local value is different (Daniel Playfair Cal, !2) - build: minor fixes to bash completion script (Philip Withnall, !64) - service: add a systemd unit for D-Bus activation (Simon McVittie, !63) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gthumb: initial add 3.10.3Andreas Müller2021-06-092-1/+33
| | | | | | | | Make polkit and GI as required distro features it depends on colord which needs these features to compile Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-flashback: upgrade 3.36.3 -> 3.40.0Andreas Müller2021-06-091-2/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* metacity: upgrade 3.36.1 -> 3.40.0Andreas Müller2021-06-091-2/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker-miners: upgrade 3.0.5 -> 3.1.1zangrc2021-06-092-4/+5
| | | | | | | | | | Refresh the following patch: 0001-meson.build-Just-warn-if-we-build-without-libseccomp.patch Enable seccomp if distro feature is on Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker: upgrade 3.0.4 -> 3.1.1zangrc2021-06-091-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-font-viewer: upgrade 3.34.0 -> 40.0Andreas Müller2021-06-051-3/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-disk-utility: upgrade 3.36.3 -> 40.1Andreas Müller2021-06-051-2/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>