Sync from SUSE:SLFO:Main gsettings-desktop-schemas revision 8481e41b0155538c6da5e40b705f057d

This commit is contained in:
Adrian Schröter 2024-10-01 08:39:35 +02:00
parent 0244d8f8ab
commit 5bc3530a43
6 changed files with 74 additions and 5 deletions

19
_service Normal file
View 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/gsettings-desktop-schemas.git</param>
<param name="revision">46.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">disable</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>

BIN
gsettings-desktop-schemas-45.0.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
gsettings-desktop-schemas-46.1.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Mon Jul 15 10:46:36 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 46.1:
+ Updated translations.
-------------------------------------------------------------------
Mon May 6 13:59:18 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Move en_US and en_GB 'translations' to the main package. Do not
force the -lang package on all users.
-------------------------------------------------------------------
Sun Mar 17 09:37:29 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.0:
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 12 02:03:32 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.rc:
+ Make default clock format overridable by translators.
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 12 01:40:38 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.beta:
+ Add key to modify XKB options.
+ Add key to indicate whether switches should indicate state with
shapes.
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 12 00:50:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.alpha:
+ Update default background file extension to jxl.
+ Updated translations.
- Convert to source service for easier updating.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 11 02:04:51 UTC 2024 - Xiaoguang Wang <xiaoguang.wang@suse.com> Mon Mar 11 02:04:51 UTC 2024 - Xiaoguang Wang <xiaoguang.wang@suse.com>

View File

@ -0,0 +1,4 @@
name: gsettings-desktop-schemas
version: 46.1
mtime: 1721038737
commit: cdc2142b245fd22c1e8f728e9bc5323e7ed42560

View File

@ -18,13 +18,13 @@
Name: gsettings-desktop-schemas Name: gsettings-desktop-schemas
Version: 45.0 Version: 46.1
Release: 0 Release: 0
Summary: Shared GSettings Schemas for the Desktop Summary: Shared GSettings Schemas for the Desktop
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: System/GUI/GNOME Group: System/GUI/GNOME
URL: https://gnome.org/ URL: https://gnome.org/
Source0: https://download.gnome.org/sources/gsettings-desktop-schemas/45/%{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.zst
# SOURCE-FIX-SLE 00_org.gnome.desktop.peripherals.gschema.override bsc#1171593 alynx.zhou@suse.com -- Change touchpad click method to default # SOURCE-FIX-SLE 00_org.gnome.desktop.peripherals.gschema.override bsc#1171593 alynx.zhou@suse.com -- Change touchpad click method to default
Source1: 00_org.gnome.desktop.peripherals.gschema.override Source1: 00_org.gnome.desktop.peripherals.gschema.override
@ -117,6 +117,8 @@ install -D -m0644 00_org.gnome.desktop.peripherals.gschema.override %{buildroot}
%{_datadir}/GConf/gsettings/gsettings-desktop-schemas.convert %{_datadir}/GConf/gsettings/gsettings-desktop-schemas.convert
%{_datadir}/GConf/gsettings/wm-schemas.convert %{_datadir}/GConf/gsettings/wm-schemas.convert
%{_libdir}/girepository-1.0/GDesktopEnums-3.0.typelib %{_libdir}/girepository-1.0/GDesktopEnums-3.0.typelib
%{_datadir}/locale/en_GB/LC_MESSAGES/gsettings-desktop-schemas.mo
%{_datadir}/locale/en_US/LC_MESSAGES/gsettings-desktop-schemas.mo
%files devel %files devel
%doc AUTHORS ChangeLog HACKING MAINTAINERS %doc AUTHORS ChangeLog HACKING MAINTAINERS
@ -125,5 +127,7 @@ install -D -m0644 00_org.gnome.desktop.peripherals.gschema.override %{buildroot}
%{_datadir}/gir-1.0/GDesktopEnums-3.0.gir %{_datadir}/gir-1.0/GDesktopEnums-3.0.gir
%files lang -f %{name}.lang %files lang -f %{name}.lang
%exclude %{_datadir}/locale/en_GB/LC_MESSAGES/gsettings-desktop-schemas.mo
%exclude %{_datadir}/locale/en_US/LC_MESSAGES/gsettings-desktop-schemas.mo
%changelog %changelog