Update the list of system apps
Adapt for changes in the Workstation package set.
This commit is contained in:
parent
a4bb526fee
commit
8461a14db6
@ -1,20 +1,20 @@
|
||||
From c7feb5464fee66feb68aea38bee4664662efe86b Mon Sep 17 00:00:00 2001
|
||||
From 8c3d531e9d8e4e4930fe34c3d1eaa9325f914762 Mon Sep 17 00:00:00 2001
|
||||
From: Kalev Lember <kalevlember@gmail.com>
|
||||
Date: Tue, 16 Sep 2014 15:30:39 +0200
|
||||
Subject: [PATCH] Downstream patch to the list of unremovable system apps
|
||||
|
||||
Replace Epiphany with Firefox, gnome-system-log with gnome-logs, and
|
||||
drop baobab that isn't shipped at all in the Workstation default
|
||||
Replace Epiphany with Firefox, and drop gnome-dictionary and
|
||||
gnome-system-log that aren't included in the default Fedora Workstation
|
||||
install.
|
||||
---
|
||||
data/modulesets/gnome.xml | 5 ++---
|
||||
1 file changed, 2 insertions(+), 3 deletions(-)
|
||||
data/modulesets/gnome.xml | 4 +---
|
||||
1 file changed, 1 insertion(+), 3 deletions(-)
|
||||
|
||||
diff --git a/data/modulesets/gnome.xml b/data/modulesets/gnome.xml
|
||||
index 7fe8cce..7432132 100644
|
||||
index 7fe8cce..e3e1ed7 100644
|
||||
--- a/data/modulesets/gnome.xml
|
||||
+++ b/data/modulesets/gnome.xml
|
||||
@@ -23,19 +23,18 @@
|
||||
@@ -23,12 +23,10 @@
|
||||
<moduleset name="system">
|
||||
<module type="application">empathy.desktop</module>
|
||||
<module type="application">eog.desktop</module>
|
||||
@ -22,20 +22,12 @@ index 7fe8cce..7432132 100644
|
||||
<module type="application">evince.desktop</module>
|
||||
+ <module type="application">firefox.desktop</module>
|
||||
<module type="application">gnome-calculator.desktop</module>
|
||||
<module type="application">gnome-dictionary.desktop</module>
|
||||
- <module type="application">gnome-dictionary.desktop</module>
|
||||
<module type="application">gnome-disks.desktop</module>
|
||||
- <module type="application">gnome-system-log.desktop</module>
|
||||
<module type="application">gnome-system-monitor.desktop</module>
|
||||
<module type="application">gnome-terminal.desktop</module>
|
||||
<module type="application">gucharmap.desktop</module>
|
||||
- <module type="application">org.gnome.baobab.desktop</module>
|
||||
<module type="application">org.gnome.Contacts.desktop</module>
|
||||
<module type="application">org.gnome.font-viewer.desktop</module>
|
||||
<module type="application">org.gnome.gedit.desktop</module>
|
||||
+ <module type="application">org.gnome.Logs.desktop</module>
|
||||
<module type="application">org.gnome.Nautilus.desktop</module>
|
||||
<module type="application">org.gnome.Screenshot.desktop</module>
|
||||
<module type="application">org.gnome.Software.desktop</module>
|
||||
--
|
||||
2.1.0
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
Summary: A software center for GNOME
|
||||
Name: gnome-software
|
||||
Version: 3.14.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://wiki.gnome.org/Apps/Software
|
||||
@ -107,6 +107,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_datadir}/gnome-software/modulesets.d/*.xml
|
||||
|
||||
%changelog
|
||||
* Sat Nov 08 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-3
|
||||
- Update the list of system apps
|
||||
|
||||
* Sat Nov 01 2014 David King <amigadave@amigadave.com> - 3.14.1-2
|
||||
- Rebuild for new libappstream-glib (#1156494)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user