Commit Graph

1592 Commits

Author SHA1 Message Date
wangmy
6d73127ced libadwaita: upgrade 1.1.0 -> 1.1.1
Changelog:
==========
- AdwAvatar
  - Fix initials not updating after setting custom-image
- AdwSplitButton:
  - Avoid state changes during dispose
- AdwViewSwitcherTitle
  - Clear pending idle callback on unrealize
- AdwPreferencesGroup
  - Annotation fixes
- AdwPreferencesGroup
  - Annotation fixes
- AdwTabBar
  - Ensure indicators are clickable with inverted=true
  - Fix resize deferring with non-expanded tabs
  - Fix scroll animation stopping too early
- Mention AdwComboRow:selected type in migration guide
- Fix a Meson error when using as a subproject
- Translation updates:
  - Abkhazian
  - British English
  - Bulgarian
  - Catalan
  - Dutch

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-25 11:00:43 -07:00
wangmy
98840e726d gtksourceview5: upgrade 5.4.0 -> 5.4.1
News in 5.4.1, 2022-04-21
-------------------------

 * Improved styling for style scheme preview widgets
 * Improved styling and positioning of completion windows
 * Improved styling for various style schemes
 * Unit test fixes
 * Hover assistants will no longer be showed if no providers
   completed successfully to add widgets
 * GtkSourceVimIMContext tries to handle various corner cases
   better with regards to reuse and being removed from an
   event controller or widget
 * GtkSourceCompletionCell has improved fast-paths for resetting
   cells to empty state when already empty
 * Improved sizing and placement of assistants including hover
   popovers, interactive tooltips, and completion windows
 * The overview map has improved it's fallback styling
 * The overview map will now properly update when the sourceview's
   right-margin-position changes
 * Fixes to vala.lang for regex detection
 * Translation updates

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-25 11:00:43 -07:00
wangmy
2e84305baa gspell: upgrade 1.9.1 -> 1.10.0
News in 1.10.0, 2022-04-16
--------------------------
* Build from git: some updates, take newer version of autoconf-archive.
* Build: distribute more files in tarballs.
* Documentation improvements.
* Translation updates.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-25 11:00:43 -07:00
wangmy
1a9c78999b evolution-data-server: upgrade 3.44.0 -> 3.44.1
Changelog:
https://download.gnome.org/sources/evolution-data-server/3.44/evolution-data-server-3.44.1.news

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-25 11:00:43 -07:00
wangmy
4aa174ef75 evince: upgrade 42.1 -> 42.2
Changelog:
==========
comics:
  * Fix use-after-free (#1776)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-25 11:00:43 -07:00
Khem Raj
12058113c4 sysprof: Remove libunwind on rv32
Make libunwind a packageconfig knob

LLVM libunwind works ok on rv32 but libunwind is not yet ported
when using clang and libcxx, it brings in llvm libunwind automatically

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-21 07:16:32 -07:00
Khem Raj
f4e628c81e gimp: Disable vector icons on 32bit systems
This uses qemu during build and qemu-user segfaults on all 32bit
architectures, until that is fixed disable building vector icons on
32bit architectures

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-19 08:58:54 -07:00
Andreas Müller
6ece0f38b0 gnome-shell-extensions: Stop copying gnome-classic session to wayland
It was me who introduced gnome-classic for wayland in
342de9bf51.

In the commit message I wrote:
"Enable gnome-classic session for wayland
Wonder why upstream does not ship this: Session runs perfectly fine"

Seems upstream was listening :) With 42.0 they ship two wayland sessions but
now I do not understand why there are two: Sessions (Try)Exec are identical -
only displayed texts are different. Maybe it's for gdm's sake which I never
used so far.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-18 10:13:16 -07:00
Andreas Müller
159fd28196 gjs: Add cairo to DEPENDS unconditionally
Cairo module seems mandatory:
| raspberrypi4-64 gnome-shell[4912]: JS ERROR: ImportError: No JS module 'cairoNative' found in search path
                                     @resource:///org/gnome/gjs/modules/script/cairo.js:5:1
                                     @resource:///org/gnome/shell/ui/pointerA11yTimeout.js:4:15
                                     @resource:///org/gnome/shell/ui/main.js:49:28
                                     @resource:///org/gnome/shell/ui/init.js:6:1
| raspberrypi4-64 gnome-shell[4912]: Execution of main.js threw exception: Module resource:///org/gnome/shell/ui/init.js threw an exception
| raspberrypi4-64 systemd[2783]: org.gnome.Shell@wayland.service: Failed with result 'protocol'.
| raspberrypi4-64 systemd[2783]: Failed to start GNOME Shell on Wayland.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-18 10:12:51 -07:00
Andreas Müller
9864902a15 libgweather4: Fix introspection build
Missing libgweather4-gir is a gnome-session blocker:
| raspberrypi4-64 systemd[2783]: Failed to start GNOME Shell on Wayland.
| raspberrypi4-64 systemd[2783]: org.gnome.Shell@wayland.service: Failed with result 'protocol'.
| raspberrypi4-64 gnome-shell[4698]: Execution of main.js threw exception: Module resource:///org/gnome/shell/ui/init.js threw an exception
| raspberrypi4-64 gnome-shell[4698]: JS ERROR: Error: Requiring GWeather, version 4.0: Typelib file for namespace 'GWeather', version '4.0' not found

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-18 10:12:51 -07:00
Andreas Müller
3f92302342 gnome-settings-daemon: upgrade 41.0 -> 42.1
============
Version 42.1
============
- Brown paper bag release

