[gnome-games] 3.3.4.1

Matthias Clasen mclasen at fedoraproject.org
Thu Jan 19 03:54:00 UTC 2012


commit c5e071260ac7aa5893ffdb21404ecaab41978bf7
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Jan 18 22:53:51 2012 -0500

    3.3.4.1

 gnome-games.spec |   15 ++++++++++-----
 iagno.patch      |   13 +++++++++++++
 2 files changed, 23 insertions(+), 5 deletions(-)
---
diff --git a/gnome-games.spec b/gnome-games.spec
index f0b0e58..8db1078 100644
--- a/gnome-games.spec
+++ b/gnome-games.spec
@@ -49,6 +49,9 @@ Group: Amusements/Games
 #VCS: git:git://git.gnome.org/gnome-games
 Source: http://download.gnome.org/sources/gnome-games/3.3/gnome-games-%{version}.tar.xz
 
+# https://bugzilla.gnome.org/show_bug.cgi?id=668238
+Patch0: iagno.patch
+
 Obsoletes: gnome-games-devel < %{epoch}:%{version}-%{release}
 URL: http://projects.gnome.org/gnome-games/
 
@@ -135,6 +138,7 @@ This package contains user documentation for %{name}.
 
 %prep
 %setup -q
+%patch0 -p1
 
 autoreconf -i -f
 
@@ -308,6 +312,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
 %exclude %{_libdir}/gnome-games/libgames-support-gi.so
 %endif
 
+%{_datadir}/gnomine
+
+%{_datadir}/glib-2.0/schemas/org.gnome.gnome-sudoku.gschema.xml
+%if %{build_seed_games}
+%{_datadir}/glib-2.0/schemas/org.gnome.swell-foop.gschema.xml
+%endif
 
 %files extra
 %defattr(-, root, root)
@@ -380,7 +390,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
 %{_datadir}/gnect
 %{_datadir}/gnibbles
 %{_datadir}/gnobots2
-%{_datadir}/gnomine
 %{_datadir}/gnotski
 %{_datadir}/gtali
 %{_datadir}/mahjongg
@@ -407,13 +416,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
 %{_datadir}/glib-2.0/schemas/org.gnome.gnect.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gnibbles.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gnobots2.gschema.xml
-%{_datadir}/glib-2.0/schemas/org.gnome.gnome-sudoku.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gnotski.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gtali.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.quadrapassel.gschema.xml
-%if %{build_seed_games}
-%{_datadir}/glib-2.0/schemas/org.gnome.swell-foop.gschema.xml
-%endif
 
 %if %{build_seed_games}
 %{_datadir}/gnome-games/lightsoff
diff --git a/iagno.patch b/iagno.patch
new file mode 100644
index 0000000..162a6b7
--- /dev/null
+++ b/iagno.patch
@@ -0,0 +1,13 @@
+diff --git a/iagno/data/org.gnome.iagno.gschema.xml.in b/iagno/data/org.gnome.iagno.gschema.xml.in
+index 13a674b..3b87675 100644
+--- a/iagno/data/org.gnome.iagno.gschema.xml.in
++++ b/iagno/data/org.gnome.iagno.gschema.xml.in
+@@ -12,7 +12,7 @@
+       <default>false</default>
+     </key>
+     <key name="tileset" type="s">
+-      <default>'classic.png'</default>
++      <default>'black_and_white.svg'</default>
+     </key>
+     <key name="show-grid" type="b">
+       <default>false</default>


More information about the scm-commits mailing list