Accepting request 1109819 from GNOME:Next

Pushing GNOME 45.rc packages

OBS-URL: https://build.opensuse.org/request/show/1109819
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-initial-setup?expand=0&rev=127
This commit is contained in:
Dominique Leuenberger 2023-09-12 08:20:43 +00:00 committed by Git OBS Bridge
parent 7192870764
commit 3cb513cbd8
4 changed files with 39 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:593cfc6dc8f82a98671b94c035b97dbe88ef56e708780b2ad1d2324e4d04bbff
size 531536

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2caf7f92afe88d9d87c36b1cde2e334b4e00e973b45058393a6a3c10f50e0666
size 534036

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Aug 10 10:55:44 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 45.beta:
+ Initial Setup now invokes tecla, rather than
gkbd-keyboard-display, to show keyboard layout previews. This
is a new runtime dependency.
+ Initial Setup now installs dconf presets to disable some
irrelevant Shell functionality and always display the
Accessibility menu in the Initial Setup session.
+ Bugs fixed:
- Label for a default non-xkb ibus input method remains a
placeholder
- Replace applications with apps
- Third-party repos: don't set the status if the user doesn't
activate
- [ARM64][Wayland] gnome-initial-setup crashing
- Replace gkbd-keyboard-display with Tecla
- keyboard: Don't leak IBus engine display name
- driver: Set a non-trivial window title
- Replace deprecated gtk_widget_show/hide with set_visible
- Replace deprecated gtk_style_context_add_class with
gtk_widget_add_css_class
- ci: Update to new ci-templates snapshot
- Misc tweaks for ABRT setting on privacy page
- Improve the README
+ Updated translations.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 21 14:03:18 UTC 2023 - Callum Farmer <gmbr3@opensuse.org> Tue Mar 21 14:03:18 UTC 2023 - Callum Farmer <gmbr3@opensuse.org>

View File

@ -17,19 +17,19 @@
Name: gnome-initial-setup Name: gnome-initial-setup
Version: 44.0 Version: 45.beta
Release: 0 Release: 0
Summary: GNOME Initial Setup Assistant Summary: GNOME Initial Setup Assistant
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: System/GUI/GNOME Group: System/GUI/GNOME
URL: https://wiki.gnome.org/Design/OS/InitialSetup URL: https://wiki.gnome.org/Design/OS/InitialSetup
Source0: https://download.gnome.org/sources/gnome-initial-setup/44/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/gnome-initial-setup/45/%{name}-%{version}.tar.xz
BuildRequires: krb5-devel BuildRequires: krb5-devel
BuildRequires: meson >= 0.53.0 BuildRequires: meson >= 0.53.0
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: vala
BuildRequires: sysuser-tools BuildRequires: sysuser-tools
BuildRequires: vala
BuildRequires: (pkgconfig(webkit2gtk-5.0) or pkgconfig(webkitgtk-6.0)) BuildRequires: (pkgconfig(webkit2gtk-5.0) or pkgconfig(webkitgtk-6.0))
BuildRequires: pkgconfig(accountsservice) BuildRequires: pkgconfig(accountsservice)
BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(fontconfig)
@ -106,6 +106,11 @@ Initial assistant, helping you to get the system up and running.
%{_libexecdir}/gnome-initial-setup %{_libexecdir}/gnome-initial-setup
%{_libexecdir}/gnome-initial-setup-copy-worker %{_libexecdir}/gnome-initial-setup-copy-worker
%{_libexecdir}/gnome-initial-setup-goa-helper %{_libexecdir}/gnome-initial-setup-goa-helper
%dir %{_datadir}/dconf
%dir %{_datadir}/dconf/profile
%{_datadir}/dconf/profile/gnome-initial-setup
%dir %{_datadir}/gnome-initial-setup
%{_datadir}/gnome-initial-setup/initial-setup-dconf-defaults
#%%{_sysconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop #%%{_sysconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop
%{_distconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop %{_distconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop
#%%{_sysconfdir}/xdg/autostart/gnome-initial-setup-first-login.desktop #%%{_sysconfdir}/xdg/autostart/gnome-initial-setup-first-login.desktop