============
Version 42.0
============
- Translation updates
Keyboard:
- Clear content of gtk-im-module setting

=============
Version 42.rc
=============
Sharing:
- Do not manage gnome-remote-desktop, now done through
  gnome-control-center and systemd services

===============
Version 42.beta
===============
- Translation updates
Datetime:
- Port to GWeather 4
Media-keys:
- Fix launching of Settings actions
- Suppress UCM generic soundcard names on volume OSDs
- Remove screenshot key handling, done now in GNOME Shell
Power:
- Improve battery warning debouncing logic
XSettings:
- Adopt x11-specific code to look up GTK IM module from
  gsd-keyboard

================
Version 42.alpha
================
- Translation updates
Color:
- Night light color temperature fixes
Media-keys:
- Remove GNOME-specific MediaKeys API
- Multiple MPRIS fixes
Power:
- Do not print an error for failures from realpath
XSettings:
- Support new "high-contrast" setting

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-15 21:45:45 -07:00
Andreas Müller
26a042d436 gnome-backgrounds: upgrade 41.0 -> 42.0
License changed to Creative Commons Attribution-Share Alike 3.0 only

==============
 Version 41.0
==============
- split xml files per background for easier cherry-picking by distros
- clean up credentials

=================
 Version 41.beta
=================
- new default & supplemental wallpapers in light and dark variants
- updated guidelines

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-15 21:45:45 -07:00
wangmy
7d7848e8c0 tracker: upgrade 3.2.1 -> 3.3.0
Changelog:
==========
  * Fix storage of subsecond information in date/time properties
  * Add more tests

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-14 19:42:10 -07:00
Khem Raj
1a2c658843 sysprof: Fix build to work with llvm libunwind
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2022-04-13 19:21:41 -07:00
Andreas Müller
e6ba5bc0d8 gnome-bluetooth: Add PACKAGECONFIG pulseaudio and filter by distro-feature
Logs create wallpapers of warnings/errors without pulseaudio bluetooth modules
in image.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13 19:21:41 -07:00
Andreas Müller
a89b57aa45 gnome-bluetooth: rename recipes to avoid suffix in future
We have two gnome-bluetooths:

* 3.34.5: This will deprecate so add suffix and name it gnome-bluetooth3
* 42.0: This is the future of gnome-bluetooth so name it as such

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13 19:21:41 -07:00
Andreas Müller
7751b4bb14 gnome-bluetooth: avoid clashes with gnome-bluetooth4
* gnome-bluetooth and gnome-bluetooth4 install bluetooth-sendto. Prefer
  gnome-bluetooth4's bluetooth-sendto.
* For those still relying on gnome-bluetooth - in this layer gnome-flashback
  only - offer gnome-bluetooth4's bluetooth-sendto

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13 19:21:40 -07:00
Andreas Müller
2a14032c58 packagegroup-gnome-desktop: replace gnome-bluetooth by gnome-bluetooth4
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13 19:21:40 -07:00
Andreas Müller
dfbad36491 gnome-shell: fix bluetooth PACKAGECONFIG
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13 19:21:40 -07:00
Andreas Müller
d407f46638 sysprof: upgrade 3.42.1 -> 3.44.0
Overview of changes in Sysprof 3.44.0
=====================================
 * Translation updates

Overview of changes in Sysprof 3.43.90
======================================
 * Require libunwind unless disabled manually to help ensure distributions are
   doing the right thing.
 * Add allocation leaks section to memprof.
 * Fix preloading of speedtrack
 * Fix capture of mapped path names with spaces
 * Translation updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13 19:21:40 -07:00
Andreas Müller
eab0d95d1c network-manager-applet: upgrade 1.24.0 -> 1.24.0
Backported patch can go

=======================================================
network-manager-applet-1.26.0
Overview of changes since network-manager-applet-1.24.0
=======================================================
* Improve error messages and error dialogs.
* Improve Wi-Fi security combo error handling.
* Stop providing WEP by default.
* Replace the lock icon for WEP networks with an exclamation mark.
* Fix meson 0.61 issues.
* Make the tooltip of the status icon available for screen readers.
* Fix OWE wireless security option not showed on "Connect to a Hidden Network"
  dialog.
* Fix OWE wireless security option not being saved when chosen from
  nm-connection-editor.
