Update to 3.13.5 git snapshot
This commit is contained in:
parent
201be0cf7b
commit
e3c04596e7
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
|||||||
/gnome-software-3.13.3-7491627.tar.xz
|
/gnome-software-3.13.3-7491627.tar.xz
|
||||||
/gnome-software-3.13.3.tar.xz
|
/gnome-software-3.13.3.tar.xz
|
||||||
/gnome-software-3.13.4.tar.xz
|
/gnome-software-3.13.4.tar.xz
|
||||||
|
/gnome-software-3.13.5-5c89189.tar.xz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From b93647b43e5414a1913bcf6192f371597e352371 Mon Sep 17 00:00:00 2001
|
From 7e254824b6ca25e11140b695b360d35de95e7b10 Mon Sep 17 00:00:00 2001
|
||||||
From: Kalev Lember <kalevlember@gmail.com>
|
From: Kalev Lember <kalevlember@gmail.com>
|
||||||
Date: Sun, 3 Aug 2014 10:37:27 +0200
|
Date: Sun, 3 Aug 2014 10:37:27 +0200
|
||||||
Subject: [PATCH] Downstream patch to replace Epiphany with Firefox in system
|
Subject: [PATCH] Downstream patch to replace Epiphany with Firefox in system
|
||||||
@ -9,18 +9,18 @@ Subject: [PATCH] Downstream patch to replace Epiphany with Firefox in system
|
|||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/data/modulesets/gnome.xml b/data/modulesets/gnome.xml
|
diff --git a/data/modulesets/gnome.xml b/data/modulesets/gnome.xml
|
||||||
index 5d4d027..bce1800 100644
|
index d3689e8..2bd89f5 100644
|
||||||
--- a/data/modulesets/gnome.xml
|
--- a/data/modulesets/gnome.xml
|
||||||
+++ b/data/modulesets/gnome.xml
|
+++ b/data/modulesets/gnome.xml
|
||||||
@@ -27,7 +27,7 @@
|
@@ -23,7 +23,7 @@
|
||||||
<moduleset name="system">
|
<moduleset name="system">
|
||||||
<module type="application">baobab.desktop</module>
|
<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">firefox.desktop</module>
|
+ <module type="application">firefox.desktop</module>
|
||||||
<module type="application">evince.desktop</module>
|
<module type="application">evince.desktop</module>
|
||||||
<module type="application">empathy.desktop</module>
|
<module type="application">gnome-calculator.desktop</module>
|
||||||
<module type="application">gcalctool.desktop</module>
|
<module type="application">gnome-dictionary.desktop</module>
|
||||||
--
|
--
|
||||||
2.0.4
|
2.0.4
|
||||||
|
|
||||||
|
@ -1,11 +1,14 @@
|
|||||||
|
%define shortcommit 5c89189
|
||||||
|
|
||||||
Summary: A software center for GNOME
|
Summary: A software center for GNOME
|
||||||
Name: gnome-software
|
Name: gnome-software
|
||||||
Version: 3.13.4
|
Version: 3.13.5
|
||||||
Release: 2%{?dist}
|
Release: 0.1.git%{shortcommit}%{?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
|
||||||
Source0: http://download.gnome.org/sources/gnome-software/3.13/%{name}-%{version}.tar.xz
|
#Source0: http://download.gnome.org/sources/gnome-software/3.13/%{name}-%{version}.tar.xz
|
||||||
|
Source0: %{name}-%{version}-%{shortcommit}.tar.xz
|
||||||
|
|
||||||
# Replace Epiphany with Firefox in the system apps list
|
# Replace Epiphany with Firefox in the system apps list
|
||||||
Patch0: gnome-software-system-apps-firefox.patch
|
Patch0: gnome-software-system-apps-firefox.patch
|
||||||
@ -30,7 +33,7 @@ BuildRequires: gsettings-desktop-schemas-devel
|
|||||||
BuildRequires: libappstream-glib-devel
|
BuildRequires: libappstream-glib-devel
|
||||||
|
|
||||||
# this is not a library version
|
# this is not a library version
|
||||||
%define gs_plugin_version 4
|
%define gs_plugin_version 5
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gnome-software is an application that makes it easy to add, remove
|
gnome-software is an application that makes it easy to add, remove
|
||||||
@ -60,16 +63,20 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
||||||
|
touch --no-create %{_datadir}/icons/HighContrast &>/dev/null || :
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
||||||
|
touch --no-create %{_datadir}/icons/HighContrast &> /dev/null || :
|
||||||
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
||||||
|
gtk-update-icon-cache %{_datadir}/icons/HighContrast &> /dev/null || :
|
||||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
||||||
|
gtk-update-icon-cache %{_datadir}/icons/HighContrast &> /dev/null || :
|
||||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
@ -81,6 +88,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_datadir}/appdata/*.appdata.xml
|
%{_datadir}/appdata/*.appdata.xml
|
||||||
%{_mandir}/man1/gnome-software.1.gz
|
%{_mandir}/man1/gnome-software.1.gz
|
||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
%{_datadir}/icons/HighContrast/*/apps/*.png
|
||||||
%{_datadir}/gnome-software/featured.ini
|
%{_datadir}/gnome-software/featured.ini
|
||||||
%dir %{_libdir}/gs-plugins-%{gs_plugin_version}
|
%dir %{_libdir}/gs-plugins-%{gs_plugin_version}
|
||||||
%{_libdir}/gs-plugins-%{gs_plugin_version}/*.so
|
%{_libdir}/gs-plugins-%{gs_plugin_version}/*.so
|
||||||
@ -92,6 +100,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_datadir}/gnome-software/modulesets.d/*.xml
|
%{_datadir}/gnome-software/modulesets.d/*.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 11 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.5-0.1.git5c89189
|
||||||
|
- Update to 3.13.5 git snapshot
|
||||||
|
- Ship HighContrast icons
|
||||||
|
|
||||||
* Sun Aug 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-2
|
* Sun Aug 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-2
|
||||||
- Replace Epiphany with Firefox in the system apps list
|
- Replace Epiphany with Firefox in the system apps list
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user