Compare commits
10 Commits
c9ccab9a3b
...
657fcc62c1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
657fcc62c1 | ||
|
|
d1a68fb1ec | ||
|
|
15ba0f7b07 | ||
|
|
1d28326a61 | ||
|
|
c56db13e8c | ||
|
|
2a71ebbe5b | ||
|
|
aa7aa6363a | ||
|
|
42c948a424 | ||
|
|
3c7e1efac5 | ||
|
|
b862451bea |
Binary file not shown.
BIN
dconf-editor-45.0.tar.xz
Normal file
BIN
dconf-editor-45.0.tar.xz
Normal file
Binary file not shown.
@ -1,24 +1,33 @@
|
||||
%global dconf_version 0.26.1
|
||||
%global glib2_version 2.55.1
|
||||
%global glib2_version 2.56.0
|
||||
%global gtk3_version 3.22.27
|
||||
|
||||
Name: dconf-editor
|
||||
Version: 3.34.4
|
||||
Version: 45.0
|
||||
Release: 1
|
||||
Summary: Graphical editor for dconf
|
||||
|
||||
License: GPLv3+ and CC0
|
||||
Summary: Configuration editor for dconf
|
||||
License: GPLv3+
|
||||
URL: https://wiki.gnome.org/Projects/dconf
|
||||
Source0: https://download.gnome.org/sources/dconf-editor/3.34/dconf-editor-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/dconf-editor/43/dconf-editor-%{version}.tar.xz
|
||||
|
||||
BuildRequires: /usr/bin/appstream-util desktop-file-utils gettext meson vala
|
||||
BuildRequires: pkgconfig(dconf) >= %{dconf_version} pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gmodule-2.0) pkgconfig(gtk+-3.0) >= %{gtk3_version} pkgconfig(libxml-2.0)
|
||||
BuildRequires: /usr/bin/appstream-util
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(dconf) >= %{dconf_version}
|
||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
||||
BuildRequires: pkgconfig(libhandy-1)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: vala
|
||||
|
||||
Requires: dconf%{?_isa} >= %{dconf_version} glib2%{?_isa} >= %{glib2_version} gtk3%{?_isa} >= %{gtk3_version}
|
||||
Requires: dconf%{?_isa} >= %{dconf_version}
|
||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
||||
|
||||
%description
|
||||
This package provides a graphical tool for editing the dconf database.
|
||||
Graphical tool for editing the dconf configuration database.
|
||||
|
||||
%package_help
|
||||
|
||||
@ -35,8 +44,8 @@ This package provides a graphical tool for editing the dconf database.
|
||||
%find_lang dconf-editor
|
||||
|
||||
%check
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/ca.desrt.dconf-editor.appdata.xml
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/ca.desrt.dconf-editor.desktop
|
||||
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/ca.desrt.dconf-editor.appdata.xml
|
||||
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/ca.desrt.dconf-editor.desktop
|
||||
|
||||
%files -f dconf-editor.lang
|
||||
%license COPYING
|
||||
@ -45,16 +54,32 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/ca.desrt.dconf-editor
|
||||
%{_datadir}/bash-completion/
|
||||
%{_datadir}/dbus-1/services/ca.desrt.dconf-editor.service
|
||||
%{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/ca.desrt.dconf-editor.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/ca.desrt.dconf-editor-symbolic.svg
|
||||
%{_datadir}/metainfo/ca.desrt.dconf-editor.appdata.xml
|
||||
%{_datadir}/icons/hicolor/scalable/actions/ca.desrt.dconf-editor.small-rows-symbolic.svg
|
||||
%{_datadir}/icons/hicolor/scalable/actions/ca.desrt.dconf-editor.big-rows-symbolic.svg
|
||||
%{_datadir}/icons/hicolor/scalable/actions/ca.desrt.dconf-editor.small-rows-symbolic.svg
|
||||
%{_datadir}/icons/hicolor/scalable/apps/ca.desrt.dconf-editor.Devel.svg
|
||||
%{_datadir}/icons/hicolor/scalable/apps/ca.desrt.dconf-editor.svg
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/ca.desrt.dconf-editor-symbolic.svg
|
||||
%{_datadir}/metainfo/ca.desrt.dconf-editor.appdata.xml
|
||||
|
||||
%files help
|
||||
%{_mandir}/man1/dconf-editor.1*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 22 2023 wangqia <wangqia@uniontech.com> - 45.0-1
|
||||
- Update to 45.0
|
||||
|
||||
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.0-1
|
||||
- Update to 43.0
|
||||
|
||||
* Mon Jun 20 2022 caodongxia <caodongxia@h-partners.com> - 3.38.3-2
|
||||
- Fix the build failure caused by meson 0.61
|
||||
|
||||
* Wed Jun 30 2021 caodongxia <caodongxia@huawei.com> - 3.38.3-1
|
||||
- Package upgrade to 3.38.3
|
||||
|
||||
* Tue Jun 30 2020 lizhenhua <lizhenhua21@huawei.com> - 3.36.2-1
|
||||
- Package upgrade to 3.36.2
|
||||
|
||||
* Sat Jun 20 2020 wangchong <wangchong56@huawei.com> - 3.34.4-1
|
||||
- Package upgrade
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user