upgrade to 42.0

This commit is contained in:
dillon_chen 2022-06-08 14:23:57 +08:00
parent 82f5d6d8b1
commit cdb15ac811
4 changed files with 12 additions and 4 deletions

Binary file not shown.

View File

@ -1,12 +1,14 @@
%global debug_package %{nil}
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: gsettings-desktop-schemas
Version: 41.0
Version: 42.0
Release: 1
Summary: Settings for various components of a desktop
License: LGPLv2+
URL: https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas
Source0: https://download-fallback.gnome.org/sources/%{name}/41/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{tarball_version}.tar.xz
Source1: org.gnome.desktop.interface.gschema.override
BuildRequires: gettext glib2-devel >= 2.31.0 gobject-introspection-devel meson
@ -29,7 +31,7 @@ install the %{name}-devel package if you want to develop applications that use
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%autosetup -p1 -n %{name}-%{tarball_version}
%build
%meson
@ -37,6 +39,7 @@ install the %{name}-devel package if you want to develop applications that use
%install
%meson_install
install -p %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas
%find_lang %{name} --with-gnome
%check
@ -61,6 +64,9 @@ glib-compile-schemas --dry-run --strict %{buildroot}%{_datadir}/glib-2.0/schemas
%doc HACKING README MAINTAINERS
%changelog
* Wed Apr 20 2022 dillon chen <dillon.chen@gmail.com> - 42.0-1
- Upgrade to 42.0
* Thu Dec 2 2021 hanhui <hanhui15@huawei.com> - 41.0-1
- update to 41.0

View File

@ -0,0 +1,2 @@
[org.gnome.desktop.interface]
monospace-font-name='Monospace 11'