Commit Graph

1218 Commits

Author SHA1 Message Date
Armin Kuster
7fbb276718 recipes: Update SRC_URI branch and protocols
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: Armin Kuster <akuster808@gmail.com>
2021-11-13 07:45:48 -08:00
Changqing Li
9ee0e08ba2 libgtop: fix do_compile error
On some distros, such as fedora32, cross compile failed with following
error since host library is used. undefined reference to
`stat64@GLIBC_2.33'

According doc of ld, set searchdir begins with "=", but not hardcoded
locations.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a6d1ddf7a9)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-05-23 08:29:00 -07:00
Andreas Müller
280a7a1692 libgtop: tidy up recipe
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 55c0d740bc)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-05-23 08:28:56 -07:00
Yi Zhao
88db66c3e1 gvfs: rdepend on gsettings-desktop-schemas
The gvfs-udisks2-volume-monitor requires gsettings-desktop-schemas.

Fixes:
gvfs-udisks2-vo[1780]: Settings schema 'org.gnome.desktop.lockdown' is not installed
kernel: show_signal: 26 callbacks suppressed
kernel: traps: gvfs-udisks2-vo[1780] trap int3 ip:7f856be349c7 sp:7ffe34561e60 error:0 in libglib-2.0.so.0.6600.7[7f856bdf8000+88000]
systemd[1637]: gvfs-udisks2-volume-monitor.service: Main process exited, code=killed, status=5/TRAP
systemd[1637]: gvfs-udisks2-volume-monitor.service: Failed with result 'signal'.
systemd[1637]: Failed to start Virtual filesystem service - disk device monitor.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 6710d0bba5)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-25 15:10:08 -07:00
Khem Raj
8dcdded940 gimp: Disable vector icons on musl/x86
it uses qemu underneath which segfaults on musl/x86
until its fixed, we disable vector icons

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 44ca91f0fe)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-25 15:09:33 -07:00
Khem Raj
2da88af434 gimp: Disable vector icon generation on mips/glibc too
it uses qemu during builds and ends up with multiple crashes

make[3]: *** [Makefile:2395: 24/media-optical.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2395: 24/gimp-center.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2395: 24/gimp-channel-blue.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2395: 24/gimp-channel.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2395: 24/gtk-select-color.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2395: 24/gimp-business-card.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2395: 24/gimp-channel-gray.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2395: 24/media-floppy.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2395: 24/gimp-channel-alpha.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2395: 24/dialog-information.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2395: 24/document-print.svg] Segmentation fault (core dumped)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
(cherry picked from commit ab840d991a)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-18 13:49:13 -07:00
Khem Raj
a0161fe075 gjs: Fix build with gcc11
Partially backport an upstream fix to 1.58

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
(cherry picked from commit 6f2099cf78)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-07 18:45:52 -07:00
zangrc
5012073635 gnome-autoar: upgrade 0.2.4 -> 0.3.1
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a281dd572c)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-03 07:46:03 -07:00
akuster
4ff36ed798 README: updated Maintainers list for Hardknott
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-31 07:05:07 -07:00
Khem Raj
340af54233 gimp: Disable vector iconn on rv32/musl
qemu crashes during build
| make[3]: *** [Makefile:2395: 24/gimp-channel-alpha.svg] Segmentation fault (core dumped)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-28 12:12:58 -07:00
Khem Raj
cf7af79427 gnome-settings-daemon: Do not generate meson.native
OE-core now uses native-file instead of environment variables
so its not needed

Fixes
ERROR: Multiple producers for Ninja target "TOPDIR/build/tmpfs/work/armv7vet2hf-neon-yoe-linux-gnueabi/gnome-settings-daemon/3.36.1-r0/meson.native". Please rename your targets.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
Cc: Ross Burton <ross.burton@arm.com>
2021-03-28 12:12:58 -07:00
Khem Raj
c7b77535e0 tracker-miners: Check for commercial license to enable ffmpeg
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-03-28 12:12:57 -07:00
Khem Raj
3495464942 gsound: Use () instead of {} for makefile variable in gsound_play_VALAFLAGS
Fixes build with latest perl/autoconf

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-03-20 23:53:13 -07:00
Khem Raj
5daae70617 layers: Drop gatesgarth from LAYERSERIES_COMPAT
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-19 11:58:17 -07:00
Khem Raj
797c3d1e08 libnma: Disbale vapi
introspection is not supported for ppc64

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-12 17:22:09 -08:00
Daniel Wagenknecht
e8dd3c0251 gnome-keyring: set file capabilities in pkg_postinst
file capabilities need to be set on gnome-keyring-daemon. This is now
possible using pkg_postinst function on the build host. Previous
workarounds are not needed anymore.

Signed-off-by: Daniel Wagenknecht <dwagenknecht@emlix.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-08 12:51:44 -08:00
Khem Raj
07a5c027e0 dconf-editor: Fix build with vala 0.50.4
Backport
https://gitlab.gnome.org/GNOME/dconf-editor/-/merge_requests/17

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-03-06 08:55:28 -08:00
Khem Raj
57a7c1ed7d gimp: Disable svg icons on arm
latest gcc11 causes segmentation faults during build

| make[3]: *** [Makefile:2395: 24/gimp-color-space-perceptual.svg] Segmentation fault
| make[3]: *** [Makefile:2395: 24/gimp-char-picker.svg] Segmentation fault

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-03-03 19:55:28 -08:00
Khem Raj
ff4787b696 gimp: Add missing dependencies
Disable checking for updates during runtime

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-03-03 19:55:28 -08:00
Khem Raj
1498b3407f nautilus: Drop use of volatile
volatile qualifier has been dropped in gcc11

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-03-03 11:08:29 -08:00
Khem Raj
70bb7222b8 yelp-xsl: Mark native libxml2 in rdeps
Using libxml2 create a runtime dependency on target libxml2 instead of
native libxml2, which is what we want here.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-02-12 16:53:39 -08:00
Andreas Müller
3c59ea70e9 gegl: upgrade 0.4.26 -> 0.4.28
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-02-11 09:28:44 -08:00
Andreas Müller
5ab5dad843 babl: upgrade 0.1.82 -> 0.1.84
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-02-11 09:28:44 -08:00
Khem Raj
c58581e03a gimp: Fix build with autoconf-2.70+
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-02-06 12:31:31 -08:00
Khem Raj
1ef86daeb5 libmypaint: Fix build with autotools 2.70+
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-02-05 18:47:13 -08:00
Andreas Müller
ba4968cb68 gparted: upgrade 1.1.0 -> 1.2.0
GParted 1.2.0 (2021-01-25)

Release Notes

This release of GParted includes enhancements, bug fixes and language translation updates.
Key changes include:

    Add exFAT support using exfatprogs
    Wait for udev change on /dev/DISK when erasing signatures
    Don't try to mask non-existent Systemd \xe2\x97\x8f.service

Bug Fixes

    Add exFAT support using exfatprogs (!30)
    Fix gparted not launching when PS_FORMAT environment variable set (!54)
    Wait for udev change on /dev/DISK when erasing signatures(#83, !55)
    Raise minimum supported dosfstools to 3.0.18 (!57)
    Fix formatting directive in it.po (!58)
    Fix GNOME GitLab CI test job failures because of missing /dev entries (!59)
    Fix GitLab CI job failures following Ubuntu docker image updates (!60)
    Fix CentOS 7 CI test job fails because of zero sized /etc/machine-id (!62)
    Set default alignment to cylinder for amiga partition table (#116, !63)
    Don't try to mask non-existent Systemd \xe2\x97\x8f.service (#129, !64)

Code Credits

Code enhancements are courtesy of Mike Fleetwood, Antoine Viallon and Curtis Gedak.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-28 16:53:13 -08:00
Nicolas Jeker
ae22b4835c network-manager-applet: Build without libteam support
NetworkManager is curently built without libteamdctrl support, so
disable it in the applet, too.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-28 16:40:01 -08:00
Andreas Müller
cedc6044c4 appstream-glib: upgrade 0.7.17 -> 0.7.18
Version 0.7.18
~~~~~~~~~~~~~~
Released: 2020-09-07

New Features:
 - Add content rating system APIs from gnome-software (Philip Withnall)
 - Add "validate-version" command (Florian Müllner)

Bugfixes:
 - Allow timestamp in the future in validate-relax (Bartłomiej Piotrowski)
 - Don't ignore localized strings that are the same as original (Isaque Galdino)
 - Fix crash with invalid children of <ul/> (Fabian Vogt)
 - Lower the OARS/CSM mapping of sex-homosexuality/intense (Philip Withnall)
 - Properly initialize mutexes (Laurent Bigonville)
 - Test launchable tags in validation (Ian McInerney)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-21 17:50:42 -08:00
Andreas Müller
ed75a35ba3 evince: upgrade 3.36.7 -> 3.38.0
clang patches are not necessary any more

================
Evince    3.38.0
================
build:
  * Build using libm in some of the backends (Sebastien Bacher)
dvi:
  *  Minus sign doesn't appear with mathdesign fonts (#1477, David C. Sterratt)
pdf:
  *  Reimplement 'de facto' tooltip with no ABI break (Germán Poo-Caamaño)
Developers:
  * David C. Sterratt, Germán Poo-Caamaño, Sebastien Bacher
Translations:
  * Asier Sarasua Garmendia (Basque)
  * Rafael Fontenelle (Brazilian Portuguese)
  * Goran Vidović (Croatian)
  * Nathan Follens (Dutch)
  * Jiri Grönroos (Finnish)
  * Julien Humbert (French)
  * Balázs Úr (Hungarian)
  * sicklylife (Japanese)
  * Changwoo Ryu (Korean)
  * Danial Behzadi (Persian)
  * Yuri Chornoivan (Ukrainian)

=================
Evince    3.37.90
=================
build:
  * Bump glib requirement to 2.44 (Germán Poo-Caamaño)
  * Correct a typo in meson.build (Felix Yan)
ci:
  * remove deprecated jobs (Jordan Petridis)
dvi:
  * Fix some math fonts when using virtual fonts (#53, David C. Sterratt)
libdocument:
  * Replace deprecated GTime by GDateTime (vanadiae)
libview:
  * Fix deprecation for getting background color (Germán Poo-Caamaño)
Developers:
  * David C. Sterratt, Felix Yan, Germán Poo-Caamaño, Jordan Petridis, vanadiae
Translations:
  * Boyuan Yang (Chinese (China))
  * Marek Černocký (Czech)
  * Jiri Grönroos (Finnish)
  * Thibault Martin (French)
  * Fabio Tomat (Friulian)
  * Fran Dieguez (Galician)
  * Kukuh Syafaat (Indonesian)
  * Aurimas Černius (Lithuanian)
  * Piotr Drąg (Polish)
  * Марко Костић (Serbian)
  * Matej Urbančič (Slovenian)
  * Daniel Mustieles (Spanish)
  * Anders Jonsson (Swedish)
  * Emin Tufan Çetin (Turkish)
  * Yuri Chornoivan (Ukrainian)

================
Evince    3.37.3
================
backend:
  * Add support for xmpRights:UsageTerms in PDF (#128, Juanjo Marín)
  * Fix -Werror=format=2 fixes on dvi for ARM (#1429, Germán Poo-Caamaño)
  * Fix warnings (Germán Poo-Caamaño)
build:
  * Remove autotools (Iñigo Martínez)
  * add usual meson build directory to gitignore (vanadiae)
cut-n-paste:
  * Add libdazzle utilities to open file manager (Germán Poo-Caamaño)
  * Use async calls in file manager (Germán Poo-Caamaño)
  * filemanager: create proxy synchronously (Christian Hergert)
data:
  * Add man pages for evince-previewer and evince-thumbnailer (#680, Caolán McNamara)
  * Crop out of place pixel line of screenshot (Germán Poo-Caamaño)
flatpak:
  * Bump gnome-desktop to 3.36.1 (Germán Poo-Caamaño)
  * Bump poppler to 0.89.0 (Germán Poo-Caamaño)
  * Update Flatpak for app-provided gdk-pixbuf loader (Bastien Nocera)
  * don't build user help as slow and not needed for development (vanadiae)
help:
  * Link to the GNOME Desktop help for two print pages (#1344, Pranali Deshmukh)
  * Updated annotation navigation page (#1345, Pranali Deshmukh)
history:
  * Add links when jumping to first or last page. (#785627, #810, Casey Jao)
  * Don't assume EvLink has always a valid EvLinkAction (#810, Nelson Benítez León)
  * Move some responsibilities out of EvHistory. (#785627, #810, Casey Jao)
  * Record current page when going back in history (#810, Casey Jao)
  * Record links in history when activating bookmarks (#785627, #810, Casey Jao)
libdocument:
  * Annotate deprecated function (Germán Poo-Caamaño)
  * Load application-specific gdk-pixbuf loaders (Bastien Nocera)
libview:
  * Add delay before showing link preview popover (#662, Mads Chr. Olesen)
  * Adjust preview size and contents' position (#662, Henry Gebhardt)
  * Allow find results be styled with CSS (Germán Poo-Caamaño)
  * Cleanup link preview popover, on mouseover of it (#662, Mads Chr. Olesen)
  * Fix deprecated use of gdk_flush (Germán Poo-Caamaño)
  * Fix gtk_drag_begin deprecations (Germán Poo-Caamaño)
  * Increase page duration resolution (#637, Marc Vinyals)
  * Let handle_cursor_over_xy handle link preview (#662, Mads Chr. Olesen)
  * Make a preview popover for links (#662, Mads Chr. Olesen)
  * Remove gtk_adjustment_changed calls (Germán Poo-Caamaño)
  * Remove unused variables (#1010, Germán Poo-Caamaño)
  * Replace "cursor-color" by "caret-color" (Germán Poo-Caamaño)
  * Make contrast functions available in all libview/ (vanadiae)
  * Use annotation color for the close button (vanadiae)
meson:
  *  set license to GPLv2+ as it's the one for the license notices (vanadiae)
misc:
  * Add contribution guidelines (Germán Poo-Caamaño)
  * Add editorconfig file to keep style consistency (vanadiae)
  * Fix formatting CONTRIBUTING.md (Germán Poo-Caamaño)
  * Fix tabs in guidelines for contributors (Germán Poo-Caamaño)
  * Make "Open Containing Folder" work in flatpak (#1147, Casey Jao)
  * Update POTFILES.skip (Piotr Drąg)
  * Updated Contribution Guidelines (Pranali Deshmukh)
  * Fix warning on documents lacking annotations interface (Nelson Benítez León)
shell:
  *  Add meaningful description in about dialog (#1418, Germán Poo-Caamaño)
  *  Check "page-changed" in EvSidebarBookmarks (#623, Casey Jao)
  *  Fix interval for displaying the loading message (Germán Poo-Caamaño)
  *  Make opening file year-2038-safe (Germán Poo-Caamaño)
  *  Use GMenu for bookmarks' popup menu (Germán Poo-Caamaño)
  *  Use GtkFileChooserNative for opening and saving files. (Casey Jao)
snap:
  *  Don't specify candidate channel for the build snap (Ken VanDine)
  *  updated to use latest snapcraft extension. Fixes #1426 (Ken VanDine)
synctex:
  *  Annotate more functions that wraps formatting strings (Germán Poo-Caamaño)
  *  Sync against upstream synctex (Germán Poo-Caamaño)
Developers:
  * Bastien Nocera, Caolán McNamara, Casey Jao, Christian Hergert, Germán Poo-Caamaño, Henry Gebhardt, Iñigo Martínez, Juanjo Marín, Ken VanDine, Mads Chr. Olesen, Marc Vinyals, Nelson Benítez León, Piotr Drąg, Pranali Deshmukh, vanadiae
Translations:
  * Gil Forcada (Catalan)
  * Jordi Mas (Catalan)
  * Boyuan Yang (Chinese (China))
  * Baurzhan Muftakhidinov (Kazakh)
  * Daniel Șerbănescu (Romanian)
  * Florentina Mușat (Romanian)
  * Matej Urbančič (Slovenian)
  * Daniel Mustieles (Spanish)
  * Emin Tufan Çetin (Turkish)
  * Yuri Chornoivan (Ukrainian)

================
Evince    3.37.2
================
backends:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)
  *  Fix -Wformat-zero-length warning (Germán Poo-Caamaño)
build:
  *  use so suffix on macOS (Tom Schoonjans)
ci:
  *  Fix meson targets (Germán Poo-Caamaño)
cut-n-paste:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)
Developers:
  * Germán Poo-Caamaño, Tom Schoonjans
Translations:
  * Kukuh Syafaat (Indonesian)

================
Evince    3.37.1
================
build:
  * Use lowercase for project name in meson (Germán Poo-Caamaño)
  * Add 'user_doc' option to meson (Nelson Benítez León)
ci:
  * build with meson by default and autotools manually (Germán Poo-Caamaño)
flatpak:
  * Update Poppler to 0.88.0 (Casey Jao)
libview:
  * Fix typo in parameter's description (Yuri Chornoivan)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-13 10:22:23 -08:00
Andreas Müller
9128c30e11 amtk: upgrade 5.1.1 -> 5.2.0
News in 5.2.0, 2020-09-10
-------------------------
* Translation updates.

News in 5.1.2, 2020-09-04
-------------------------
* Build system: better support for Visual Studio.
* Translation updates.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-13 10:22:23 -08:00
Andreas Müller
e7124d7540 dconf-editor: upgrade 3.36.2 -> 3.38.2
dconf-editor 3.38.2

=====================
Just a translations release.
Translations updated:
  Catalan: Jordi Mas
  Friulian: Fabio Tomat
  Hebrew: Yosef Or Boczko
  Portuguese: Juliano de Souza Camargo

dconf-editor 3.38.0
=====================
New stable release! Contains mainly translations updates. Great!

dconf-editor 3.37.91
=====================
First beta release! Contains mainly translations updates. Great!
Translations updated:
  Catalan: Jordi Mas
  Chinese (China): Dz Chen, Zephyr Wang 王滋涵 and Boyuan Yang
  British English: Zander Brown
  Indonesian: Kukuh Syafaat
  Japanese: sicklylife

dconf-editor 3.36.7
=====================
Just a translation release.
Translation updated:
  Chinese (China): Boyuan Yang

dconf-editor 3.36.4
=====================
Just a translations release.
Translations updated:
  Kazakh: Baurzhan Muftakhidinov
  Slovak: Dušan Kazik

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-13 10:22:23 -08:00
Andreas Müller
7223faf881 dconf: upgrade 0.36.0 -> 0.38.0
Changes in dconf 0.38.0

=======================

 - build: Install bash-completion relative to datadir (Jan Trojnar, !58)
 - client: add `dconf compile` to shell autocomplete (Andreas Polnas, !60)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-13 10:22:23 -08:00
Khem Raj
47ed43deb2 dconf: Add leading whitespace for append operator
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-15 12:25:53 -08:00
Khem Raj
a06cdf5a4c gedit: Inherit python3targetconfig
This is needed to find _PYTHON_SYSCONFIGDATA_NAME

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-15 12:25:53 -08:00
Khem Raj
8fbaa7e41c layer.conf: Add hardknott to LAYERSERIES_COMPAT
Thats codename for 3.3

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-04 12:43:55 -08:00
Khem Raj
5752f9954e ibus: Update to 1.5.3 plus fix for vala 0.50
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-03 11:03:45 -08:00
Alexander Kanavin
46ac17595b gnome-calendar: update to 3.38.1, add libhandy 1.x support
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-02 09:00:51 -08:00
Khem Raj
cd9eaf4318 meta-openembedded: Add gatesgarth to LAYERSERIES_COMPAT
Remove older releases from COMPAT

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-15 11:42:15 -07:00
Andreas Müller
780b1ccb6d gimp: upgrade 2.10.20 -> 2.10.22
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-13 22:33:05 -07:00
Andreas Müller
a1f938bf9c gegl: upgrade 0.4.24 -> 0.4.26
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-13 22:33:05 -07:00
Andreas Müller
9c8a04c239 babl: upgrade 0.1.78 -> 0.1.82
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-13 22:33:05 -07:00
Alejandro Enedino Hernandez Samaniego
68aa720b48 gedit: Add gsettings-desktop-schemas to RDEPENDS
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-24 12:42:04 -07:00
Andreas Müller
80b76f79d1 gjs: upgrade 1.58.7 -> 1.58.8
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-20 12:47:40 -07:00
Andreas Müller
ab6a105b8a tracker-miners: upgrade 2.3.3 -> 2.3.5
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-20 12:47:40 -07:00
Andreas Müller
5413f38ba8 tracker: upgrade 2.3.4 -> 2.3.6
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-20 12:47:40 -07:00
Andreas Müller
ae8a420866 libgdata: upgrade 0.17.12 -> 0.17.13
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-20 12:47:40 -07:00
Andreas Müller
3d30e6a0eb gspell: upgrade 1.8.3 -> 1.8.4
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-20 12:47:40 -07:00
Andreas Müller
8e82b89110 grilo: upgrade 0.3.12 -> 0.3.13
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-20 12:47:40 -07:00
Andreas Müller
264f979814 gnome-desktop3: upgrade 3.36.5 -> 3.36.6
===============
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-20 12:47:40 -07:00
Andreas Müller
4c97b581f3 gnome-settings-daemon: Remove wrong RDEPEND
* 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-20 12:47:40 -07:00