Update to 3.19.4
This commit is contained in:
parent
9e36c80c31
commit
0d1e1545f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@
|
|||||||
/gnome-software-3.18.1.tar.xz
|
/gnome-software-3.18.1.tar.xz
|
||||||
/gnome-software-3.18.2.tar.xz
|
/gnome-software-3.18.2.tar.xz
|
||||||
/gnome-software-3.18.3.tar.xz
|
/gnome-software-3.18.3.tar.xz
|
||||||
|
/gnome-software-3.19.4.tar.xz
|
||||||
|
@ -1,48 +0,0 @@
|
|||||||
From 763452ac6491371e67cd42de53f59518bb191aa3 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Kalev Lember <kalevlember@gmail.com>
|
|
||||||
Date: Mon, 25 May 2015 23:13:44 +0200
|
|
||||||
Subject: [PATCH 2/2] Adapt to gnome-terminal desktop file rename
|
|
||||||
|
|
||||||
The upstream desktop file is gnome-terminal.desktop, but it's renamed to
|
|
||||||
org.gnome.Terminal.desktop in Fedora.
|
|
||||||
---
|
|
||||||
data/modulesets/system.xml | 2 +-
|
|
||||||
src/gs-folders.c | 2 +-
|
|
||||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/data/modulesets/system.xml b/data/modulesets/system.xml
|
|
||||||
index 780fba2..a50987a 100644
|
|
||||||
--- a/data/modulesets/system.xml
|
|
||||||
+++ b/data/modulesets/system.xml
|
|
||||||
@@ -7,7 +7,6 @@
|
|
||||||
<module type="application">gnome-calculator.desktop</module>
|
|
||||||
<module type="application">gnome-control-center.desktop</module>
|
|
||||||
<module type="application">gnome-system-monitor.desktop</module>
|
|
||||||
- <module type="application">gnome-terminal.desktop</module>
|
|
||||||
<module type="application">org.gnome.baobab.desktop</module>
|
|
||||||
<module type="application">org.gnome.Characters.desktop</module>
|
|
||||||
<module type="application">org.gnome.Contacts.desktop</module>
|
|
||||||
@@ -17,6 +16,7 @@
|
|
||||||
<module type="application">org.gnome.Nautilus.desktop</module>
|
|
||||||
<module type="application">org.gnome.Screenshot.desktop</module>
|
|
||||||
<module type="application">org.gnome.Software.desktop</module>
|
|
||||||
+ <module type="application">org.gnome.Terminal.desktop</module>
|
|
||||||
<module type="application">org.gnome.Totem.desktop</module>
|
|
||||||
<module type="application">yelp.desktop</module>
|
|
||||||
</moduleset>
|
|
||||||
diff --git a/src/gs-folders.c b/src/gs-folders.c
|
|
||||||
index da490be..753e274 100644
|
|
||||||
--- a/src/gs-folders.c
|
|
||||||
+++ b/src/gs-folders.c
|
|
||||||
@@ -566,7 +566,7 @@ gs_folders_convert (void)
|
|
||||||
"org.gnome.Screenshot.desktop",
|
|
||||||
"gnome-system-log.desktop",
|
|
||||||
"gnome-system-monitor.desktop",
|
|
||||||
- "gnome-terminal.desktop",
|
|
||||||
+ "org.gnome.Terminal.desktop",
|
|
||||||
"gnome-tweak-tool.desktop",
|
|
||||||
"gucharmap.desktop",
|
|
||||||
"seahorse.desktop",
|
|
||||||
--
|
|
||||||
2.5.0
|
|
||||||
|
|
@ -13,9 +13,9 @@ diff --git a/data/modulesets/system.xml b/data/modulesets/system.xml
|
|||||||
index d88a14e..780fba2 100644
|
index d88a14e..780fba2 100644
|
||||||
--- a/data/modulesets/system.xml
|
--- a/data/modulesets/system.xml
|
||||||
+++ b/data/modulesets/system.xml
|
+++ b/data/modulesets/system.xml
|
||||||
@@ -2,8 +2,8 @@
|
@@ -1,8 +1,8 @@
|
||||||
|
<!-- Unremovable system apps -->
|
||||||
<moduleset name="system">
|
<moduleset name="system">
|
||||||
<module type="application">empathy.desktop</module>
|
|
||||||
<module type="application">eog.desktop</module>
|
<module type="application">eog.desktop</module>
|
||||||
- <module type="application">epiphany.desktop</module>
|
- <module type="application">epiphany.desktop</module>
|
||||||
<module type="application">evince.desktop</module>
|
<module type="application">evince.desktop</module>
|
||||||
@ -23,14 +23,3 @@ index d88a14e..780fba2 100644
|
|||||||
<module type="application">gnome-calculator.desktop</module>
|
<module type="application">gnome-calculator.desktop</module>
|
||||||
<module type="application">gnome-control-center.desktop</module>
|
<module type="application">gnome-control-center.desktop</module>
|
||||||
<module type="application">gnome-system-monitor.desktop</module>
|
<module type="application">gnome-system-monitor.desktop</module>
|
||||||
@@ -11,7 +11,6 @@
|
|
||||||
<module type="application">org.gnome.baobab.desktop</module>
|
|
||||||
<module type="application">org.gnome.Characters.desktop</module>
|
|
||||||
<module type="application">org.gnome.Contacts.desktop</module>
|
|
||||||
- <module type="application">org.gnome.Dictionary.desktop</module>
|
|
||||||
<module type="application">org.gnome.DiskUtility.desktop</module>
|
|
||||||
<module type="application">org.gnome.font-viewer.desktop</module>
|
|
||||||
<module type="application">org.gnome.gedit.desktop</module>
|
|
||||||
--
|
|
||||||
2.5.0
|
|
||||||
|
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
Summary: A software center for GNOME
|
Summary: A software center for GNOME
|
||||||
Name: gnome-software
|
Name: gnome-software
|
||||||
Version: 3.18.3
|
Version: 3.19.4
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: https://wiki.gnome.org/Apps/Software
|
URL: https://wiki.gnome.org/Apps/Software
|
||||||
@ -17,8 +17,6 @@ Source0: http://download.gnome.org/sources/gnome-software/3.18/%{name}-%{versi
|
|||||||
|
|
||||||
# Downstream patch to the list of unremovable system apps
|
# Downstream patch to the list of unremovable system apps
|
||||||
Patch0: gnome-software-system-apps.patch
|
Patch0: gnome-software-system-apps.patch
|
||||||
# Downstream patch to adapt to gnome-terminal desktop file rename
|
|
||||||
Patch1: gnome-software-adapt-to-gnome-terminal-rename.patch
|
|
||||||
|
|
||||||
Requires: appstream-data
|
Requires: appstream-data
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
@ -62,7 +60,6 @@ and update software in the GNOME desktop.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .system-apps
|
%patch0 -p1 -b .system-apps
|
||||||
%patch1 -p1 -b .gnome-terminal
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --disable-silent-rules
|
%configure --disable-static --disable-silent-rules
|
||||||
@ -119,6 +116,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_datadir}/gnome-software/modulesets.d/*.xml
|
%{_datadir}/gnome-software/modulesets.d/*.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 15 2016 Richard Hughes <rhughes@redhat.com> - 3.19.4-1
|
||||||
|
- Update to 3.19.4
|
||||||
|
|
||||||
* Thu Dec 03 2015 Kalev Lember <klember@redhat.com> - 3.18.3-2
|
* Thu Dec 03 2015 Kalev Lember <klember@redhat.com> - 3.18.3-2
|
||||||
- Require librsvg2 for the gdk-pixbuf svg loader
|
- Require librsvg2 for the gdk-pixbuf svg loader
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user