1989 Commits

Author SHA1 Message Date
Yoann Congal
0ffbe2a79a
ibus: backport a reproducibility fix
This backport fix the ibus-doc reproducibility issue.
The problem: manpages are compressed with gzip with a non-reproducible
timestamp in the header.
The backported fix: do not compress the manpages.

Note: This backported patch is included in version >= 1.5.29 and can be
dropped after upgrading.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-31 14:18:31 -08:00
Wang Mingyu
d75e356f33
gjs: upgrade 1.78.2 -> 1.78.3
Changelog:
==========
* GJS 1.78.2 causes all Gnome extensions preference settings windows
  to disappears after 3-7 seconds

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-23 11:55:33 -08:00
Markus Volk
3edab4f4a3
gjs: update 1.78.1 -> 1.78.2
Version 1.78.2
--------------

- Closed bugs and merge requests:
  * Uninitialized memory in float out values can lead to crashes in mozjs gc
    code later on [#591, !902, Philip Chimento]
  * Garbage collection of Gdk surfaces [#592, !905, Philip Chimento]
  * gi/gerror: Fix version of the GIRepository typelib import [!906, Jordan
    Petridis]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-19 09:51:05 -08:00
Markus Volk
d1dc5750b4
gvfs: update 1.52.1 -> 1.52.2
Major changes in 1.52.2
=======================
* smb: Fix livelock when mounting share without enough permissions (Ondrej Holy)
* smb: Fix moving files across filesystem boundaries (Ondrej Holy)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-19 09:51:05 -08:00
Markus Volk
fa71008a3b
file-roller: update 43.0 -> 43.1
Version 43.1
~~~~~~~~~~~~
Released: 2023-12-03

Bugfixes:
 * Fixed deb package support. (Bastien Nocera) (!14)
 * Fixed wrong filename when opening a files on Google Drive. (Frank Dana) (!212)
 * Updated README. (Jan Tojnar)
 * Fixed flapak build. (David Hewitt) (Jan Tojnar)

Translations:
 * Abkhazian (Нанба Наала)
 * Belarusian ()
 * Dutch (Nathan Follens)
 * Friulian (Fabio Tomat)
 * Icelandic (Sveinn í Felli)
 * IE (OIS)
 * Kazakh (Baurzhan Muftakhidinov)
 * Nepali (Pawan Chitrakar)
 * Slovak (Dušan Kazik)
 * Turkish (Sabri Ünal)
 * Vietnamese (Trần Ngọc Quân)
 * Ελληνικά (Efstathios Iosifidis)
 * Русский (Aleksandr Melman)
 * Chinese (China) (Boyuan Yang)
 * Galician <Proxecto Trasno (Fran Dieguez)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-19 09:51:05 -08:00
Markus Volk
4bbd45ec18
eog: update 45.1 -> 45.2
Eye of GNOME 45.2

Bug fixes and improvements:

 !158, data: Update appdata (Sabri Ünal)

New and updated translations:

- Jürgen Benvenuti [de]
- Jiri Grönroos [fi]
- Daniel Șerbănescu, Florentina Mușat [ro]
- Dušan Kazik [sk]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-19 09:51:04 -08:00
Khem Raj
1647e20b2e
evolution-data-server: Use inherit_defer for native class
Since gnome classes are using it in core, they are now appearing after
native resulting in QA errors

ERROR: /mnt/b/yoe/master/sources/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server-native.bb: QA Issue: evolution-data-server-native: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: pkgconfig.bbclass
siteconfig.bbclass siteinfo.bbclass autotools.bbclass [native-last]

secondly, use 'cmake' for GNOMEBASEBUILDCLASS
default is set to meson (legacy is autotools) since most of gnome recipes are using meson
these days. This recipe however uses neither autotools nor meson to
build, it uses cmake, to this effect it inherits cmake bbclass
and things worked so far, however with inherit_defer things changed because
meta/classes-recipe/gnomebase.bbclass has switched to using
inherit_defer, this unearths this issue where its not overriding
exported functions as desired. Therefore this fixes that issue

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-18 07:30:48 -08:00
Khem Raj
74745dcd01
libwnck: inherit gtk-doc
Recent changes to oe-core[1] mean that if a configure.ac uses gtk-doc
then gtkdocize will be called. This means that recipes that don't
inherit gtk-doc (to depend on gtk-doc-native) but don't explicitly
disable the use of gtkdocize will fail to configure.

Inheriting gtk-doc both solves the configure failure, and allows us to
build the API documentation.

[1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-14 10:54:10 -08:00
Khem Raj
53e68a189a
libxklavier: inherit gtk-doc
Recent changes to oe-core[1] mean that if a configure.ac uses gtk-doc
then gtkdocize will be called. This means that recipes that don't
inherit gtk-doc (to depend on gtk-doc-native) but don't explicitly
disable the use of gtkdocize will fail to configure.

Inheriting gtk-doc both solves the configure failure, and allows us to
build the API documentation.

[1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-14 10:54:10 -08:00
Markus Volk
ac49a09887
gvfs: drop gnome-keyring rdepend
The gnome-keyring functionality is nowadays provided by libsecret and gnome-keyring
has been deprecated. This will prevent from getting it installed/running it twice.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-13 09:08:39 -08:00
Ross Burton
f01a5bf834
gtksourceview4: remove obsolete workaround for build failures
This was likely fixed in 9bea9d1 upstream.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-12 08:51:12 -08:00
Ross Burton
cbc22b5ba4
gtksourceview4: remove check for target gtk-doc
Packages that use gtk-doc want to find a native gtk-doc not a target
gtk-doc, so remove the pointless check for a target gtk-doc package.

This only worked before as it was being pulled in via DEPENDS in
glib-2.0, but as of oe-core f91694f this no longer happens.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-12 08:51:12 -08:00
Ross Burton
7b7d0e38ff
libuser: remove obsolete GTKDOC_DOCDIR assignment
Now that autotools uses autopoint to call gtkdocize, this variable is no
longer needed.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-12 08:51:11 -08:00
Ross Burton
205b44eb45
libuser: fix gtk-doc configure call
Update the GTK_DOC_CHECK invocation to specify where the
documentation will be built (as the default is ./docs).

This is needed so that gtkdocize as run by autopoint knows where the
documentation will be built. At the moment we manually call gtkdocize
but this will change to autopoint in the future.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-12 08:51:11 -08:00
Markus Volk
09b354f3cc
gnome-shell-extensions: update 45.1 -> 45.2
45.2
====
* window-list: Fix buttons not being clickable at the screen edge
  [Florian; !291]
* window-list: Really fix initial preview visibility [Florian; !292]
* workspace-indicator: Really fix initial preview visibility [Florian; !292]
* Misc. bug fixes and cleanups [Florian; !290]

Contributors:
  Florian Müllner

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-10 08:39:31 -08:00
Markus Volk
65b0dca5ea
gnome-software: update 45.1 -> 45.3
Version 45.3
Released: 2024-01-05
This is a stable release with the following changes:

Recognize links in package update descriptions
Increase speed of load of the category pages
Fix deadlock when cancelling app update

This release also updates translations:

Chinese (Taiwan) (Andre Klapper)
Persian (Danial Behzadi)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-10 08:39:31 -08:00
Markus Volk
bff3453080
gnome-control-center: update 45.1 -> 45.2
============
Version 45.2
============

Apps
- Fix status page glitch on initialization
- Fix "File and Link Association" interface not reflecting changes

Background
- Improve background preview and chooser performance

Default Apps
- Fix undesired resetting of default apps during startup

Mouse
- Fix interference issue with scroll event in Mouse Test window

Network
- Close network editor when using non-native nm-connection-editor
- Show decoration buttons on empty-state (no network device found page)
- Share WPA3 (SAE) networks with QR Code
- Hide QR Code icon when connection is not successful
- Remove deprecated 'wpa-none'
- Fix route label alignments

Privacy
- Fix crash from free bug in the Camera page
- Fix potential crash on Bolt page visibility

Region
- Show preview measurement format in current locale

Sound
- Update mute state when setting mixer control for a stream

Users
- Show tooltip information for the Avatar widget

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-10 08:39:30 -08:00
Markus Volk
46ce0a49aa
gnome-shell: update 45.1 -> 45.3
45.3
====
* Allow any enter key to be used to screenshot [Scott; !2777]
* Fix spinner in light style variant [Florian; !3080]
* Improve formatting of extension errors [Philip; !3041]
* Fixed crash [Sebastian; !3006]
* Misc. bug fixes and cleanups [Florian, Daniel, Julian, Jonian; !3065, !3031,
  !3043, !3047, !3049, !3052, !3064, !3072, !2998]

Contributors:
  Scott Buchanan, Philip Chimento, Jonian Guveli, Sebastian Keller,
  Florian Müllner, Julian Sparber, Daniel van Vugt

Translators:
  Brage Fuglseth [nb]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-10 08:39:30 -08:00
Markus Volk
348792f025
mutter: update 45.1 -> 45.3
45.3
====
* Fix handling of relative mode for tablets [Peter; !3410]
* Fix forcing EGLStream with NVIDIA proprietary driver [Daniel; !2905]
* Sync geometry only when window is mapped [Sebastian W.; !3401, !3404]
* Improve repick due to transform changes [Carlos; !3385]
* wayland/client: Add make_desktop() method [Florian; !3305]
* Fix occasional artifacts at top of X11 fullscreen windows [Carlos; !3476]
* background: Fix background color around image [Sebastian W.; !3459]
* Fixed crashes [Sebastian K., Carlos, Jonas; !3453, !3422, !3335, !3392]
* Plugged leaks [Robert, Sebastian K.; !3439, !3411]
* Misc. bug fixes and cleanups [Sebastian W., Christopher, Daniel, Olivier,
  Michel, Qiu, Carlos, Ivan, Mike, Mart, Bilal; !3456, !3455, !2620, !3447,
  !3444, !3440, !3438, !3425, !3413, !3403, !3397, !3469, !3468, !3471, !3479]

Contributors:
  Jonas Ådahl, Robert Balas, Michel Dänzer, Bilal Elmoussaoui, Christopher Fore,
  Olivier Fourdan, Carlos Garnacho, Mike Gorse, Peter Hutterer,
  Sebastian Keller, Ivan Molodetskikh, Florian Müllner, Mart Raudsepp,
  Daniel van Vugt, Qiu Wenbo, Sebastian Wick

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-10 08:39:30 -08:00
Wang Mingyu
e54294de38
zenity: upgrade 4.0.0 -> 4.0.1
Changelog
========
  - Bump webkit2gtk requirement in README
  - about: The licence is LGPL2.1+, not GPL
  - entry: Calculate number of --entry-text's properly
  - test: Add entry test in response to issue #75
  - question: fix option --default-cancel
  - calendar: Fix off-by-one in day
  - test: Add test for --calendar

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-08 19:54:46 -08:00
Wang Mingyu
ec5631c9bd
libgedit-gtksourceview: upgrade 299.0.4 -> 299.0.5
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-08 19:54:42 -08:00
Wang Mingyu
007f485744
libcloudproviders: upgrade 0.3.4 -> 0.3.5
Changelog
========
* Fix a bug: Alt+Down (moving line(s) down) or Alt+Up (moving line(s) up) wrt.
  the undo/redo history and cursor positioning.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-08 19:54:41 -08:00
Wang Mingyu
983eb6a257
ghex: upgrade 45.0 -> 45.1
0001-gtkhex-Local-variables-in-switch-statement-should-be.patch
removed since it included in 45.1

Changelog
========
- gtkhex: Local variables in switch statement should be in own scope (ie, fix
  clang build issues)
- appwin: Mark error message string properly translatable

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-08 19:54:41 -08:00
Markus Volk
de8b61ef0e
gnome-terminal: fix search_provider build
currently org.gnome.ShellSearchProvider2.xml is read from host machine and
thus gnome-terminal with search_provider enabled can only be build from a host
system that has gnome-shell installed.

Add an option and set it to STAGING_DATADIR to avoid:

| DEBUG: Executing shell function do_compile
| ninja: error: '/usr/share/dbus-1/interfaces/org.gnome.ShellSearchProvider2.xml', needed by 'src/terminal-search-provider-gdbus-generated.c', missing and no known rule to make it

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-08 19:54:39 -08:00
Alexander Kanavin
e28f3d3777
gthumb: update 3.12.2 -> 3.12.4
Drop erroneous autotools assignment as well; not sure how this wasn't noticed until now.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-27 00:15:53 -08:00
Markus Volk
882aaf9506
gnome-software: update 45.1 -> 45.2
- add backport patches for appstream-1.0.0 support

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-18 22:17:23 -08:00
Wang Mingyu
7b5fe50d04
gjs: upgrade 1.78.0 -> 1.78.1
Changelog:
==========
* Gtk template signals cause a reference cycle that is not detected
* Modules from resources may get loaded twice
* docs: add examples for creating cairo image surfaces
* Deadlocks between GJS GC and dconf gsettings when a setting value is changed
* Gtk3: Fix leak in GtkBuilder template signal connections

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-18 22:17:18 -08:00
Markus Volk
602306d4bd
tracker: dont inherit gsettings
this fixes an issue I encountered on raspberrypi4-64 at do_rootfs:
ERROR: hyprland-image-1.0-r0 do_rootfs: Postinstall scriptlets of ['tracker'] have failed. If the intention is to defer them to first boot,
then please place them into pkg_postinst_ontarget:${PN} ().
Deferring to first boot via 'exit 1' is no longer supported.
Details of the failure are in /home/flk/poky/build-raspi/tmp/work/raspberrypi4_64-poky-linux/hyprland-image/1.0/temp/log.do_rootfs.
ERROR: Logfile of failure stored in: /home/flk/poky/build-raspi/tmp/work/raspberrypi4_64-poky-linux/hyprland-image/1.0/temp/log.do_rootfs.629667
ERROR: Task (/home/flk/poky/meta-hyprland-image/recipes-core/images/hyprland-image.bb:do_rootfs) failed with exit code '1'

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-09 15:24:42 -08:00
Ross Burton
50769bc2f2
evolution-data-server: remove obsolete intltool DEPENDS
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-09 00:00:06 -08:00
Ross Burton
103f49b5fc
libgsf: remove obsolete DEPENDS
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-09 00:00:06 -08:00
Ross Burton
f8f5c728a3
gtksourceview3: remove obsolete DEPENDS
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-09 00:00:06 -08:00
Ross Burton
d015d52ad8
keybinder: disable gtk-doc documentation
The API documentation doesn't build, so force it off until this is fixed.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-09 00:00:06 -08:00
Ross Burton
21dbf20b54
keybinder: use autotools-brokensep instead of setting B
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-09 00:00:06 -08:00
Ross Burton
a9cee7a469
librest: inherit gtk-doc
This recipe has gtk-doc API documentation.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-09 00:00:05 -08:00
Ross Burton
069885e74d
librest: remove spurious build dependencies
These are not dependencies of librest 0.8.1. I imagine they ended up in
this recipe when the latest version was downgraded back to 0.8.1 and the
dependencies not reviewed.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-09 00:00:05 -08:00
Ross Burton
c3eaf805d2
gspell: update DEPENDS, switch iso-codes for icu
gspell was changed in 2020 to use icu instead of iso-codes[1].

Signed-off-by: Ross Burton <ross.burton@arm.com>

[1] d5a8b72e19

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-09 00:00:05 -08:00
Ross Burton
58194b0b12
gspell: inherit gtk-doc
This recipe has gtk-doc API documentation.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-09 00:00:05 -08:00
Ross Burton
9ae31f6f6a
Remove unused SRC_DISTRIBUTE_LICENSES
This variable was removed in oe-core 8c9ef5, and didn't do what any of
these recipes seem to be using it for.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-09 00:00:05 -08:00
Zoltán Böszörményi
0f9e5d1f9b
zenity: Upgrade to 4.0.0
zenity 4.x now uses GTK4 and GTK4-based webkitgtk.

The perl based gdialog is no more, its subpackage would be empty.
Don't try to generate this subpackage.

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-08 07:57:57 -08:00
Zoltán Böszörményi
d6f689da36
mutter: Make gnome-desktop and libcanberra dependencies optional
mutter may be used as a standalone compositor and even an X11 WM
without the complete GNOME desktop environment. Make this optional
and add the new control knob to PACKAGECONFIG by default.

The built-in sound player functionality depends on libcanberra
which is considered outdated. Make this optional.

Add the colord build dependency explicitly because mutter does
not build when PACKAGECONFIG = "gnome-desktop" is not used.

Add the gsettings-desktop-schemas runtime dependency explicitly,
so mutter may work without PACKAGECONFIG = "gnome-desktop".

This change allows mutter in kiosk-like scenarios.

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-07 14:25:12 -08:00
Khem Raj
21cecf46a5
Revert "gnome-terminal: Remove recommendation on vte-prompt"
This needs vte-prompt if vte from core layer is to be used.

This reverts commit f3d3bc7620427dc1d47daab52a81593509cf2737.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-04 12:30:43 -08:00
Khem Raj
8140da48c3
gnome-console,gnome-terminal: Depend on vte from core layer
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-04 12:30:42 -08:00
Kai Kang
22051d98b3
libnma: remove conflict xml file
The file org.gnome.nm-applet.gschema.xml conflicts with the one
provided by network-manager-applet, so remove it from libnma and use the
one from network-manager-applet.

| Error: Transaction test error:
|   file /usr/share/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml conflicts
    between attempted installs of network-manager-applet-1.34.0-r0.core2_ 64
    and libnma-1.10.6-r0.core2_64

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-03 23:07:10 -08:00
Markus Volk
5857cd0f42
xdg-desktop-portal-gnome: upgrade 45.0 -> 45.1
Changes in 45.1
=================

- accountdialog: Fix crash when pressing Escape
- Send remote file URIs as local FUSE URIs
- Various fixes to screencast and input capture
- Expose org.gnome.desktop.calendar through the Settings portal
- Put dialogs in separate window groups
- Translation updates

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-03 07:26:21 -08:00
Wang Mingyu
8cee44dd4b
gnome-bluetooth: upgrade 42.6 -> 42.7
Changelog:
============
-fixes bugs that stopped the Obex Push server from automatically accepting files
 from paired devices and caused the device's Connection switch to appear out of
 sync with the connection state.
-build fixes
-updated translations

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-21 22:35:50 -08:00
Martin Jansa
09142fe479
evince, gnome-calendar, tracker: drop ${PE}, ${PR} from /usr/src/debug paths
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-20 09:30:39 -08:00
Markus Volk
804cadfd2a
gnome-control-center: Add rdepends
Add cups-pk-helper and system-config-printer to rdepends
Both are needed to get printer config working out of the box

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-14 07:35:05 -08:00
Markus Volk
92e9869aac
gtksourceview4: Upgrade 4.8.2 -> 4.8.4
News in 4.8.4, 2022-11-03
-------------------------
* Style updates to kate, classic, tango
* Language updates to vala, python3, c, cuda, latex
* Add unit tests for language specs
* Translation updates

News in 4.8.3, 2022-03-18
-------------------------

* Adds support for more Pango font-variants
* Style updates to solarized-dark, solarized-light
* Language updates to lean, rst, c, gtk-doc, javascript, and json
* Translation updates

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-14 07:35:04 -08:00
Khem Raj
347053753a
gimp: Update to 2.10.36
Explicitly ask for autotools build system since gnomebase is now
defaulting to meson.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-13 22:49:13 -08:00
Khem Raj
dc0799d0f1
yelp: Use autotools for build system
OE-core switched the defaults for gnome recipes to meson but this
package is not yet migrated to meson.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-13 22:49:12 -08:00