Commit Graph

1600 Commits

Author SHA1 Message Date
Andreas Müller
5c65fb53e3 zenity: Upgrade 3.32.0 -> 3.41.0 / meson build / rework
* 3.41.0 looks a stable version. See Chanhelog below and e.g Fedora ships
  3.41.0 too
* Instead of deleting gdialog, fix it and split out into separate package
* Add PACKAGECONFIGs for libnotify and webkitgtk - disabled by default

Zenity 3.41.0
    - Port to meson (Logan Rathbone)
    - Code cleanups (Simon McVittie)
    - Translation updates (various contributors; see git log history)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-11 17:51:55 -08:00
Andreas Müller
342de9bf51 gnome-shell-extensions: Enable gnome-classic session for wayland
Wonder why upstream does not ship this: Session runs perfectly fine

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-11 17:51:55 -08:00
Alexander Kanavin
c950d3966b libportal: add from oe-core
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-11 17:51:55 -08:00
Andreas Müller
112cca9f47 packagegroup-gnome-desktop: Mark TUNE_PKGARCH specific
Fixes:
| ERROR: packagegroup-gnome-desktop-1.0-r0 do_package_write_ipk: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (gmime-dev to libgmime-3.0-dev)
| ERROR: packagegroup-gnome-desktop-1.0-r0 do_package_write_ipk: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (gnome-menus-dev to libgnome-menu-3-dev)
| ERROR: packagegroup-gnome-desktop-1.0-r0 do_package_write_ipk: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (gmime to libgmime-3.0-0)
| ERROR: packagegroup-gnome-desktop-1.0-r0 do_package_write_ipk: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (gnome-menus to libgnome-menu-3-0)
| ERROR: packagegroup-gnome-desktop-1.0-r0 do_package_write_ipk: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (gmime-dbg to libgmime-3.0-dbg)
| ERROR: packagegroup-gnome-desktop-1.0-r0 do_package_write_ipk: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (gnome-menus-dbg to libgnome-menu-3-dbg)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 11:10:02 -08:00
Andreas Müller
8a33afe667 Rename gnome-menus3 -> gnome-menus
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 11:10:02 -08:00
Andreas Müller
e327a5f3b8 Drop gnome-desktop3 providers
* gnome-desktop3 name was left from gnome2 times
* RPROVIDES was broken: Both gnome-desktop and libgnome-desktop were added to
  RPROVIDES. This caused images with missing gnome-desktop

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 11:10:02 -08:00
Andreas Müller
fd17b9ddd9 gnome-shell: Add gnome-desktop to RDEPENDS
Without this only gnome-desktop libs are installed and gnome-shell complains
for missing 'GnomeDesktop' typelib.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 11:10:02 -08:00
Andreas Müller
e0f4e74671 nautilus: upgrade 40.2 -> 41.1
Major changes in 41.1
=====================
* Cache Scripts and New Document menus to avoid lags (António Fernandes)
* Ellipsize subtitle label in trash bar to reduce minimum width (António Fernandes)
* Fix build with meson 0.60.0 (Albert Vaca Cintora)
* Don't change action when unchecking in File Conflict dialog (António Fernandes)
* Fix progress reporting when skipping during extraction (Ondrej Holy)
* Offer skipping in case of extraction failure only when there are more files (Ondrej Holy)
* Remove leftover files after extraction failure (Ondrej Holy)
* Set keyboard focus on the row with the selected archive format (Clyde Laforge)
* Translation updates