* Move 802.1 dialog margins for the inner vbox.
* Align labels for Ethernet dialog.
* Move all Wi-FI entries to a submenu.
* Fix the VPN plugins dialog margins.
* Add a scrolled window for the VPN page.
* Internal improvements.
* Update translations.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13 19:21:40 -07:00
Andreas Müller
66317bbb05 libportal: upgrade 0.5 -> 0.6
libportal 0.6:
* New portal support: Dynamic launcher
* Add API for checking for flatpak/snap sandbox
* Fix a bug where the callback setup by libportal for a GCancellable was not
* properly canceled in case a portal method call was not successful, which can
* lead to a double free seg fault
* libportal-qt: Add convenient functions to better deal with GVariants
* libportal-qt: Use a global instance of XdpPortal object
* libportal-qt: make filechooserFilterToGVariant() public
* camera: Use correct variant for is_camera_present()
* portal-test-gtk3: Fix incorrect paths used in tests
* Documentation improvements
* CI improvements

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13 19:21:40 -07:00
Andreas Müller
a48c6c98e8 ibus: upgrade 1.5.23+ -> 1.5.26
1.5.26
* Enhance compose keys df664b1 19377ad
* Enhance Emoji features acc5570 104148b d9ff2bb
* Implement clear preedit for GTK4 5487a6b
* Calculate keycode from keysym in GTK3 forward-key-event 4957d14
* Fix to send char position at update_preedit_text f5757ad
* Deprecate gettext.bind_textdomain_codeset() since Python 3.8 28acfd4
* Fix ibus_key_event_from_string for gobject-introspection c69b61a
* Fix a key event loop with forwarding keys 6b979e7
* Delete gnome-autogen dependency 2bc47f0
* Change XKB layout string color in panel 0e118e7
* Add IBUS_INPUT_HINT_PRIVATE for browser private mode 0f1485b
* mkdir socket dirs instead of socket paths 787b564 dfd3fbf
* Add org.freedesktop.IBus.session.generic.service b5423f0
* Check XDG_SESSION_DESKTOP for Plasma desktop 1f27521
* Update simple.xml with xkeyboard-config 2.35.1 a3c0724
* Update ibusunicodegen.h with unicode-ucd 14.0.0 9bf9ef0
* Enhance CI fbea544 51e3295 d53d31d be17934 675b94f
* Fix typos a82bda5

1.5.25
* src/tests: Run gnome-session with no-overview mode 214b60a bc7811c ab6b958
* client/gtk2: Implement ibus_im_context_set_surrounding_with_selection() d105a39
* Code reviews e9e1642 17ae266
* src/ibuscomposetable: Do not include the same compose file a755d16
* src/ibusenginesimple: Multi_key to 0xB7 7e12d58 2fc1a02
* src/ibusenginesimple: Make Compose preedit less intrusive 3e2609e df49566 4259f16 5bd2ecc
* Change default Emoji shortcut key b952d30
* setup: Enhance engine search function a4939f6
* client/gtk2/ibusimcontext: Enable sync process in GTK4 a823161
* engine: Update simple.xml with xkeyboard-config 2.33 934c456 238eb61

1.5.24
* Add GTK4 IM module c7928b1 d0a47c3
* Search engine name directly ef4c5c7
* Update IBusInputPurpose and IBusInputHints in ibustypes.h b72efea
* Warn deprecated IBus XKB engines /w dialog 5322c44
* Update simple.xml 5012b69
* Add CI 30a3641
* Fix arguments in GLib.DBusSignalCallback for Vala 0.50 dd4cc5b
* Fix to build emoji-*.dict in CLDR 38 aa558de
* Fix build environments 02338ce 5d68b00 29959e1

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13 19:21:40 -07:00
Andreas Müller
bad130a8df gthumb: upgrade 3.12.0 -> 3.12.2
Version 3.12.2
~~~~~~~~~~~~~~
Released: 2022-04-03
Features:
 * Added support for larger thumbnail sizes: 512, 768 and 1024 pixels.
Bugfixes:
 * Fixed possible crash when changing directory during thumbnails creation.
Translations:

