!9 upgrade to 42

From: @dillon_chen 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
This commit is contained in:
openeuler-ci-bot 2022-06-08 09:36:50 +00:00 committed by Gitee
commit 162d4a7743
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 12 additions and 4 deletions

Binary file not shown.

View File

@ -1,12 +1,14 @@
%global debug_package %{nil} %global debug_package %{nil}
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: gsettings-desktop-schemas Name: gsettings-desktop-schemas
Version: 41.0 Version: 42.0
Release: 1 Release: 1
Summary: Settings for various components of a desktop Summary: Settings for various components of a desktop
License: LGPLv2+ License: LGPLv2+
URL: https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas 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 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 %package_help
%prep %prep
%autosetup -n %{name}-%{version} -p1 %autosetup -p1 -n %{name}-%{tarball_version}
%build %build
%meson %meson
@ -37,6 +39,7 @@ install the %{name}-devel package if you want to develop applications that use
%install %install
%meson_install %meson_install
install -p %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas
%find_lang %{name} --with-gnome %find_lang %{name} --with-gnome
%check %check
@ -61,6 +64,9 @@ glib-compile-schemas --dry-run --strict %{buildroot}%{_datadir}/glib-2.0/schemas
%doc HACKING README MAINTAINERS %doc HACKING README MAINTAINERS
%changelog %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 * Thu Dec 2 2021 hanhui <hanhui15@huawei.com> - 41.0-1
- update to 41.0 - update to 41.0

View File

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