Major changes in 41.0
=====================
* Translation updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
dfc3ed7083 mutter: upgrade 41.0 -> 41.2
41.2
====
* Fix blank screen when unplugging docking station [Jonas; !2097]
* Prefer GBM over EGLStream where possible [Jonas; !2051, !2052]
* Fix unredirected Xwayland windows not getting updated [Michel; !2112]
* Improve anti-aliasing of background corners [Daniel; !2102]
* Copy damage rectangles to secondary GPU [Piotr; !2033]
* Improve Wacom tablet mapping [Carlos; !2107]
* Fixed crashes [Jonas, Daniel; #1950, !2081, !2104, !1991, !2127]
* Misc. bug fixes and cleanups [Simon, Corentin, Pascal; !2049, !2119, !2138]

41.1
====
* Fix monitor screencast scanouts [Michel; !1914]
* dma-buf: Use alpha-less pixel formats where appropriate [Robert; !1810]
* wayland: Allow clients to maximize windows regardless of constraints
  [Christian; !1997]
* Handle hotplug events without relevant changes more effectively
  [Marco; !1964]
* Improve error reporting when startup fails [Jonas; !1994]
* dma-buf: Add support for ABGR and XBGR formats [Erfan; !1999]
* Fix X11 middle button emulation setting [José; !2000]
* Include server-side shadows in window screenshots [Robert; !1996]
* Don't change workspaces of unmanaged windows [Sebastian; !2003]
* Reset idletime when unplugging the power cable [Bastien; !2029]
* xwayland: Avoid unnecessary _NET_WM_STATE events [Dor; !2032]
* Fix videos in Firefox stuttering in overview [Robert; !2034]
* Don't use atomic mode setting for virtio_gpu driver [Jonas; !2040]
* Improve on-screen keyboard on X11 [Sebastian, Ray; !1955, !2039]
* misc [Daniel, Jonas, Corentin, Robert; !1992, !2007, !2008, !2026, !2044]
* Fix text glitches after size changes [Sebastian; !2006]
* Fix reporting output rotation to xwayland [Olivier; !2050]
* wayland: Accept final preference of drop destination [Robert; !2043]
* Fix erratic scrolling in GTK apps [Carlos; gnome-shell#4647]
* Fix tilt direction of pen/tablet inputs [Quytelda; !2065]
* Use b/w unicode for tablet mode OSD [Carlos; !2064]
* Fix negative paint volume offscreen effect [Sebastian; !2031]
* Only add paint volumes of mapped actors to stage clip [Robert; !2035]
* Fix mapping tablet input to correct monitor [Jason; !1934]
* Misc. bug fixes and cleanups

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
b969536a69 metacity: upgrade 3.40.0 -> 3.42.0
refresh/remove patch

Version 3.42.0
==============
- Enable XPresent compositor. (#13)
- Fix regression in opacity handling. (#19)
- Fix tooltip style. (#25)
- Updated translations.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
e44420be96 libgtkstylus: remove
nothing around dependa on it

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
436b97d0ca libgsf: upgrade 1.14.47 -> 1.14.48
libgsf 1.14.48
* Fix win32 build.
* Add "zip64" readable property of GsfInfileZip.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
99e46c3a02 gtksourceview4: upgrade 4.8.1 -> 4.8.2
News in 4.8.2, 2021-09-03
-------------------------
* New syntax highlighting definition file for: STAR
* Improved syntax highlighting definition file for: YARA, LLVM
* GtkSourceMap now avoids animation while scrolling in response
  to clicks. This should help prevent some hysteresis.
* GObject Introspection fixes
* Fixed decrement of negative numbers in GtkSourceView
* Improvements to style schemes: kate
* Fixed build-time macros for version checking in some scenarios
* Translation updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
e010e763ce gthumb: upgrade 3.10.3 -> 3.12.0
version 3.12.0
--------------
 Bugs fixed:
  * Fix memory leak when loading webp, jxl, avif images. (Jürg Billeter)
  * Check if image is null before using it. (!189)
  * Added a Flatpak manifest. (AsciiWolf)

 Translation updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
9f4b8346a9 gsound: upgrade 1.0.2 -> 1.0.3 / build with meson
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
c8936b7da8 gnome-terminal: upgrade 3.42.0 -> 3.42.1
Czech translation update

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
9f3d5f7379 gnome-system-monitor: upgrade 40.1 -> 41.0
Translations only

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
c8457b608c gnome-shell-extensions: upgrade 41.0 -> 41.1
41.1
====
* native-window-placement: Fix distorted layout in app grid [Sebastian; !189]
* window-list: Fix on-screen keyboard [Florian; !199]
* Misc. bug fixes [Neal; !195]

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
b66fb646dc gnome-shell: upgrade 41.0 -> 41.2
41.2
====
* Fix wrongly rejected D-Bus calls after gnome-shell restarts [Sebastian; !2048]
* magnifier: Avoid offscreen rendering if possible [Sebastian; !2026]
* Improve handling of all-day/zero-length events in calendar [Sebastian; !2023]
* Keep keyboard focus in notification list after deleting message [Dylan; !2053]
* Misc. bug fixes and cleanups [Evan; !2036]

41.1
====
* Fix icon updates while hidden [Marco; !1983]
* Fix erratic scrolling in GTK apps [Christian, Carlos; !1993, #4647]
* Fix GTK color picker support [Florian; !1990]
* Fix sound-file support in notifications [Florian; !1991]
* Fix high-contrast switches [Florian; !2000]
* Only allow one extension prefs dialog at a time [Florian; #4564]
* Fixed crashes [Ray, Sebastian; !2004, !2014]
* Misc. bug fixes and cleanups [Jonas, Florian, Jakub, Carlos; !1985, !1998,
  !1996, !1979, !2007, !2010]

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
12dfe66901 gnome-screenshot: upgrade 40.0 -> 41.0
GNOME Screenshot 41.0 - 13th November 2021
- Drop support for non-unique mode in headless instance [Sebastian Keller]
- metainfo: Align app name with .desktop name [Sophie Herold]
- Translation updates: British English, Bulgarian, Catalan, Croatian, Friulian,
  Hebrew, Icelandic, Nepali, Occitan, Persian, Portuguese, Russian, Swedish,
  Ukrainian, Vietnamese,

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
4162c00802 gnome-font-viewer: upgrade 40.0 -> 41.0
Just translation updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
1504dfe691 gnome-flashback: upgrade 3.40.0 -> 3.42.1
Version 3.42.1
==============
- Fix crash in monitor manager. (!41)

Version 3.42.0
==============
- Changes/fixes to monitor manager from mutter.
- Updated translations.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
d1a90b4eb0 gnome-disk-utility: upgrade 40.1 -> 41.0
41.0 - September 18, 2021
* metainfo: Add minimum screen size requirement and input recommendations
* desktop-file: Add X-Purism-Form-Factor
* Updated translations

41.rc - September 2, 2021
* Updated translations

41.beta - August 14, 2021
* gducreateformatdialog: Use LUKS2 for new encrypted partitions
* volume-menu/gduwindow: Add button and dialog to take filesystem ownership
* ui: Change the icon of the detach loop device button
* shortcuts: Add keyboard shortcut for the application menu
* gduwindow: Make menus toggleable
* ui: Change the icon of the job cancel button
* ui: Align job section
* ui: Enable ellipsis on the job remaining label
* gdubenchmarkdialog: Save benchmark settings
* Flatpak build fixes
* Flatpak build fixes
* Updated translations:

Siged-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
2010447d69 gnome-desktop: upgrade 41.0 -> 41.2
Version 41.2
- No changes

Version 41.1
- gnome-languages: Avoid passing NULL to newlocale
- Avoid the use of `allow-none` for out parameters
- Translation updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
9372446de0 gnome-control-center: upgrade 41.1 -> 41.2
Version 41.2
- Updated translations

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
40130d55e7 gnome-calendar; upgrade 41.0 -> 41.2
Major changes in 41.2:
* Various fixes to timezone handling
* Updated translations

Major changes in 41.1:
* Fix Google Meet URL detection
* Updated translations

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
7ba831a182 gnome-calculator: upgrade 40.1 -> 41.1
Overview of changes in gnome-calculator 41.1
    * Updated Translations
    * Do not force width for basic mode #42 (Robert Roth)

Overview of changes in gnome-calculator 41.0
    * Updated Translations
    * Use first translated symbol for conversion with button #219 (Robert Roth)
    * Appdata includes hardware support information (Adrien Plazas)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
d717c20e33 gnome-autoar: upgrade 0.3.3 -> 0.4.1 / build with meson
Major changes in 0.4.1:
* Fix regression of extraction in symlinked locations (Ondrej Holy)
* Handle passphrase prompt cancellation to prevent showing error dialogs (Ondrej Holy)
* Downgrade meson dependency to 0.56.0 (Felipe Borges, Ondrej Holy)

Major changes in 0.4.0:
* Port to meson build system (Iñigo Martínez, Peter Keresztes Schmidt)
* Add support for creation of password-protected archives (Ondrej Holy)
* Fix extraction of archives with absolute paths (Ondrej Holy)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
45f769b54f evolution-data-server: upgrade 3.40.2 -> 3.42.2
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
0bfca6baec evince: upgrade 40.4 -> 41.3
* browser plugin was removed in 41.alpha
* See changelogs at [1-5]

[1] https://ftp.fau.de/gnome/sources/evince/41/evince-41.3.news
[2] https://ftp.fau.de/gnome/sources/evince/41/evince-41.2.news
[3] https://ftp.fau.de/gnome/sources/evince/41/evince-41.1.news
[4] https://ftp.fau.de/gnome/sources/evince/41/evince-41.0.news
[5] https://ftp.fau.de/gnome/sources/evince/41/evince-41.alpha.news

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
27cd1bf98f amtk: upgrade 5.2.0 -> 5.3.1 / build with meson
News in 5.3.1, 2021-01-11
-------------------------
* Build: port to Meson, remove Autotools.
* Translation updates.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
785dbb8220 gtksourceview5: initial add 5.2.0
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>
2022-01-05 08:17:18 -08:00
Andreas Müller
7c57297075 gimp: upgrade 2.10.24 -> 2.10.30
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Andreas Müller
7c385da6ab gegl: upgrade 0.4.30 -> 0.4.34
OpenEXR-3 patch was applied upstream

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
Lei Maohui
a339bc7618 sysprof: Added json-glib into DEPENDS to fix build error.
| 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>
2021-12-14 18:03:00 -08:00
Joshua Watt
e4d50e76f5 graphene: Move from meta-gnome -> meta-oe
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>
2021-12-13 21:20:02 -08:00
Khem Raj
abea11781a yelp: Add option to support webkit2gtk-4-0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Joshua Watt <JPEWhacker@gmail.com>
2021-12-13 08:15:33 -08:00
Oleksandr Kravchuk
ff96debac5 sysprof: update to 3.42.0
Dropped upstreamed patches.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-12-13 08:15:33 -08:00
Joshua Watt
9df8274f31 gnome-online-accounts: Switch back to libsoup2
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>
2021-12-13 08:15:33 -08:00
Oleksandr Kravchuk
358aa6d242 libwacom: update to 1.12
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-12-13 08:09:25 -08:00
Oleksandr Kravchuk
36494c63d8 gparted: add UPSTREAM_CHECK_URI
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-12-13 08:09:25 -08:00
Khem Raj
c5e327605a gjs: Fix build failures with meson 0.60.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-12-10 18:52:10 -08:00
Oleksandr Kravchuk
53343ec728 libnma: update to 1.8.32
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>
2021-12-10 09:11:56 -08:00
Oleksandr Kravchuk
e6502e4d93 gtk4: set UPSTREAM_CHECK_REGEX to stable versions
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>
2021-12-10 09:11:56 -08:00
Khem Raj
b3e202468f gjs: Link with libatomic on rv32
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>
2021-12-02 19:16:01 -08:00
Khem Raj
f9ef583258 packagegroup-core-clutter: Mark TUNE_PKGARCH specific
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>
2021-12-01 12:39:28 -08:00
Joshua Watt
8ff9bc40ef gnome-control-center: Fixup polkit directory permissions
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>
2021-11-18 14:22:19 -08:00
Khem Raj
fdf966e110 colord-gtk: introspection is not valid meson option
meson 0.60+ errors out on unknown options and -Dintrospection
is not a valid option

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-17 19:44:52 -08:00
Khem Raj
372bae22a6 gnome-tweaks: introspection is not valid meson option
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>
2021-11-17 19:44:52 -08:00
Joshua Watt
738426a162 gnome-shell: introspection is not valid meson option
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>
2021-11-17 19:18:49 -08:00
Joshua Watt
9659f93886 gnome-settings-daemon: introspection is not valid meson option
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>
2021-11-17 19:18:49 -08:00
Joshua Watt
97d1b0832b gdm: introspection is not valid meson option
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>
2021-11-17 19:18:44 -08:00
Khem Raj
e0ab236378 tracker,tracker-miners: Upgrade to 3.2.1
This is latest release for tracker components

Release Notes [1] [2]

[1] bcf1347a9e
[2] 1e1a9e701f

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-13 01:17:26 -08:00
Khem Raj
60d0f140c7 gedit: introspection is not valid meson option
meson 0.60+ errors out on unknown options and -Dintrospection
is not a valid option

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-13 01:17:26 -08:00
Khem Raj
44a65f52d2 tracker-miners: introspection is not valid meson option
meson 0.60+ errors out on unknown options and -Dintrospection
is not a valid option

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-13 01:17:26 -08:00
Khem Raj
73f2d532c3 gjs: introspection is not valid meson option
meson 0.60+ errors out on unknown options and -Dintrospection
is not a valid option

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-13 01:17:26 -08:00
Khem Raj
1e6bafddc0 tepl: introspection is not valid meson option
meson 0.60+ errors out on unknown options and -Dintrospection
is not a valid option

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-13 01:17:26 -08:00
Khem Raj
790539e19c libgweather: introspection is not valid meson option
meson 0.60+ errors out on unknown options and -Dintrospection
is not a valid option

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-13 01:17:26 -08:00
Khem Raj
b17cbd05ef gnome-desktop: introspection is not valid meson option
meson 0.60+ errors out on unknown options and -Dintrospection
is not a valid option

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-13 01:17:26 -08:00
Khem Raj
fefa205061 tracker: introspection is not valid meson option
meson 0.60+ errors out on unknown options and -Dintrospection
is not a valid option

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-13 01:17:26 -08:00
Andreas Müller
700a2783b4 gnome-backgrounds: Fix licenses
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-04 06:52:50 -07:00
Andreas Müller
ec77ca2881 gnome-control-center: Add libhandy to DEPENDS
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>
2021-11-04 06:52:50 -07:00
Richard Purdie
b402a3076f 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: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03 06:57:49 -07:00
Andreas Müller
b38bc1ca2a gdm: Fix REQUIRED_DISTRO_FEATURES broken by adding introspection
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>
2021-11-03 06:57:48 -07:00
Andreas Müller
f36cdc915c grilo-plugins: upgrade 0.3.13 -> 0.3.14
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03 06:57:48 -07:00
Andreas Müller
112c24dace grilo: upgrade 0.3.13 -> 0.3.14
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03 06:57:48 -07:00
Andreas Müller
595653e451 gnome-panel: upgrade 3.36.1 -> 3.38.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03 06:57:48 -07:00
Andreas Müller
9b6078c928 gnome-terminal: upgrade 3.40.2 -> 3.42.0 / meson build
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03 06:57:48 -07:00
Andreas Müller
d732137b86 gnome-tweaks: upgrade 3.34.0 -> 40.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03 06:57:48 -07:00
Andreas Müller
295c70ec2f gnome-backgrounds: upgrade 3.38.0 -> 41.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03 06:57:48 -07:00
Andreas Müller
16ddb247e4 gparted: upgrade 1.3.0 -> 1.3.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03 06:57:48 -07:00
Andreas Müller
fdc9419a8d gexiv2: upgrade 0.12.2 -> 0.14.0
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>
2021-11-03 06:57:48 -07:00
Andreas Müller
caa81e3a34 gnome-control-center: upgrade 3.36.4 -> 41.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03 06:57:48 -07:00
Andreas Müller
20f4623cc9 gnome-session: upgrade 3.36.0 -> 40.1.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03 06:57:48 -07:00
Andreas Müller
62eb07bcdc gnome-desktop: upgrade 3.38.8 -> 41.0 and give up '3' receipe name suffix
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03 06:57:48 -07:00
Andreas Müller
1742edd2ff gnome-shell-extensions: upgrade 3.34.2 -> 40.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03 06:57:48 -07:00
Andreas Müller
44acebcec7 gnome-shell: upgrade 3.34.5 -> 41.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03 06:57:48 -07:00
Andreas Müller
85e3c1cdf0 gnome-settings-daemon: upgrade 3.36.1 -> 41.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03 06:57:48 -07:00
Andreas Müller
668b47079f gdm: upgrade 3.36.3 -> 41.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03 06:57:48 -07:00
Andreas Müller
7cd570b486 mutter: upgrade 3.34.6 -> 41.0
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>
2021-11-03 06:57:48 -07:00
Andreas Müller
94f5b82c42 gjs: upgrade 1.58.8 -> 1.70.0
License checked: Still MIT and LGPLv2+

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03 06:57:48 -07:00
Andreas Müller
2a254bc827 gtk4: initial add 4.4.0
* It is a hard dependency for gnome-shell 41
* Final destination for this recipe should be oe-core but start it here first:
  * Some dependencies (graphene / sassc-native) are not in oe-core yet
  * In meta-gnome gtk4 recipe can mature: The initial recipe focuses on target
    build and make consumers of gtk4 happy
  * The native gtk4-update-icon-cache wrapper dance is missing
  * Missing nativesdk (added a comment why)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03 06:57:48 -07:00
Andreas Müller
3f6dc737ed graphene: Tidy up recipe a bit
* remove md5 checksum
* adjust comment
* remove commented DEPENDS

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03 06:57:48 -07:00
Andreas Müller
f3fe8dc93b graphene: extend to native and nativesdk
Upcoming gtk4 supports native / nativesdk and it depends on graphene

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03 06:57:48 -07:00
Andreas Müller
af2de3033d graphene: enable introspection by default - gtk4 & mutter 41 require it
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03 06:57:48 -07:00
Khem Raj
19465da276 gimp: Disable vector icons on mips/rv32 using clang
The infamous segfaults are back when building with clang

| 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-10-26 10:05:47 -07:00
Joshua Watt
5a281d72d2 mutter: Move gsettings to a separate package
Move the mutter gsettings to their own package. Some other compositors
(specifically, phoc) want to use the mutter provided gsettings to remain
compatible. This allows those recipes to pick up the runtime settings
without having to pull in all of mutter

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-10-19 09:23:08 -07:00
Tim Orling
c60b17bf08 gnome-calendar: upgrade 3.38.1 -> 41.0
Upstream changed version scheme.

Drop libhandy patch merged upstream.

inherit  mime-xdg, fixes:
QA Issue: package contains desktop file with key 'MimeType' but does not inhert mime-xdg

For changes, see:
https://download.gnome.org/sources/gnome-calendar/41/gnome-calendar-41.0.news

Signed-off-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-10-19 09:23:08 -07:00
Tim Orling
1f5d21858e gfbgraph: patch to build with latest rest
librest 0.8.1 declares rest-1.0 and was released four years ago.

Also inherit pkgconfig so that dependencies can be found by pkg-config

References:
https://gitlab.gnome.org/GNOME/libgfbgraph/-/merge_requests/6

Signed-off-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-10-19 09:23:08 -07:00
Tim Orling
0a68c4ad97 libgweather: upgrade 3.36.2 -> 40.0
Upstream changed version schemes.

Sort DEPENDS, add python3-pygobject-native

For changes, see:
https://gitlab.gnome.org/GNOME/libgweather/-/blob/main/NEWS

Signed-off-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-10-19 09:23:08 -07:00
Tim Orling
4e0f4f4a84 gnome-screenshot: add recipe for 40.0
GNOME Screenshot is a small utility that takes a screenshot of the whole
desktop; the currently focused window; or an area of the screen.

Also add to packagegroup-gnome-apps

Signed-off-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-10-19 09:23:08 -07:00
Khem Raj
2ed3c4fd44 gnome-online-accounts: Upgrade to 3.43.1
Add patches for webkitgtk API bump and libsoup3 support

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-10-19 09:23:08 -07:00
Khem Raj
1ea6bbd96c librest: Use master with libsoup3 support
new version of gnome-online-accounts with libsoup3 support also needs
this in librest

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-10-19 09:23:08 -07:00
Khem Raj
ed65a36a4c yelp,yelp-xsl,yelp-tools: Upgrade to 41 release
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>
2021-10-16 09:50:38 -07:00
Khem Raj
6407f5ff40 devilspie2: Add missing dependency on libxinerama
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>
2021-10-14 07:16:58 -07:00
Khem Raj
ae6fb2696a devilspie2: Switch to using github repo
Use the latest commit on master branch which has lua 5.4 support as
well.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-10-14 07:16:58 -07:00
Khem Raj
e6392aed4c gjs: Inherit pkgconfig
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>
2021-10-14 07:16:58 -07:00
Armin Kuster
def97d2331 README: update to main repo
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>
2021-09-27 11:34:55 -07:00
Khem Raj
c1eba8f5f4 libchamplain: Inherit pkgconfig
Fixes
Did not find pkg-config by name 'pkg-config'
Found Pkg-config: NO

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24 08:12:35 -07:00
Khem Raj
f1fb07f40b libmypaint: Inherit pkgconfig
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>
2021-09-24 08:12:35 -07:00
Khem Raj
ffe0c1ed80 appstream-glib: Inherit pkgconfig
Fixes
Did not find pkg-config by name 'pkg-config'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24 08:12:35 -07:00
Khem Raj
965e292a3d site: Remove local site files
These entries are either in core or redundant

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24 08:12:35 -07:00
Khem Raj
e7251cf6ba gdm: Add polkit to required distro features
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>
2021-09-17 08:39:00 -07:00
Khem Raj
a43fef4b86 gjs: Remove valgrind dependency on rv32/rv64
valgrind is not yet ported to these archtectures

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-03 08:38:41 -07:00
Patrick Williams
6ab19f740d gjs: fix typo in RDEPENDS variable name
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-03 08:38:41 -07:00
Zoltán Böszörményi
7e435caa8e metacity: Add a patch to create build/src/core before moving generated sources to it
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-29 09:11:16 -07:00
Andreas Müller
c9ca18e9f8 network-manager-applet: upgrade 1.22.0 -> 1.24.0
=======================================================
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>
2021-08-20 09:26:18 -07:00
Yi Zhao
9a93c7666f network-manager-applet: add selinux to PACKAGECONFIG if enable selinux distro feature
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-12 22:58:40 -07:00
Martin Jansa
17adfde3bd layer.conf: Update to honister
This marks the layers as compatible with honister now they use the new override
syntax.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03 10:21:25 -07:00
Martin Jansa
c61dc077bb Convert to new override syntax
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>
2021-08-03 10:21:25 -07:00
Joe Slater
a4e5fef14a gtksourceview4: work around dependency deficiency
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>
2021-08-03 08:53:04 -07:00
wangmy
f069beded9 gnome-desktop3: upgrade 3.36.6 -> 3.38.8
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-27 09:52:23 -07:00
wangmy
b6280255a3 gnome-backgrounds: upgrade 3.36.0 -> 3.38.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-27 09:52:23 -07:00
wangmy
f55c9c8db5 evince: upgrade 40.2 -> 40.4
==============
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>
2021-07-27 09:52:23 -07:00
wangmy
69ed84746a yelp: upgrade 40.2 -> 40.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-16 09:23:03 -07:00
Andreas Müller
485b328fc8 gimp: remove --disable-vector-icons
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>
2021-07-08 09:21:41 -07:00
Andreas Müller
8d920f02f4 gegl: Disable pango on native build to fix gimp build segfaults
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>
2021-07-08 09:21:41 -07:00
zangrc
39aefd4eb7 babl: upgrade 0.1.86 -> 0.1.88
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>
2021-07-06 10:25:27 -07:00
zangrc
12cd13dc82 evince: upgrade 40.1 -> 40.2
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-18 08:42:25 -07:00
zhengruoqin
7aa12cd781 graphene: upgrade 1.10.2 -> 1.10.6
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-10 07:06:34 -07:00
Joshua Watt
020a1e95fa gnome: gnome-shell: Move gsettings to their own package
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>
2021-06-09 12:18:10 -07:00
Andreas Müller
675fa7c8c7 yelp: upgrade 3.36.0 -> 40.2
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-09 08:49:21 -07:00
Andreas Müller
891a043a66 yelp-tools: upgrade 3.32.2 -> 40.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-09 08:49:21 -07:00
Andreas Müller
8bb8a4ead2 yelp-xsl: upgrade 3.36.0 -> 4.02
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>
2021-06-09 08:49:21 -07:00
Andreas Müller
a63447ec9d nautilus: upgrade 40.1 -> 40.2
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>
2021-06-09 08:49:21 -07:00
Andreas Müller
621bd9899d libgdata: upgrade 0.17.13 -> 0.18.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>
2021-06-09 08:49:21 -07:00
Andreas Müller
2b83662f23 gvfs: upgrade 1.44.1 -> 1.48.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-09 08:49:21 -07:00
Andreas Müller
9a6965b80e gtksourceview4: upgrade 4.6.1 -> 4.8.1
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>
2021-06-09 08:49:21 -07:00
Andreas Müller
832e270c86 gspell: upgrade 1.8.4 -> 1.9.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>
2021-06-09 08:49:21 -07:00
Andreas Müller
c60eaf192a gnome-terminal: upgrade 3.36.2 -> 3.40.2
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-09 08:49:21 -07:00
Andreas Müller
128c7583d5 gnome-online-accounts: upgrade 3.36.0 -> 3.40.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-09 08:49:21 -07:00
Andreas Müller
9cef92a432 gnome-keyring: upgrade 3.36.0 -> 40.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-09 08:49:21 -07:00
Andreas Müller
acc186cb4b gnome-autoar; upgrade 0.3.2 -> 0.3.3
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>
2021-06-09 08:49:21 -07:00
Andreas Müller
ea6102d22c file-roller: upgrade 3.38.1 -> 3.40.0
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>
2021-06-09 08:49:21 -07:00
Andreas Müller
629debd195 evolution-data-server: upgrade 3.40.1 -> 3.40.2
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-09 08:49:21 -07:00
Andreas Müller
9d19e69e92 dconf: upgrade 0.38.0 -> 0.40.0
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>
2021-06-09 08:49:21 -07:00
Andreas Müller
239b1236df gthumb: initial add 3.10.3
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>
2021-06-09 08:49:21 -07:00
Andreas Müller
79ae59c620 gnome-flashback: upgrade 3.36.3 -> 3.40.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-09 08:49:21 -07:00
Andreas Müller
3d9c3f0e0c metacity: upgrade 3.36.1 -> 3.40.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-09 08:49:21 -07:00
zangrc
cfb70a6bbc tracker-miners: upgrade 3.0.5 -> 3.1.1
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>
2021-06-09 08:49:20 -07:00
zangrc
85199e55e4 tracker: upgrade 3.0.4 -> 3.1.1
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-09 08:49:20 -07:00
Andreas Müller
ad0f0e1c26 gnome-font-viewer: upgrade 3.34.0 -> 40.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-05 06:14:39 -07:00
Andreas Müller
b895d1f1af gnome-disk-utility: upgrade 3.36.3 -> 40.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-05 06:14:39 -07:00
zangrc
66d7739e3b libstemmer: upgrade 2.0.0 -> 2.1.0
0002-snowball-stemwords-do-link-with-LDFLAGS-set-by-build.patch
Removed since this is included in 2.1.0

Refresh the following patch:
0001-Build-so-lib.patch

-License-Update: Add the following Copyright
Copyright (c) 2013, Yoshiki Shibukawa
Copyright (c) 2006,2007,2009,2010,2011,2014-2019, Olly Betts

Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-01 07:49:06 -07:00
zangrc
e0f2a83b2b libgweather: upgrade 3.36.1 -> 3.36.2
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-28 06:55:34 -07:00
zangrc
69c0a4356f gnome-bluetooth: upgrade 3.34.1 -> 3.34.5
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-28 06:55:33 -07:00
zangrc
f3b50483f0 gnome-autoar: upgrade 0.3.1 -> 0.3.2
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-28 06:55:33 -07:00
zangrc
48eec53ed0 gexiv2: upgrade 0.12.1 -> 0.12.2
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-28 06:55:33 -07:00
Chen Qi
d9172be0f3 mutter: add polkit to REQUIRED_DISTRO_FEATRUES
mutter depends on gnome-settings-daemon which requires 'polkit'
distro feature.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-28 06:55:33 -07:00
Ross Burton
4b61758929 meta-gnome: add Cogl/Clutter from oe-core
Nothing in openembedded-core needs Clutter now, and Clutter is abandoned
upstream.  Move it to meta-gnome as there are still a few users of
Clutter in Gnome.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-28 06:55:33 -07:00
Changqing Li
a6d1ddf7a9 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>
2021-05-21 06:47:58 -07:00
Andreas Müller
5daeca03d0 network-manager-applet: upgrade 1.18.0 -> 1.22.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-19 09:17:49 -07:00
Andreas Müller
491249e48c meta-gnome: remove upstream-version-is-even from inherit on 40.x version recipes
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Khem Raj
46bd112bc4 Revert "nautilus: Exclude from builds"
This reverts commit f2dd522724.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
b5b298dc21 gnome-photos: Let all desktops add gnome-photos to their start menu
As a XFCE user I was wondering why gnome-photos was missing

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
f17d9dd0d6 gnome-photos: rrecommend grilo-plugins
Fixes:
| (org.gnome.Photos:952): gnome-photos-WARNING **: 08:02:54.011: Unable to activate Grilo's Flickr plugin: Plugin “grl-flickr” not available

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
75831afcbd grilo-plugins: initial add 0.3.13
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
fe32f27391 Revert "gimp: Disable svg icons on arm"
gimp builds without issues on armv7 / gcc 11.1.0

This reverts commit 57a7c1ed7d.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
f72da715c4 gegl: add poppler PCAKAGECONFIG and enable it by default
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
c63a1eae60 gegl: add PACKAGECONFIG libraw and enable it by default
Without gnome-photos fails to start and complains:
| (org.gnome.Photos:952): gnome-photos-WARNING **: 08:02:54.154: Unable to find GEGL operation gegl:raw-load: Check your GEGL install
| (org.gnome.Photos:952): gnome-photos-CRITICAL **: 08:02:54.154: photos_application_create_window: assertion 'gegl_sanity_checked' failed

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
5d4d462df0 gimp: upgrade 2.10.22 -> 2.10.24
Backported patch can go

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
d52da0147d babl: upgrade 0.1.84 -> 0.1.86
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
620e16a5bb libwnck3: upgrade 3.36.0 -> 40.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
38578caab6 dconf-editor: upgrade 3.38.2 -> 3.38.3
Backported patch can go

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
8400df63c0 gnome-system-monitor: upgrade 3.36.1 -> 40.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
7ec3906540 gnome-calculator: upgrade 3.36.0 -> 40.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
6bbba21ff1 evince: upgrade 3.38.0 -> 40.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
269e4f726d gedit: upgrade 3.36.2 -> 40.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
b83f509117 tepl: upgrade 4.4.0 -> 6.00.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
c9297cbd76 file-roller: upgrade 3.36.3 -> 3.38.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
d3689db23f gnome-photos: upgrade 3.34.2 -> 40.0
gnome-photos' upgrade is mandatory due to tracker major version bump

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
cac624c6d2 nautilus: upgrade 3.36.3 -> 40.1
* 3.36.3 stopped building with meson 0.58.0
* backported patch can go

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
1c97ec5a76 tracker-miners: upgrade 2.3.5 -> 3.0.5
* follow tracker upgrade
* adjust PACKAGECONFIGs to new sources

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
448d57649d tracker: upgrade 2.3.6 -> 3.0.4
* huge bump is required for upcoming nautilus 40.1
* PACKAGECONFIGS have no meson option anymore so remove them

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:35 -07:00
Khem Raj
f2dd522724 nautilus: Exclude from builds
It does not build with latest meson upgrades from OE-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-05-14 08:37:27 -07:00
Andreas Müller
fb91aaf091 gparted: upgrade 1.2.0 -> 1.3.0
The GParted 1.3.0 release includes some new features in addition to bug
fixes, and language translation updates.

Key changes include:
     - Support resizing open LUKS2 encryption mappings
     - Improve exFAT support such as read FS usage and set UUID
     - Fix crash in Create New Partition dialog when changing type
     - Avoid GParted hanging when non-named device is hung

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-11 08:27:27 -07:00
Andreas Müller
55c0d740bc libgtop: tidy up recipe
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-11 08:27:27 -07:00
Khem Raj
82a4c2616e evolution-data-server: Update to 3.40.1
Removed backported patch

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-05-11 08:27:27 -07:00
Andreas Müller
313b98f73c evolution-data-server: Backport upstream patch to fix configure on latest CMake
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-11 08:27:27 -07:00
Andreas Müller
17f43204f2 mutter/wayland: replace xserver-xorg-xwayland by xwayland in rdep
* xwayland is in better condition than xserver-xorg-xwayland
* by default xserver-xorg does not set PACKAGECONFIG xwayland any more. So
  xserver-xorg-xwayland turns into an empty package and that causes trouble
  in do_rootfs.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-03 08:06:18 -07:00
Khem Raj
57baca4bc1 gegl: Update to 0.4.30
Fix build on build hosts with OpenEXR 3.0
Drop SDL2 patch, its upstream in this version

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-05-01 12:06:39 -07:00
Khem Raj
7d916d33fc packagegroup-gnome-apps: Add gnome-disk-utility only if polkit is in DISTRO_FEATURES
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-04-26 08:24:04 -07:00
Khem Raj
4ff5b43edd sysprof: Enable sysprofd/libsysprof only when polkit in DISTRO_FEATURES
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-04-26 08:24:04 -07:00
Khem Raj
43355d91e9 README: Make git send-email example work
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-04-26 08:24:04 -07:00
Khem Raj
71e867f788 gnome-disk-utility: Require polkit in distro features
It has hard dependency on udisks2 which needs polkit suppport

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-04-26 08:24:04 -07:00
Khem Raj
ee141a8661 libchamplain: Require opengl distro feature
It has hard dependency on clutter-gtk-1.0 which needs opengl

Fixes

clutter-gtk-1.0 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'libchamplain', 'clutter-gtk-1.0']

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-04-26 08:24:03 -07:00
Yi Zhao
6710d0bba5 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>
2021-04-23 21:41:26 -07:00
Khem Raj
44ca91f0fe 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>
2021-04-23 08:56:25 -07:00
Khem Raj
ab840d991a 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>
2021-04-17 07:43:11 -07:00
Khem Raj
6f2099cf78 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>
2021-04-06 09:02:12 -07:00
zangrc
a281dd572c 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>
2021-04-01 08:32:47 -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
Andreas Müller
407776de95 gedit: add source-code-pro-fonts to RRECOMMENDS
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-12 13:40:36 -07:00
Diego Rondini
bc5394b7ae gvfs: adjust fuse packageconfig to fuse3
Adjust fuse packageconfig to depend on fuse3, which is the only supported
option in gvfs ≥ 1.41.
7a0a06186b

Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-04 06:59:17 -07:00
Khem Raj
192afbcc07 layer.conf: Fix for signature change for allarch icon themes
faenza-icon-theme are allarch but recently

gtk-icon-cache, since commit 31e3d34c8a9c3e8481aa837aa0bf52adf095fe62
[gtk-icon-cache.bbclass: add runtime dependency], it start depend on
non-allarch packages gdk-pixbuf and gtk+3, which make it's signature
changes when machine changed.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2020-08-31 16:57:06 -07:00
Khem Raj
fa9e5ed9f9 mutter: Add a comment to remove pipewire-0.2 dependency with 3.36
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-31 08:30:19 -07:00
Adrian Bunk
0b22ed995f gnome-settings-daemon: Remove duplicate outdated SRC_URI hashes
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-19 14:02:48 -07:00
Adrian Bunk
5ec6c57c3c gnome-settings-daemon: smartcard support is optional, and needs nss
../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-13 22:32:07 -07:00
Andreas Müller
3e8d7438a1 gdm: upgrade 3.36.2 -> 3.36.3
==============
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-13 22:32:07 -07:00
Andreas Müller
095072a243 gnome-disk-utility: re-add 3.36.3
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-13 22:32:07 -07:00
Andreas Müller
183210c0a0 evolution-data-server: upgrade 3.36.4 -> 3.36.5
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-13 22:32:07 -07:00
Andreas Müller
4ca7f750cf file-roller: upgrade 3.36.2 -> 3.36.3
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-13 22:32:07 -07:00
Andreas Müller
110639ec55 gnome-desktop3: upgrade 3.36.4 -> 3.36.5
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-13 22:32:07 -07:00
Andreas Müller
14e5ba3f6c gnome-calendar: initial add 3.36.2
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-09 13:00:23 -07:00
Andreas Müller
8f70e31109 gnome-help.bbclass: remove double FILES_${PN}-help entry
When I wrote this class meta-qt5-extra's qt5-translation.bbclass was taken
as template. So this is a leftover which does not make sense: Variable is set
differently few lines below.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-09 13:00:23 -07:00
Khem Raj
630c9f2d65 gnome-settings-daemon: Add introspection to UNKNOWN_CONFIGURE_WHITELIST
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-07 01:27:10 -07:00
Khem Raj
2c984487b3 gnome-settings-daemon: Drop using autotools specific option
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-08-04 09:11:14 -07:00
Andreas Müller
04c7db7b93 evince: upgrade 3.36.5 -> 3.36.7
================
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-28 12:55:27 -07:00
Andreas Müller
619f250437 libgweather: upgrade 3.36.0 -> 3.36.1
==============
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-28 12:52:14 -07:00
Andreas Müller
d9b129296d libnma: upgrade 1.8.28 -> 1.8.30
=======================================
libnma-1.8.30
Overview of changes since libnma-1.8.28
=======================================

* Properly dispose wireless security objects.
* Don't clear the key when users set a non-pkcs12 certificate in the
  certificate chooser UI.
* Added missing VAPI macro file.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28 12:52:14 -07:00