Replace Epiphany with Firefox in the system apps list
This commit is contained in:
parent
1c0877e26b
commit
daa6488d26
26
gnome-software-system-apps-firefox.patch
Normal file
26
gnome-software-system-apps-firefox.patch
Normal file
@ -0,0 +1,26 @@
|
||||
From b93647b43e5414a1913bcf6192f371597e352371 Mon Sep 17 00:00:00 2001
|
||||
From: Kalev Lember <kalevlember@gmail.com>
|
||||
Date: Sun, 3 Aug 2014 10:37:27 +0200
|
||||
Subject: [PATCH] Downstream patch to replace Epiphany with Firefox in system
|
||||
apps
|
||||
|
||||
---
|
||||
data/modulesets/gnome.xml | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/data/modulesets/gnome.xml b/data/modulesets/gnome.xml
|
||||
index 5d4d027..bce1800 100644
|
||||
--- a/data/modulesets/gnome.xml
|
||||
+++ b/data/modulesets/gnome.xml
|
||||
@@ -27,7 +27,7 @@
|
||||
<moduleset name="system">
|
||||
<module type="application">baobab.desktop</module>
|
||||
<module type="application">eog.desktop</module>
|
||||
- <module type="application">epiphany.desktop</module>
|
||||
+ <module type="application">firefox.desktop</module>
|
||||
<module type="application">evince.desktop</module>
|
||||
<module type="application">empathy.desktop</module>
|
||||
<module type="application">gcalctool.desktop</module>
|
||||
--
|
||||
2.0.4
|
||||
|
@ -1,12 +1,15 @@
|
||||
Summary: A software center for GNOME
|
||||
Name: gnome-software
|
||||
Version: 3.13.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://wiki.gnome.org/Apps/Software
|
||||
Source0: http://download.gnome.org/sources/gnome-software/3.13/%{name}-%{version}.tar.xz
|
||||
|
||||
# Replace Epiphany with Firefox in the system apps list
|
||||
Patch0: gnome-software-system-apps-firefox.patch
|
||||
|
||||
Requires: appstream-data
|
||||
Requires: epiphany-runtime
|
||||
Requires: gsettings-desktop-schemas
|
||||
@ -88,6 +91,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_datadir}/gnome-software/modulesets.d/*.xml
|
||||
|
||||
%changelog
|
||||
* Sun Aug 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-2
|
||||
- Replace Epiphany with Firefox in the system apps list
|
||||
|
||||
* Wed Jul 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-1
|
||||
- Update to 3.13.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user