diff --git a/0001-Update-renamed-appstream-ids-for-GNOME-3.34.patch b/0001-Update-renamed-appstream-ids-for-GNOME-3.34.patch new file mode 100644 index 0000000..296f15a --- /dev/null +++ b/0001-Update-renamed-appstream-ids-for-GNOME-3.34.patch @@ -0,0 +1,66 @@ +From d2c8b8b531792ff83163fd705b8bd2fd2d690884 Mon Sep 17 00:00:00 2001 +From: Kalev Lember +Date: Mon, 14 Oct 2019 19:53:41 +0200 +Subject: [PATCH] Update renamed appstream ids for GNOME 3.34 + +--- + data/assets/org.gnome.Software.Featured.xml | 8 ++++---- + plugins/core/gs-plugin-hardcoded-popular.c | 2 +- + 2 files changed, 5 insertions(+), 5 deletions(-) + +diff --git a/data/assets/org.gnome.Software.Featured.xml b/data/assets/org.gnome.Software.Featured.xml +index 188210f79..351de5604 100644 +--- a/data/assets/org.gnome.Software.Featured.xml ++++ b/data/assets/org.gnome.Software.Featured.xml +@@ -84,7 +84,7 @@ text-shadow: none; + + + +- org.gnome.Boxes ++ org.gnome.Boxes.desktop + + Featured + +@@ -111,7 +111,7 @@ text-shadow: none; + + + +- org.gnome.SoundRecorder ++ org.gnome.SoundRecorder.desktop + + border: 1px solid #bbb; + /* background: #f6f5f4 url('file://@datadir@/gnome-software/featured-sound-recorder.svg') +@@ -305,7 +305,7 @@ text-shadow: none; + + + +- org.gnome.Todo ++ org.gnome.Todo.desktop + + border: 1px solid transparent; + background: url('file://@datadir@/gnome-software/featured-todo-bg.jpg') center 40% repeat; +@@ -341,7 +341,7 @@ background: #1b2838 url('http://people.gnome.org/~jimmac/gnome-software/steam-lo + + + +- org.gnome.tetravex ++ org.gnome.Tetravex + + border: 1px solid transparent; + background: url('file://@datadir@/gnome-software/featured-tetravex-bg.jpg') center 45% repeat; +diff --git a/plugins/core/gs-plugin-hardcoded-popular.c b/plugins/core/gs-plugin-hardcoded-popular.c +index 7a2465998..3998a813b 100644 +--- a/plugins/core/gs-plugin-hardcoded-popular.c ++++ b/plugins/core/gs-plugin-hardcoded-popular.c +@@ -26,7 +26,7 @@ gs_plugin_add_popular (GsPlugin *plugin, + const gchar *apps[] = { + "org.gnome.Builder.desktop", + "org.gnome.Calculator.desktop", +- "org.gnome.clocks", ++ "org.gnome.clocks.desktop", + "org.gnome.Dictionary.desktop", + "org.gnome.Documents.desktop", + "org.gnome.Evince", +-- +2.23.0 + diff --git a/gnome-software.spec b/gnome-software.spec index e34e87f..be0dae8 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -12,7 +12,7 @@ Name: gnome-software Version: 3.34.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A software center for GNOME License: GPLv2+ @@ -21,6 +21,7 @@ Source0: https://download.gnome.org/sources/gnome-software/3.34/%{name}-%{vers # Backported from upstream Patch1: 0001-Do-not-show-non-applications-in-the-installed-panel.patch +Patch2: 0001-Update-renamed-appstream-ids-for-GNOME-3.34.patch BuildRequires: gcc BuildRequires: gettext @@ -223,6 +224,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %{_mandir}/man1/gnome-software-editor.1* %changelog +* Mon Oct 14 2019 Kalev Lember - 3.34.1-5 +- Update renamed appstream ids for GNOME 3.34 + * Fri Oct 11 2019 Richard Hughes - 3.34.1-4 - Backport a simpler to correct the installed applications - Resolves #1759193