Version 3.12.1
~~~~~~~~~~~~~~
Released: 2022-03-21
Bugfixes:
 * PNG loader ignores gAMA. (#194)
 * Transparent webp images are rendered incorrectly. (#199)
 * Crash when dropping files on an empty folder/catalog. (#220)
 * Fixed location loading after mounting volume.
 * JPEG image dimensions not displayed for files inside the trash. (#214)
 * Infinite Loop when viewing more than 50 thumbnails. (Kendy Kutzner)
 * X11 window title is not set. (Bruno Vasselle)
 * Copy release notes on build from NEWS to metainfo file. (Federico Bruni)
 * Fixed build if appstream >= 0.14.6 is not available.
 * Fix incorrect usage of shared_module in extensions. (Jakub Jirutka)
 * cli: mention that user can open files and/or directories. (#167)
Translations

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13 19:21:40 -07:00
Andreas Müller
d117723473 gnome-shell-extensions: upgrade 41.1 -> 42.0
Backported patch can go

42.0
====
* Update Translators

42.rc
=====
* Misc. bug fixes and cleanups [Florian; !215, !218]

42.beta
=======
* workspace-indicator: Fix cancelling editing with Esc [Florian; !208]
* window-list: Update window tracking to avoid missing icons [Florian; !207]
* Use libadwaita for preferences [Florian; !209, !213]
* Adapt to Clutter grab API changes [Florian; !212]
* Misc. bug fixes and cleanups [Jan, Florian; !210, !214]

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13 19:21:40 -07:00
Andreas Müller
fd727e27e0 gnome-session: upgrade 41.3 -> 42.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13 19:21:40 -07:00
Andreas Müller
217707b422 gnome-panel: upgrade 3.42.0 -> 3.44.0
Version 3.44.0
==============
- Updated translations.

Version 3.43.1
==============
- Port to GWeather 4. (#38)
- Updated translations.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13 19:21:40 -07:00
Andreas Müller
4efc34bdfd gnome-flashback: upgrade 3.42.1 -> 3.44.0
Version 3.44.0
==============
- Updated translations.

Version 3.43.1
==============
- Changes/fixes to monitor manager from mutter.
- Add media keys manager (to restore screenshot keybindings).
- Updated translations.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13 19:21:40 -07:00
Andreas Müller
7383507da3 gnome-control-center: upgrade 41.2 -> 42.0
================
Version 42.0
================
- Updated AppData screenshots
- Re-enable tests
- Updated translations

===============
Version 42.rc
================
- Updated translations
Keyboard
- Restore _GNOME_WM_KEYBINDINGS support
User Accounts
- Bring back Fingerprint dialog
- Fix avatar loading
Wacom
- Bring back empty state

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13 19:21:40 -07:00
Andreas Müller
30c9e70e6b libnma: upgrade 1.8.36 -> 1.8.38
=======================================
libnma-1.8.38
Overview of changes since libnma-1.8.36
=======================================
* libnma-gtk4 is no longer considered EXPERIMENTAL.
* meson now builds libnma-gtk4 properly.
* Keyboard accelerator for certificate chooser works again.
* Fixed libnma-gtk4 version of mobile-wizard.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13 19:21:40 -07:00
Khem Raj
3698e333b1 evolution-data-server: Disable g-i on musl
g-i calls on musl are adding -L/usr/lib to linker path which confuses
the build as it tried to use the libraries from build host and fails
badly

Fixes

aarch64-yoe-linux-musl-ld: warning: library search path "/usr/lib" is
unsafe for cross-compilation
...
| /mnt/b/yoe/master/build/tmp/work/cortexa72-yoe-linux-musl/evolution-data-server/3.44.0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-ld: skipping incompa
tible /usr/lib/libunwind.so when searching for -l:libunwind.so
| Error relocating /usr/lib/libz.so.1: unsupported relocation type 8
| Error relocating /usr/lib/libz.so.1: unsupported relocation type 8

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2022-04-11 07:47:11 -07:00
Andreas Müller
b74602b407 gnome-shell: upgrade 41.2 -> 42.0
* Backported patch can go
* Adding gtk-icon-cache unveiled a misconception: DEPENDS overwrote those added
  by inherit

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-11 07:46:51 -07:00
Andreas Müller
10726b2557 mutter: upgrade 41.2 -> 42.0
For changelogs see:
[1] https://download.gnome.org/sources/mutter/41/mutter-41.3.news
[2] https://download.gnome.org/sources/mutter/41/mutter-41.4.news
[3] https://download.gnome.org/sources/mutter/41/mutter-41.5.news
[4] https://download.gnome.org/sources/mutter/42/mutter-42.beta.news
[5] https://download.gnome.org/sources/mutter/42/mutter-42.rc.news
[6] https://download.gnome.org/sources/mutter/42/mutter-42.0.news

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-11 07:46:51 -07:00
Andreas Müller
3cd40ec940 gnome-online-accounts: upgrade 3.43.1 -> 3.44.0
Overview of changes in 3.44.0
=============================
* Bugs fixed:
 !69 Add .gitlab-ci.yml
 !70 Update Fedora logo
 !78 Silence -Wincompatible-pointer-types with GCC 11
* Updated translations

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-11 07:46:51 -07:00
Markus Volk
8d3ee7b2d8 gparted: update to v1.4.0
- remove x11 features-check because there aren't dependencies that would
  explicilty require x11 as a DISTRO_FEATURE
- use POSIX basename() to fix up musl build

============================
GParted 1.4.0   (2022-03-28)
============================

Release Notes
-------------
  This release of GParted includes enhancements, bug fixes and
  language translation updates.

  * Add labelling of mounted btrfs, ext2/3/4 and xfs file systems
  * Fix detection of mount points for encrypted file systems
  * Fix crash scrolling quickly in the drive selection combobox
  * Add bcache detection
  * Add JBD external EXT3/4 journal detection

Bug Fixes
---------
  * Add labelling of mounted btrfs, ext2/3/4 and xfs file systems (#163, !87)
  * Fix detection of mount points for encrypted file systems (#162, !88)
  * Fix unmount error when unmounting below a bind mount point (!89)
  * Fix crash scrolling quickly in the drive selection combobox (#165, !91)
  * Add initial Indonesian translation of help (!90)
  * Add accessibility relations for screen readers like Orca (!92)
  * Fix partition creation at sector 2048 if partition before it (#172, !93)
  * Make more getter methods use return-by-constant-reference (!94)
  * Check copy destination instead of source (!95)
  * Add bcache detection (#183, !96)
  * Add JBD external EXT3/4 journal detection (#89, !97)
  * Fix translation of DocBook markup tag of the GParted Manual (!98)

Code Credits
------------
  Code enhancements are courtesy of Movie Ma, Pascal Engélibert, and
  Mike Fleetwood.

Translations (new/updated)
--------------------------
  cs(Marek Černocký), da(Alan Mortensen), eu(Asier Sarasua Garmendia),
  fur(Fabio Tomat), he(Yaron Shahrabani), hr(Goran Vidović),
  hu(Balázs Úr), id(Andika Triwidada), it(Milo Casagrande),
  ko(Seong-ho Cho), lt(Aurimas Černius), lv(Rūdolfs Mazurs),
  nb(Kjell Cato Heskjestad), nl(Nathan Follens), pa(A S Alam),
  pt(Hugo Carvalho), ru(Aleksandr Melman, Sergej A), sk(Dušan Kazik),
  sl(Matej Urbančič), sr(Мирослав Николић), zh_CN(Luming Zh)

Dependencies (new/updated)
--------------------------
  * n/a

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-10 10:05:35 -07:00
Andreas Müller
4c14cc3dc2 evolution-data-server: re-enable gobject-introspection
Tested on glibc/aarch64 after recent update.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:34 -04:00
wangmy
b37a5df692 zenity: upgrade 3.41.0 -> 3.42.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:34 -04:00
Andreas Müller
b9b9da0064 gnome-text-editor: initial add 42.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:34 -04:00
Andreas Müller
e88927d122 gnome-commander: initial add 1.14.2
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:34 -04:00
Andreas Müller
bea1dbb3f7 yelp: upgrade 41.2 -> 42.1
42.1
====
* Fixed URI parsing issue that can lead to crash [#187]
* Updated location for appdata screenshot (Sophie Herold)

42.0
====
* Updated appdata screenshot (Sophie Herold)

42.beta
=======
* Add a nightly app icon (Jakub Steiner)
* Use HdyApplicationWindow for rounded bottom corners (Christopher Davis)
* Always use headerbar (Christopher Davis)
* Support color scheme (Alexander Mikhaylenko)
* Add flatpak manifest (Alexander Mikhaylenko)
* Align app name in metadata with .desktop name (Sophie Herold)
* Fix up issues with reload, including reloading on theme change (Shaun McCance)
* Stop building the gtk-docs, because they are unused (Shaun McCance)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:33 -04:00
Andreas Müller
b0d003a8f5 yelp-tools: upgrade 41.0 -> 42.0
42.beta
=======
* yelp.m4: Avoid argument list too long error when cleaning (Dan Nicholson)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:33 -04:00
Andreas Müller
7c46176f44 yelp-xsl: upgrade 41.1 -> 42.0
42.0
====
* No changes since beta, stable release only

42.beta
=======
* Fix topic and section links in Mallard stack files
* Avoid use of global l10n.locale parameter
* Updated translations

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:33 -04:00
Andreas Müller
5bcfcc078c gnome-font-viewer: upgrade 41.0 -> 42.0
Backported patch can go

GNOME Font Viewer - 42.0
-------------------------------------------------------------------------------
Translation updates

GNOME Font Viewer - 42.rc
-------------------------------------------------------------------------------
Translation updates

GNOME Font Viewer - 42.beta
-------------------------------------------------------------------------------
Fonts 42.beta comes with a port to GTK4 by Evan Welsh,
and translation updates

GNOME Font Viewer - 42.alpha
-------------------------------------------------------------------------------
Translation updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:33 -04:00
Andreas Müller
18c6ce1224 gnome-bluetooth4: initial add 42.0
It does not conflict with gnome-bluetooth and is a reqiurement of upcoming
gnome-control-center 42.0

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:33 -04:00
Andreas Müller
a158572927 libnma: upgrade 1.8.34 -> 1.8.36
Build both variants gtk3 & gtk4 - gtk4 is required for upcoming
gnome-control-center 42.0

=======================================
libnma-1.8.36
Overview of changes since libnma-1.8.34
=======================================

* Include OWE wireless security option.
* Do not allow setting empty 802.1x domain for EAP TLS.
* The GtkBuilder files for Gtk4 are now included in
  the release tarball.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:33 -04:00
Andreas Müller
9b7cce8860 gnome-desktop: upgrade 41.2 -> 42.0
Build both gtk3 and gtk4 variants for now

=============
Version 42.rc
=============
- Translation updates

===============
Version 42.beta
===============
- Add async methods for thumbnail creation
- thumbnail: Resolve symlinks before exporting them with Flatpak
- Make table:cangjie5 the default input method for zh_HK
- Translation updates

============
Version 42.alpha.1
============
- build: fix soversion in libgnome-desktop-4

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:33 -04:00
Andreas Müller
c495d52501 gnome-calendar 41.2 -> 42.0
Meson patch was applied

Major changes in 42.0:
* Updated translations

Major changes in 42.rc:
* Fix a couple of regressions in the event importer dialog
* More timezone fixes when importing events (Milan Crha)
* Fix event times in event popover (Björn Daase)
* Updated translations

Major changes in 41.beta:
* Port to GTK4
* Rewrite the Year view to be a month nagivator
* Various improvements to timezone handling
* Update Ctrl+1/2/3 shortcuts to use Alt instead

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:33 -04:00
Andreas Müller
8a90160e07 libgweather4: initial add 4.0.0
* it can be installed in parallel to libgweather
* upcoming upgrade of gnome-calendar requires it

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:33 -04:00
Andreas Müller
b7dd1933af gnome-calculator upgrade 41.1 -> 42-0
Overview of changes in gnome-calculator 42.0
    * Updated translations

Overview of changes in gnome-calculator 42.rc
    * Updated translations
    * Use new gnome post_install script !106 (Bobby Rong)
    * gcalc build fixes (Daniel Espinoza Ortiz)
    * Updated screenshots (Christopher Davis)
    * Set default focus to entry (Robert Roth)

Overview of changes in gnome-calculator 42.beta
    * Updated Translations
    * Fixed build issues with GCI entry controller tests #250 (Robert Roth)
    * Force LTR in history view #252 (Robert Roth)
    * programing mode: Force bit digits to be always LTR #258 (Yosef Or Boczko)
    * Use AdwApplication (Alexander Mikhaylenko)
    * ui: Fix styles !105 (Alexander Mikhaylenko)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:33 -04:00
Andreas Müller
8e7bae4300 gfbgraph: upgrade 0.2.4 -> 0.2.5
=================
LibGFBGraph 0.2.5
=================
The changes include:
- Fix CVE-2021-39358 by forcing TLS certificate validation by Douglas R. Reno.
- Temporarily disable testcases by Leesoo Ahn.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:33 -04:00
Andreas Müller
4d847e7da9 gedit: upgrade 41.0 -> 42.0
News in 42.0, 2022-04-01
----------------------------
* Rename display name back to gedit
* Build fix
* Translation updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:33 -04:00
Andreas Müller
6efe7fc0fe gdm: upgrade 41.0 -> 42.0
============
Version 42.0
============
- Work better on nvidia
- Look in DATADIR for launch environment data files
- PAM updates on exherbo
- Translation updates

============
Version 41.3
============
- Juggle Xorg's -listen/-nolisten command line change better
- Fix session type selection
- Fix crash
- Drop vestigial gdm-pin service
- XDMCP fixes
- Wayland nvidia udev updates
- Translation updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:33 -04:00
Andreas Müller
7a49c6ec8e file-roller: upgrade 3.40.0 -> 3.42.0
* No news for 3.42.0

version 3.41.90
---------------
This is a Beta release
 Bugs fixed:
  * Enable add button on select all (#129)
  * Support GNOME 42 dark style preference (!58)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:33 -04:00
Andreas Müller
52d5054fc0 evolution-data-server: upgrade 3.43.1 -> 3.44.0
See changelog at [1-3]

[1] https://download.gnome.org/sources/evolution-data-server/3.44/evolution-data-server-3.44.0.news
[2] https://download.gnome.org/sources/evolution-data-server/3.43/evolution-data-server-3.43.3.news
[3] https://download.gnome.org/sources/evolution-data-server/3.43/evolution-data-server-3.43.2.news

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:33 -04:00
Andreas Müller
4c5a630e7f evince: upgrade 41.4 -> 42.1
* Backported patch can go
* Release notes are huge. For details check 'news'-links in [1]

[1] https://download.gnome.org/sources/evince/42/

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:33 -04:00
Andreas Müller
4f3ac298f0 colord-gtk: upgrade 0.2.0 -> 0.3.0
Add PACKAGECONFIGs for gtk3 and gtk4 - both enabled by default

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:33 -04:00
Andreas Müller
8eb7e5c1d0 accountsservice: upgrade 0.6.55 -> 22.08.8
* backported patch can go
* adjust systemd options

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06 20:25:33 -04:00
Andreas Müller
db510a803c gtksourceview5: upgrade 5.2.0 -> 5.4.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-31 11:54:44 -07:00
Andreas Müller
c7cb6b8d80 libadwaita: initial add 1.1.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-31 11:54:44 -07:00
Andreas Müller
0a2bd454d8 gtk4: upgrade 4.4.0 -> 4.6.2
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-31 11:54:44 -07:00
Andreas Müller
5b09a5ad78 nautilus: Add a packageconfig for libportal - disabled by default
* Accessing flatpack portals is an option and not mandatory
* Build tested on & off

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-31 11:54:25 -07:00
Wang Mingyu
f6d537bd9c babl: upgrade 0.1.90 -> 0.1.92
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-29 08:28:38 -07:00
Wang Mingyu
aa781eea65 libwacom: upgrade 2.1.0 -> 2.2.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-29 08:28:38 -07:00
Wang Mingyu
7f13d5646a libgsf: upgrade 1.14.48 -> 1.14.49
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-29 08:28:38 -07:00
Khem Raj
b5bbdd3964 geary: Fix build failures with latest vala
Backport needed patches

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-24 09:45:25 -07:00
Khem Raj
4ab47d303e folks: Upgrade to 0.15.5
vala has been upgraded in oe-core which needs this bump

Changes in this release

Bugs fixed:
  * vapi: Add missing generic type argument

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Markus Volk <f_l_k@t-online.de>
2022-03-24 09:45:25 -07:00
Wang Mingyu
60448ad6a2 metacity: upgrade 3.42.0 -> 3.44.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-24 09:45:25 -07:00
Wang Mingyu
b910e78a43 gnome-system-monitor: upgrade 41.0 -> 42.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-24 09:45:25 -07:00
Wang Mingyu
48bbc0091c gnome-photos: upgrade 40.0 -> 42.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-24 09:45:25 -07:00
Wang Mingyu
3df9a9a75f gnome-disk-utility: upgrade 41.0 -> 42.0
0001-build-fix-arguments-of-i18n.merge_file.patch
removed since it's include din 42.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-24 09:45:25 -07:00
Wang Mingyu
b63f865441 nautilus: upgrade 41.2 -> 42.0
liportal-0.5-fix.patch
removed since it's included in 42.0

Changelog:
=========
* Fix HiDPI thumbnails in list view
* Properly dispose pathbar to avoid crashes
* Translation updates

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-24 09:45:25 -07:00
Wang Mingyu
99ad5f2a7e gvfs: upgrade 1.49.1 -> 1.50.0
Remove-incorrect-i18n.merge_file-argument.patch
removed since it's include in new version

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-24 09:45:25 -07:00
Wang Mingyu
cead5f8f86 gjs: upgrade 1.71.1 -> 1.72.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-24 09:45:25 -07:00
Wang Mingyu
3e989f5e8e evince: upgrade 41.3 -> 41.4
Changelog:
=========
shell:
  * Fix crash when thumbnail extraction takes too long

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-17 08:18:31 -07:00
Khem Raj
69c8c91ecc gimp: Disable vector icons on ppc
qemuppc segfaults building them

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-14 09:16:05 -07:00
Khem Raj
cf1273f9c1 geary: Check for x11 in distro features
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-06 19:20:38 -08:00
Khem Raj
ce5ca93ff3 tepl: Check for x11 in distro features
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-06 19:20:38 -08:00
Khem Raj
87c64236b5 gedit: Fix REQUIRED_DISTRO_FEATURES to not overwrite x11
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-06 19:20:38 -08:00
Khem Raj
45c5fd8f2d gfbgraph: Check for x11 distro feature
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-06 14:35:44 -08:00
Markus Volk
60c0071926 evolution-data-server: update to v3.43.1
fix evolution-data-server build in the same way it was done for libical

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-06 10:18:33 -08:00
Markus Volk
91b245be8e gnome-disk-utility: disable build of man pages
this fixes:

| Program xsltproc found: NO
|
| ../gnome-disk-utility-41.0/doc/man/meson.build:1:0: ERROR: Program 'xsltproc' not found or not executable

Signed-off-by: Markus Volk <f_l_k@t-online.de>

Building man is enabled by default and this feature would require a dependency on libxslt-native
and network access at do_compile.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-06 08:27:02 -08:00
Khem Raj
06851c6fdc recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-04 17:41:45 -08:00
Markus Volk
d69c574e1e gjs: update; customize dependencies
Disable gtk_tests to be able to drop gtk4 dependency

Update mozjs dependency to mozjs-91 since polkit also builds with it.

These changes should reduce the compilation of additional packages and thus save
space and time during build.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-03 23:07:50 -08:00
Andreas Müller
b49effc439 gnome-shell-extensions: Fix build with latest meson
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-03 08:50:19 -08:00
Andreas Müller
e7bfd14f97 gnome-tweaks: Fix build on latest meson
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-03 08:50:19 -08:00
Khem Raj
9c0cbd1d8f onboard: Inherit setuptools3-base instead of setuptools3
It uses distutils heavily

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-01 09:13:42 -08:00
Wang Mingyu
8abc3bd017 gegl: upgrade 0.4.34 -> 0.4.36
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-01 09:13:42 -08:00
Wang Mingyu
ec796f9da0 babl: upgrade 0.1.88 -> 0.1.90
Automatic LUT creation for conversions from &lt;24bpp of colorant componants,
SIMD builds for x86_64 micro-architecture levels and ARM neon, pre-defined
CIE Lab u8 and CIE Lab u16 formats. Fix bug of an unlocked non-locked mutex,
which started failing on some platforms.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-01 09:13:42 -08:00
Ross Burton
272f2083d4 layer.conf: change layer priority to match oe-core
Layer priority is the ultimate decider of what recipe is used: if layer
A has recipe foo_1 and layer B has recipe foo_2, if layer A's priority
is higher than B then foo_1 will be used, even though the version in B
is higher, and even if PREFERRED_VERSION_foo is set to 2.

This complicates recipes moving between layers, for example when a newer
version of a recipe (say, python3-wheel) is taken from a layer with a
higher priority (say, meta-python) and moved to a layer with a lower
priority (say, oe-core) then it has to be removed before it is added:
there is no way to have it in both layers and work correctly.

Higher priorities are useful in distribution layers where you may want
to override specific recipes without any other fuss.  However as all of
the layers in meta-oe simply add more recipes in defined areas, there's
no need to have a higher layer priority.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-28 08:39:26 -08:00
Andreas Müller
2509f659e4 All layers: Follow oe-core's variable name changes
Auto rename performed by oe-core's convert-variable-renames.py 0.1

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-24 08:35:24 -08:00
Wang Mingyu
d8f712b707 nautilus: upgrade 41.1 -> 41.2
Major changes in 41.2
=====================
* Avoid cropping format popover in Compress dialog
* Fix "Move to"/"Copy to" from Starred
* Fix memory leak on tab switch
* Translation updates

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-23 09:25:19 -08:00
Wang Mingyu
e5613af40e libwnck3: upgrade 40.0 -> 40.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-22 08:30:50 -08:00
Wang Mingyu
aca61b8dc7 gnome-autoar: upgrade 0.4.2 -> 0.4.3
Changelog:
=========
* Prevent NULL dereference when extracting to root
* Do not include basename in error messages
* Do not request password when encryption is unsupported
* Propagate libarchive errors when extraction failed

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-22 08:30:50 -08:00
Wang Mingyu
8918d9485c gedit: upgrade 40.1 -> 41.0
0001-Remove-incorrect-args-for-i18n.merge_file.patch
removed since it's included in 41.0

Changelog:
=========
* Fix some crashes, one when opening files, another when
  deleting the open folder with the file browser plugin active
* Fix buttons in the color scheme selector dialog
* Build fixes
* Improve symbolic icon coloring
* Improve Save As behavior when saving error infobar is showing
* Translation updates
* Note that gnome-text-editor will be GNOME's recommended text
  editor beginning with the GNOME 42 release next month

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-22 08:30:50 -08:00
Wang Mingyu
491ea7f7fc libwacom: upgrade 1.12 -> 2.1.0
Changelog:
=========
- New Devices:
  - Dell Latitude 5290
  - Lenovo ThinkPad X1 Tablet Gen3, Yoga 7
  - Pine64 PineNote
  - HP ProBook x360

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-22 08:30:50 -08:00
Khem Raj
d9ec74d4c2 layers: Bump to use kirkstone
its not going to be backward ABI compatible with honister due to variable renaming.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-21 18:12:04 -08:00
Wang Mingyu
ea223bd3da gjs: upgrade 1.70.0 -> 1.70.1
Changelog:
=========
- Build and crash fixes backported from the development branch.
- Closed bugs and merge requests:
  * Handle optional out parameters in callbacks
  * Link fails on Debian armel|mipsel|powerpc: needs more -latomic
  * gjs/jsapi-util.cpp: fix build on gcc-12

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-16 08:26:02 -08:00
Khem Raj
712e17f840 gimp: Disable vector icons with clang on arm
Avoid qemu coredumps

make[3]: *** [Makefile:2397: 24/gimp-center.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2397: 24/gimp-channel.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2397: 24/gimp-channel-blue.svg] Segmentation fault (core dumped)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-11 10:39:14 -08:00
Khem Raj
ce1c406d63 gimp: Disable vector icons on x86 with clang
It workarounds qemu crashes seen when building with clang

e.g.
| make[3]: *** [Makefile:2397: 24/gimp-controller.svg] Segmentation fault
| make[3]: *** Waiting for unfinished jobs....
| make[3]: *** [Makefile:2397: 24/gimp-color-space-perceptual.svg] Segmentation fault
| make[3]: *** [Makefile:2397: 24/gimp-controller-keyboard.svg] Segmentation fault
| make[3]: *** [Makefile:2397: 24/gimp-colormap.svg] Segmentation fault

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-08 08:59:08 -08:00
wangmy
4bd281ded7 devilspie2: upgrade 0.43 -> 0.44
Changelog:
=========
* Default to Lua 5.3, and permit use of other versions
* Add support for setting and deleting window properties
* Add get_process_name(), which returns the name of the process
  owning the window (if possible)
* Add get_monitor_index() and get_monitor_geometry(); improve
  monitor index/geometry discovery
* Add get_window_is_decorated() (which uses the Motif window hints)
* Alias center() as centre()
* Extend centre() to allow centring on a given monitor and to allow
  horizontal or vertical only
* Extend set_window_position() to allow positioning on a given
  monitor and control which corner is measured from.
  (Behaviour with two parameters is unchanged.)
* Quote the option hyphens in the man page (preventing replacement)
* Various const & compiler warning (gcc -Wextra) fix-ups
* Support for UTF-8 strings in window properties
* Allow replacements for pkg-config at compile time

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-07 16:36:08 -08:00