|
|
|
@ -1,35 +1,39 @@
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
|
|
|
|
|
|
|
|
Name: gsettings-desktop-schemas
|
|
|
|
|
Version: 40.0
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Version: 3.32.0
|
|
|
|
|
Release: 6%{?dist}.inferit
|
|
|
|
|
Summary: A collection of GSettings schemas
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
# no homepage exists for this component
|
|
|
|
|
URL: https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas
|
|
|
|
|
Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
|
|
|
|
|
URL: http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas
|
|
|
|
|
Source0: http://download.gnome.org/sources/%{name}/3.32/%{name}-%{version}.tar.xz
|
|
|
|
|
Source1: org.gnome.desktop.interface.gschema.override
|
|
|
|
|
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1709937
|
|
|
|
|
Patch0: add-mount-removable-storage-devices-as-read-only-option.patch
|
|
|
|
|
# Backport from 3.33.1
|
|
|
|
|
Patch1: 0001-schemas-Add-enable-hot-corners-setting.patch
|
|
|
|
|
Patch2: 0001-Add-a-setting-for-overlay-scrolling.patch
|
|
|
|
|
Patch3: 0001-schemas-Add-new-lockdown-setting-for-password-showing.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: glib2-devel >= 2.31.0
|
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
|
|
|
|
|
# Older versions need the "scroll-method" key that was removed in 3.19.3
|
|
|
|
|
Conflicts: control-center < 1:3.19.3
|
|
|
|
|
Conflicts: gnome-settings-daemon < 3.19.3
|
|
|
|
|
Conflicts: mutter < 3.19.3
|
|
|
|
|
|
|
|
|
|
Requires: glib2 >= 2.31.0
|
|
|
|
|
|
|
|
|
|
# Recommend the default fonts set in the schemas
|
|
|
|
|
Recommends: font(cantarell)
|
|
|
|
|
# For 9.2 we've decided that we will change the default monospace font to align
|
|
|
|
|
# with Fedora and upstream GNOME. After doing the change we've discovered that
|
|
|
|
|
# the font is not installed together with the g-d-s update when updating from
|
|
|
|
|
# RHEL 9.0.0, This is because Source Code Pro was in BUILDROOT for 9.0.0 and
|
|
|
|
|
# was moved to AppStream in 9.1.0. The "Recommends" specified below is not
|
|
|
|
|
# applied on upgrade and we have to change it for "Requires" to install the font
|
|
|
|
|
# correctly.
|
|
|
|
|
#Recommends: font(sourcecodepro)
|
|
|
|
|
Requires: font(sourcecodepro)
|
|
|
|
|
Recommends: font(sourcecodepro)
|
|
|
|
|
Recommends: font(dejavusansmono)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
gsettings-desktop-schemas contains a collection of GSettings schemas for
|
|
|
|
@ -46,7 +50,7 @@ and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1 -n %{name}-%{tarball_version}
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -57,12 +61,15 @@ and header files for developing applications that use %{name}.
|
|
|
|
|
%install
|
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
|
|
# Restore old monospace default
|
|
|
|
|
# cp -a %{SOURCE1} %{buildroot}%{_datadir}/glib-2.0/schemas
|
|
|
|
|
|
|
|
|
|
%find_lang %{name} --with-gnome
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
# Test that the schemas compile
|
|
|
|
|
glib-compile-schemas --dry-run --strict %{buildroot}%{_datadir}/glib-2.0/schemas
|
|
|
|
|
glib-compile-schemas --dry-run --strict $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
@ -81,138 +88,43 @@ glib-compile-schemas --dry-run --strict %{buildroot}%{_datadir}/glib-2.0/schemas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Dec 21 2022 Tomas Popela <tpopela@redhat.com> - 40.0-6
|
|
|
|
|
- Require the Source Code Pro font instead of only recommending it to not break
|
|
|
|
|
systems updated from 9.0.0.
|
|
|
|
|
Resolves: rhbz#2093975
|
|
|
|
|
|
|
|
|
|
* Tue Nov 22 2022 Carlos Garnacho <cgarnach@redhat.com> - 40.0-5
|
|
|
|
|
- Restore default monospace font to Source Code Pro
|
|
|
|
|
Resolves: rhbz#2093975
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-4
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Mon Jul 19 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 40.0-3
|
|
|
|
|
- Fix default monospace font
|
|
|
|
|
- Resolves: #1980001
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 40.0-1
|
|
|
|
|
- Update to 40.0
|
|
|
|
|
|
|
|
|
|
* Mon Mar 15 2021 Kalev Lember <klember@redhat.com> - 40~rc-1
|
|
|
|
|
- Update to 40.rc
|
|
|
|
|
|
|
|
|
|
* Wed Feb 17 2021 Kalev Lember <klember@redhat.com> - 40~beta-1
|
|
|
|
|
- Update to 40.beta
|
|
|
|
|
|
|
|
|
|
* Tue Feb 02 2021 Florian Müllner <fmuellner@redhat.com> - 40~alpha-2.20210202git8c395d5
|
|
|
|
|
- Build snapshot of current upstream
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 40~alpha-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 14 2021 Kalev Lember <klember@redhat.com> - 40~alpha-1
|
|
|
|
|
- Update to 40.alpha
|
|
|
|
|
|
|
|
|
|
* Thu Dec 03 2020 Adam Williamson <awilliam@redhat.com> - 3.38.0-2
|
|
|
|
|
- Backport an upstream addition of a key GNOME Shell 40 alpha expects
|
|
|
|
|
|
|
|
|
|
* Mon Sep 14 2020 Kalev Lember <klember@redhat.com> - 3.38.0-1
|
|
|
|
|
- Update to 3.38.0
|
|
|
|
|
|
|
|
|
|
* Mon Sep 07 2020 Kalev Lember <klember@redhat.com> - 3.37.92-1
|
|
|
|
|
- Update to 3.37.92
|
|
|
|
|
* Tue Feb 20 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.32.0-6.inferit
|
|
|
|
|
- Drop override schema file
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 3.32.0-6
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Tue Jul 21 2020 Kalev Lember <klember@redhat.com> - 3.37.2-1
|
|
|
|
|
- Update to 3.37.2
|
|
|
|
|
* Tue Jul 20 2021 Ray Strode <rstrode@redhat.com> - 3.32.0-6
|
|
|
|
|
- Add setting for locking down Show Password in entries
|
|
|
|
|
Related: #1770302
|
|
|
|
|
|
|
|
|
|
* Tue May 05 2020 Kalev Lember <klember@redhat.com> - 3.37.1-1
|
|
|
|
|
- Update to 3.37.1
|
|
|
|
|
* Mon Jun 29 2020 Carlos Garnacho <cgarnach@redhat.com> - 3.32.0-5
|
|
|
|
|
- Recommend DejaVu Sans Mono font as the default monospace font
|
|
|
|
|
Resolves: #1656262
|
|
|
|
|
|
|
|
|
|
* Thu Apr 30 2020 Kalev Lember <klember@redhat.com> - 3.36.1-1
|
|
|
|
|
- Update to 3.36.1
|
|
|
|
|
* Thu Nov 21 2019 Benjamin Otte <otte@redhat.com> - 3.32-0-4
|
|
|
|
|
- Backport setting for overlay scrolling
|
|
|
|
|
Resolves: #1723464
|
|
|
|
|
|
|
|
|
|
* Mon Mar 09 2020 Kalev Lember <klember@redhat.com> - 3.36.0-1
|
|
|
|
|
- Update to 3.36.0
|
|
|
|
|
* Tue Jul 23 2019 Florian Müllner <fmuellner@redhat.com> - 3.32-0-3
|
|
|
|
|
- Backport 'enable-hot-corners' setting
|
|
|
|
|
Resolves: #1704355
|
|
|
|
|
|
|
|
|
|
* Mon Feb 17 2020 Kalev Lember <klember@redhat.com> - 3.35.91-1
|
|
|
|
|
- Update to 3.35.91
|
|
|
|
|
* Tue Jun 04 2019 Florian Müllner <fmuellner@redhat.com> - 3.32.0-2
|
|
|
|
|
- Restore previous monospace font default
|
|
|
|
|
Resolves: #1715761
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
|
|
|
|
|
- Update to 3.34.0
|
|
|
|
|
|
|
|
|
|
* Fri Sep 06 2019 Kalev Lember <klember@redhat.com> - 3.33.92-1
|
|
|
|
|
- Update to 3.33.92
|
|
|
|
|
|
|
|
|
|
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 3.33.90-1
|
|
|
|
|
- Update to 3.33.90
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.33.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 18 2019 David King <amigadave@amigadave.com> - 3.33.1-1
|
|
|
|
|
- Update to 3.33.1
|
|
|
|
|
- Update URLs
|
|
|
|
|
- Remove some old Conflicts
|
|
|
|
|
- Use autosetup and buildroot macros
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2019 Kalev Lember <klember@redhat.com> - 3.33.0-1
|
|
|
|
|
- Update to 3.33.0
|
|
|
|
|
|
|
|
|
|
* Mon Mar 11 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
|
|
|
|
|
* Thu May 23 2019 Florian Müllner <fmuellner@redhat.com> - 3.32.0-1
|
|
|
|
|
- Update to 3.32.0
|
|
|
|
|
Resolves: #1698930
|
|
|
|
|
|
|
|
|
|
* Wed Mar 06 2019 Kalev Lember <klember@redhat.com> - 3.31.92-1
|
|
|
|
|
- Update to 3.31.92
|
|
|
|
|
|
|
|
|
|
* Mon Feb 25 2019 Kalev Lember <klember@redhat.com> - 3.31.91-2
|
|
|
|
|
- Use fonts() provides instead of requiring specific package names (#1677056)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 20 2019 Kalev Lember <klember@redhat.com> - 3.31.91-1
|
|
|
|
|
- Update to 3.31.91
|
|
|
|
|
|
|
|
|
|
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 3.31.90-2
|
|
|
|
|
- Recommend the default fonts set in the schemas:
|
|
|
|
|
abattis-cantarell-fonts and adobe-source-code-pro-fonts (#1677056)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 06 2019 Kalev Lember <klember@redhat.com> - 3.31.90-1
|
|
|
|
|
- Update to 3.31.90
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.0.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 15 2019 Kalev Lember <klember@redhat.com> - 3.31.0.2-1
|
|
|
|
|
- Update to 3.31.0.2
|
|
|
|
|
- Switch to meson once again now that enums generation is fixed
|
|
|
|
|
|
|
|
|
|
* Thu Jan 10 2019 Kalev Lember <klember@redhat.com> - 3.31.0.1-2
|
|
|
|
|
- Switch back to autotools to fix missing org.gnome.desktop.enums.xml
|
|
|
|
|
- Add a test to verify that the schemas compile
|
|
|
|
|
|
|
|
|
|
* Wed Jan 09 2019 Kalev Lember <klember@redhat.com> - 3.31.0.1-1
|
|
|
|
|
- Update to 3.31.0.1
|
|
|
|
|
- Switch to the meson build system
|
|
|
|
|
|
|
|
|
|
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 3.28.1-2
|
|
|
|
|
- Rebuilt against fixed atk (#1626575)
|
|
|
|
|
* Wed May 15 2019 Ondrej Holy <oholy@redhat.com> - 3.28.1-2
|
|
|
|
|
- Add mount-removable-storage-devices-as-read-only option
|
|
|
|
|
- Resovles: #1709937
|
|
|
|
|
|
|
|
|
|
* Tue Sep 04 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
|
|
|
|
|
- Update to 3.28.1
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
|
|
|
|
|
- Update to 3.28.0
|
|
|
|
|
|
|
|
|
|