Update to 43.0
This commit is contained in:
parent
162d4a7743
commit
17013af612
Binary file not shown.
BIN
gsettings-desktop-schemas-43.0.tar.xz
Normal file
BIN
gsettings-desktop-schemas-43.0.tar.xz
Normal file
Binary file not shown.
@ -1,37 +1,39 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
||||||
|
|
||||||
Name: gsettings-desktop-schemas
|
Name: gsettings-desktop-schemas
|
||||||
Version: 42.0
|
Version: 43.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Settings for various components of a desktop
|
Summary: A collection of GSettings schemas
|
||||||
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.gnome.org/sources/%{name}/42/%{name}-%{tarball_version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/43/%{name}-%{version}.tar.xz
|
||||||
Source1: org.gnome.desktop.interface.gschema.override
|
|
||||||
|
|
||||||
BuildRequires: gettext glib2-devel >= 2.31.0 gobject-introspection-devel meson
|
BuildRequires: gettext
|
||||||
|
BuildRequires: glib2-devel >= 2.31.0
|
||||||
|
BuildRequires: gobject-introspection-devel
|
||||||
|
BuildRequires: meson
|
||||||
|
|
||||||
Requires: glib2 >= 2.31.0
|
Requires: glib2 >= 2.31.0
|
||||||
|
|
||||||
Recommends: font(cantarell) font(sourcecodepro)
|
Recommends: font(cantarell)
|
||||||
|
Recommends: font(sourcecodepro)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GSettings schemas for desktop components are contained in this package.
|
gsettings-desktop-schemas contains a collection of GSettings schemas for
|
||||||
|
settings shared by various components of a desktop.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Libraries and header files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Libraries and header files are contained in %{name}-devel package. You need to
|
The %{name}-devel package contains libraries
|
||||||
install the %{name}-devel package if you want to develop applications that use
|
and header files for developing applications that use %{name}.
|
||||||
%{name}.
|
|
||||||
|
|
||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{name}-%{tarball_version}
|
%autosetup -p1 -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson
|
||||||
@ -39,31 +41,32 @@ 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
|
||||||
glib-compile-schemas --dry-run --strict %{buildroot}%{_datadir}/glib-2.0/schemas
|
glib-compile-schemas --dry-run --strict %{buildroot}%{_datadir}/glib-2.0/schemas
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%doc AUTHORS NEWS
|
||||||
%doc NEWS AUTHORS
|
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_datadir}/glib-2.0/schemas/*
|
%{_datadir}/glib-2.0/schemas/*
|
||||||
%{_datadir}/GConf/gsettings/*.convert
|
%{_datadir}/GConf/gsettings/gsettings-desktop-schemas.convert
|
||||||
%{_libdir}/girepository-1.0/*.typelib
|
%{_datadir}/GConf/gsettings/wm-schemas.convert
|
||||||
|
%{_libdir}/girepository-1.0/GDesktopEnums-3.0.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_datadir}/pkgconfig/*
|
%{_datadir}/pkgconfig/*
|
||||||
%{_datadir}/gir-1.0/*.gir
|
%{_datadir}/gir-1.0/GDesktopEnums-3.0.gir
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc HACKING README MAINTAINERS
|
%doc HACKING README MAINTAINERS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.0-1
|
||||||
|
- Update to 43.0
|
||||||
|
|
||||||
* Wed Apr 20 2022 dillon chen <dillon.chen@gmail.com> - 42.0-1
|
* Wed Apr 20 2022 dillon chen <dillon.chen@gmail.com> - 42.0-1
|
||||||
- Upgrade to 42.0
|
- Upgrade to 42.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user