[seahorse-adventures/f14/master] - Fix FTBFS (#631296)

Hans de Goede jwrdegoede at fedoraproject.org
Thu Sep 9 09:56:00 UTC 2010


commit 10817cba7727d407d7d4eca6a6e6ed710420a021
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Thu Sep 9 10:01:58 2010 +0200

    - Fix FTBFS (#631296)

 seahorse-adventures-1.0-build.patch |   21 +++++++++++++++++++++
 seahorse-adventures.spec            |    7 ++++++-
 2 files changed, 27 insertions(+), 1 deletions(-)
---
diff --git a/seahorse-adventures-1.0-build.patch b/seahorse-adventures-1.0-build.patch
new file mode 100644
index 0000000..adeee4f
--- /dev/null
+++ b/seahorse-adventures-1.0-build.patch
@@ -0,0 +1,21 @@
+diff -up barbie-1.0/data/themes/itheme/build.py~ barbie-1.0/data/themes/itheme/build.py
+--- barbie-1.0/data/themes/itheme/build.py~	2007-04-22 09:20:12.000000000 +0200
++++ barbie-1.0/data/themes/itheme/build.py	2010-09-09 09:55:52.714207000 +0200
+@@ -7,7 +7,7 @@ import glob
+ #([1...3],[1...3]) for the number of slices an image is cut into.
+ IMAGES = {
+     'box.png':(2,2),
+-    'check.png':
++    'check.png':None,
+     'color.png':None,
+     'desktop.png':None,
+     'dot.png':(2,2),
+@@ -32,7 +32,7 @@ KEYWORDS = {
+     'hover':('saturation',75),
+     'normal':('saturation',0),
+     #'down':('saturation',100),
+-    'decor':('value':150),
++    'decor':('value',150),
+     
+     'vertical':('rotate',-90),
+     }
diff --git a/seahorse-adventures.spec b/seahorse-adventures.spec
index 87c29b1..f35453c 100644
--- a/seahorse-adventures.spec
+++ b/seahorse-adventures.spec
@@ -1,6 +1,6 @@
 Name:           seahorse-adventures
 Version:        1.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Help barbie the seahorse float on bubbles to the moon
 Group:          Amusements/Games
 License:        GPL+
@@ -9,6 +9,7 @@ Source0:        http://www.imitationpickles.org/barbie/files/barbie-1.0.tar.gz
 Source1:        %{name}.desktop
 Source2:        Seahorse-Adventures-license.eml
 Patch0:         seahorse-adventures-1.0-symlink.patch
+Patch1:         seahorse-adventures-1.0-build.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  desktop-file-utils
 BuildArch:      noarch
@@ -23,6 +24,7 @@ soundtrack, graphics, and 15 levels!
 %prep
 %setup -q -n barbie-%{version}
 %patch0 -p1 -b .ln
+%patch1 -p1
 cp %{SOURCE2} .
 rm data/themes/*/Vera.ttf
 
@@ -82,6 +84,9 @@ fi
 
 
 %changelog
+* Thu Sep  9 2010 Hans de Goede <hdegoede at redhat.com> 1.0-7
+- Fix FTBFS (#631296)
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


More information about the scm-commits mailing list