[gnome-software] Update to 3.13.5 git snapshot

Kalev Lember kalev at fedoraproject.org
Mon Aug 11 19:25:27 UTC 2014


commit e3c04596e7f12bf6a9e83300e47b31582c34002d
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Mon Aug 11 21:23:41 2014 +0200

    Update to 3.13.5 git snapshot

 .gitignore                               |    1 +
 gnome-software-system-apps-firefox.patch |   12 ++++++------
 gnome-software.spec                      |   20 ++++++++++++++++----
 sources                                  |    2 +-
 4 files changed, 24 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5371449..14ec6d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
 /gnome-software-3.13.3-7491627.tar.xz
 /gnome-software-3.13.3.tar.xz
 /gnome-software-3.13.4.tar.xz
+/gnome-software-3.13.5-5c89189.tar.xz
diff --git a/gnome-software-system-apps-firefox.patch b/gnome-software-system-apps-firefox.patch
index 8df513a..a7fd723 100644
--- a/gnome-software-system-apps-firefox.patch
+++ b/gnome-software-system-apps-firefox.patch
@@ -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 at gmail.com>
 Date: Sun, 3 Aug 2014 10:37:27 +0200
 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(-)
 
 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
 +++ b/data/modulesets/gnome.xml
-@@ -27,7 +27,7 @@
+@@ -23,7 +23,7 @@
  <moduleset name="system">
-   <module type="application">baobab.desktop</module>
+   <module type="application">empathy.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>
+   <module type="application">gnome-calculator.desktop</module>
+   <module type="application">gnome-dictionary.desktop</module>
 -- 
 2.0.4
 
diff --git a/gnome-software.spec b/gnome-software.spec
index 6ddc8e3..7e7ea24 100644
--- a/gnome-software.spec
+++ b/gnome-software.spec
@@ -1,11 +1,14 @@
+%define shortcommit 5c89189
+
 Summary:   A software center for GNOME
 Name:      gnome-software
-Version:   3.13.4
-Release:   2%{?dist}
+Version:   3.13.5
+Release:   0.1.git%{shortcommit}%{?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
+#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
 Patch0:    gnome-software-system-apps-firefox.patch
@@ -30,7 +33,7 @@ BuildRequires: gsettings-desktop-schemas-devel
 BuildRequires: libappstream-glib-devel
 
 # this is not a library version
-%define gs_plugin_version               4
+%define gs_plugin_version               5
 
 %description
 gnome-software is an application that makes it easy to add, remove
@@ -60,16 +63,20 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
 
 %post
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+touch --no-create %{_datadir}/icons/HighContrast &>/dev/null || :
 
 %postun
 if [ $1 -eq 0 ]; then
     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/HighContrast &> /dev/null || :
     glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 fi
 
 %posttrans
 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 || :
 
 %files -f %{name}.lang
@@ -81,6 +88,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/appdata/*.appdata.xml
 %{_mandir}/man1/gnome-software.1.gz
 %{_datadir}/icons/hicolor/*/apps/*
+%{_datadir}/icons/HighContrast/*/apps/*.png
 %{_datadir}/gnome-software/featured.ini
 %dir %{_libdir}/gs-plugins-%{gs_plugin_version}
 %{_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
 
 %changelog
+* Mon Aug 11 2014 Kalev Lember <kalevlember at 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 at gmail.com> - 3.13.4-2
 - Replace Epiphany with Firefox in the system apps list
 
diff --git a/sources b/sources
index af4b7ff..0ca51e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fee65f0a7e773174364b665c91e06037  gnome-software-3.13.4.tar.xz
+bb27716c3ceb3ba6a4422e430cc753e6  gnome-software-3.13.5-5c89189.tar.xz


More information about the scm-commits mailing list