Accepting request 1183896 from GNOME:Next
- Update to version 46.3: + The summary page now uses an embedded themed icon for the checkmark, which ensures that the icon is loaded at the proper scaling level on hidpi displays. + If you customize the generated username for the new account, changing the account name no longer clobbers the customized username. + The keyboard page no longer crashes if it is destroyed and recreated while still waiting for the set of IBus engines. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/1183896 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-initial-setup?expand=0&rev=139
This commit is contained in:
commit
94e39b8915
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-initial-setup.git</param>
|
||||
<param name="revision">46.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
3
gnome-initial-setup-46.3.obscpio
Normal file
3
gnome-initial-setup-46.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20b0c2871f1a473cc33dead1daec336c59b8c47fd366381a42b912e0d5ec015f
|
||||
size 3481100
|
1352
gnome-initial-setup.changes
Normal file
1352
gnome-initial-setup.changes
Normal file
File diff suppressed because it is too large
Load Diff
4
gnome-initial-setup.obsinfo
Normal file
4
gnome-initial-setup.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: gnome-initial-setup
|
||||
version: 46.3
|
||||
mtime: 1719592025
|
||||
commit: b360c8f1d904635222464f671b7abf493955fbea
|
137
gnome-initial-setup.spec
Normal file
137
gnome-initial-setup.spec
Normal file
@ -0,0 +1,137 @@
|
||||
#
|
||||
# spec file for package gnome-initial-setup
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: gnome-initial-setup
|
||||
Version: 46.3
|
||||
Release: 0
|
||||
Summary: GNOME Initial Setup Assistant
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://wiki.gnome.org/Design/OS/InitialSetup
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
|
||||
BuildRequires: krb5-devel
|
||||
BuildRequires: meson >= 0.53.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: sysuser-tools
|
||||
BuildRequires: vala
|
||||
BuildRequires: (pkgconfig(webkit2gtk-5.0) or pkgconfig(webkitgtk-6.0))
|
||||
BuildRequires: pkgconfig(accountsservice)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(gdm) >= 3.8.3
|
||||
BuildRequires: pkgconfig(geocode-glib-2.0) >= 2.6.0
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.53.0
|
||||
BuildRequires: pkgconfig(gnome-desktop-4)
|
||||
BuildRequires: pkgconfig(goa-1.0)
|
||||
BuildRequires: pkgconfig(goa-backend-1.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.37.1
|
||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||
BuildRequires: pkgconfig(gtk4) >= 4.10
|
||||
BuildRequires: pkgconfig(gweather4)
|
||||
BuildRequires: pkgconfig(ibus-1.0) >= 1.4.99
|
||||
BuildRequires: pkgconfig(iso-codes)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.2.alpha
|
||||
BuildRequires: pkgconfig(libgeoclue-2.0) >= 2.3.1
|
||||
BuildRequires: pkgconfig(libnm) >= 1.2
|
||||
BuildRequires: pkgconfig(libnma-gtk4) >= 1.0
|
||||
BuildRequires: pkgconfig(libsecret-1) >= 0.18.8
|
||||
BuildRequires: pkgconfig(pango) >= 1.32.5
|
||||
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
|
||||
BuildRequires: pkgconfig(pwquality)
|
||||
BuildRequires: pkgconfig(rest-1.0)
|
||||
BuildRequires: pkgconfig(systemd) >= 242
|
||||
# Remove the yelp document dependency on both sle and leap, keeping tw consistent with upstream
|
||||
%if !0%{?sle_version}
|
||||
Requires: gnome-getting-started-docs
|
||||
%endif
|
||||
%sysusers_requires
|
||||
|
||||
%description
|
||||
Initial assistant, helping you to get the system up and running.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%sysusers_generate_pre data/%{name}.conf %{name} %{name}.conf
|
||||
%meson \
|
||||
-D parental_controls=disabled \
|
||||
%if 0%{?sle_version} && 0%{?sle_version} < 160000
|
||||
-D systemd=false \
|
||||
%endif
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
%if !0%{?sle_version}
|
||||
# Move autostart file to /usr/etc
|
||||
mkdir -p %{buildroot}%{_distconfdir}/xdg/autostart
|
||||
mv %{buildroot}%{_sysconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop %{buildroot}%{_distconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop
|
||||
mv %{buildroot}%{_sysconfdir}/xdg/autostart/gnome-initial-setup-first-login.desktop %{buildroot}%{_distconfdir}/xdg/autostart/gnome-initial-setup-first-login.desktop
|
||||
%endif
|
||||
|
||||
%pre -f %{name}.pre
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_datadir}/applications/gnome-initial-setup.desktop
|
||||
%dir %{_datadir}/gnome-session
|
||||
%dir %{_datadir}/gnome-session/sessions
|
||||
%{_datadir}/gnome-session/sessions/gnome-initial-setup.session
|
||||
%dir %{_datadir}/gnome-shell
|
||||
%dir %{_datadir}/gnome-shell/modes
|
||||
%{_datadir}/gnome-shell/modes/initial-setup.json
|
||||
%{_datadir}/polkit-1/rules.d/20-gnome-initial-setup.rules
|
||||
%{_libexecdir}/gnome-initial-setup
|
||||
%{_libexecdir}/gnome-initial-setup-copy-worker
|
||||
|
||||
%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
|
||||
%if !0%{?sle_version}
|
||||
%{_distconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop
|
||||
%{_distconfdir}/xdg/autostart/gnome-initial-setup-first-login.desktop
|
||||
%else
|
||||
%{_sysconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop
|
||||
%{_sysconfdir}/xdg/autostart/gnome-initial-setup-first-login.desktop
|
||||
%endif
|
||||
%if !0%{?sle_version} || 0%{?sle_version} >= 160000
|
||||
%{_userunitdir}/gnome-initial-setup-copy-worker.service
|
||||
%{_userunitdir}/gnome-initial-setup-first-login.service
|
||||
%dir %{_userunitdir}/gnome-session@gnome-initial-setup.target.d
|
||||
%{_userunitdir}/gnome-session@gnome-initial-setup.target.d/session.conf
|
||||
%dir %{_userunitdir}/basic.target.wants
|
||||
%dir %{_userunitdir}/gnome-session.target.wants
|
||||
%{_userunitdir}/basic.target.wants/gnome-initial-setup-copy-worker.service
|
||||
%{_userunitdir}/gnome-session.target.wants/gnome-initial-setup-first-login.service
|
||||
%{_sysusersdir}/gnome-initial-setup.conf
|
||||
%endif
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user