Fix AppData reference to desktop file
This commit is contained in:
parent
5506b8db3f
commit
238d0302d9
28
gnome-logs-3.13.3-fix-appdata-desktop.patch
Normal file
28
gnome-logs-3.13.3-fix-appdata-desktop.patch
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
From aad367a4661b7b15c4d8a69de6d314ea173efd52 Mon Sep 17 00:00:00 2001
|
||||||
|
From: David King <davidk@gnome.org>
|
||||||
|
Date: Mon, 30 Jun 2014 11:31:08 +0100
|
||||||
|
Subject: [PATCH] Match desktop file name in AppData
|
||||||
|
|
||||||
|
Update the AppData reference to the desktop file, as it was not changed
|
||||||
|
when the desktop file was renamed.
|
||||||
|
---
|
||||||
|
data/org.gnome.Logs.appdata.xml.in | 4 ++--
|
||||||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/data/org.gnome.Logs.appdata.xml.in b/data/org.gnome.Logs.appdata.xml.in
|
||||||
|
index f085894..2922115 100644
|
||||||
|
--- a/data/org.gnome.Logs.appdata.xml.in
|
||||||
|
+++ b/data/org.gnome.Logs.appdata.xml.in
|
||||||
|
@@ -1,7 +1,7 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
-<!-- Copyright 2013 David King <davidk@gnome.org> -->
|
||||||
|
+<!-- Copyright 2013, 2014 David King <davidk@gnome.org> -->
|
||||||
|
<application>
|
||||||
|
- <id type="desktop">gnome-logs.desktop</id>
|
||||||
|
+ <id type="desktop">org.gnome.Logs.desktop</id>
|
||||||
|
<licence>CC0</licence>
|
||||||
|
<!-- Both taken from desktop file.
|
||||||
|
<name>Logs</name>
|
||||||
|
--
|
||||||
|
2.0.0
|
||||||
|
|
@ -1,12 +1,13 @@
|
|||||||
Name: gnome-logs
|
Name: gnome-logs
|
||||||
Version: 3.13.3
|
Version: 3.13.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Log viewer for the systemd journal
|
Summary: Log viewer for the systemd journal
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://wiki.gnome.org/Apps/Logs
|
URL: https://wiki.gnome.org/Apps/Logs
|
||||||
Source0: https://download.gnome.org/sources/%{name}/3.13/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/3.13/%{name}-%{version}.tar.xz
|
||||||
|
Patch0: gnome-logs-3.13.3-fix-appdata-desktop.patch
|
||||||
|
|
||||||
BuildRequires: appdata-tools
|
BuildRequires: appdata-tools
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
@ -24,6 +25,7 @@ A log viewer for the systemd journal.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -66,6 +68,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 30 2014 David King <amigadave@amigadave.com> - 3.13.3-2
|
||||||
|
- Fix AppData reference to desktop file
|
||||||
|
|
||||||
* Mon Jun 23 2014 David King <amigadave@amigadave.com> - 3.13.3-1
|
* Mon Jun 23 2014 David King <amigadave@amigadave.com> - 3.13.3-1
|
||||||
- Update to 3.13.3
|
- Update to 3.13.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user