Update to 3.15.92
This commit is contained in:
parent
3e3a5b57d1
commit
2f9bfab989
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/dconf-editor-3.15.91.tar.xz
|
/dconf-editor-3.15.91.tar.xz
|
||||||
|
/dconf-editor-3.15.92.tar.xz
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
From 4ef6f66673e45ca62aa0ef6a68ba1cb69e0fb01b Mon Sep 17 00:00:00 2001
|
|
||||||
From: David King <amigadave@amigadave.com>
|
|
||||||
Date: Tue, 3 Mar 2015 08:35:12 +0000
|
|
||||||
Subject: [PATCH] Update AppData screenshot URL
|
|
||||||
|
|
||||||
https://bugzilla.gnome.org/show_bug.cgi?id=745501
|
|
||||||
---
|
|
||||||
editor/ca.desrt.dconf-editor.appdata.xml | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/editor/ca.desrt.dconf-editor.appdata.xml b/editor/ca.desrt.dconf-editor.appdata.xml
|
|
||||||
index f1ce2f0..c4ac9f2 100644
|
|
||||||
--- a/editor/ca.desrt.dconf-editor.appdata.xml
|
|
||||||
+++ b/editor/ca.desrt.dconf-editor.appdata.xml
|
|
||||||
@@ -12,7 +12,7 @@
|
|
||||||
</p>
|
|
||||||
</description>
|
|
||||||
<screenshots>
|
|
||||||
- <screenshot type="default" width="640" height="360">https://git.gnome.org/browse/dconf/plain/editor/screenshot.png</screenshot>
|
|
||||||
+ <screenshot type="default" width="640" height="360">https://git.gnome.org/browse/dconf-editor/plain/editor/screenshot.png</screenshot>
|
|
||||||
</screenshots>
|
|
||||||
<url type="homepage">https://wiki.gnome.org/Projects/dconf</url>
|
|
||||||
</application>
|
|
||||||
--
|
|
||||||
2.3.1
|
|
||||||
|
|
@ -1,12 +1,11 @@
|
|||||||
Name: dconf-editor
|
Name: dconf-editor
|
||||||
Version: 3.15.91
|
Version: 3.15.92
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Configuration editor for dconf
|
Summary: Configuration editor for dconf
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/dconf
|
URL: https://wiki.gnome.org/Projects/dconf
|
||||||
Source0: https://download.gnome.org/sources/dconf-editor/3.15/dconf-editor-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/dconf-editor/3.15/dconf-editor-%{version}.tar.xz
|
||||||
Patch0: dconf-editor-appdata-screenshot-url.patch
|
|
||||||
|
|
||||||
BuildRequires: /usr/bin/appstream-util
|
BuildRequires: /usr/bin/appstream-util
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
@ -23,7 +22,6 @@ Graphical tool for editing the dconf configuration database.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -65,8 +63,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|||||||
%{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
|
%{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
|
||||||
%{_datadir}/icons/hicolor/*/apps/dconf-editor.png
|
%{_datadir}/icons/hicolor/*/apps/dconf-editor.png
|
||||||
%{_datadir}/icons/HighContrast/
|
%{_datadir}/icons/HighContrast/
|
||||||
|
%{_mandir}/man1/dconf-editor.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
|
||||||
|
- Update to 3.15.92
|
||||||
|
- Ship the man page
|
||||||
|
|
||||||
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-3
|
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-3
|
||||||
- Fix unowned HighContrast icon theme directories (#1197898)
|
- Fix unowned HighContrast icon theme directories (#1197898)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user