update the fedora logo patch

This commit is contained in:
Matthias Clasen 2006-11-25 14:40:08 +00:00
parent 2c5677b586
commit 293a6bbde0
2 changed files with 24 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Url: http://www.freedesktop.org/Software/compiz
License: X11/MIT/GPL
Group: User Interface/Desktops
Version: 0.3.4
Release: 1%{?dist}
Release: 2%{?dist}
Summary: OpenGL window and compositing manager
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -194,6 +194,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/compiz
%changelog
* Sat Nov 25 2006 Matthias Clasen <mclasen@redhat.com> - 0.3.4-2
- Update the fedora logo patch (#217224)
* Thu Nov 23 2006 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
- Update to 0.3.4

View File

@ -19,3 +19,23 @@
};
#define N_CUBE_IMAGES (sizeof (cubeImages) / sizeof (cubeImages[0]))
--- compiz-0.3.4/plugins/compiz.schemas.in.fedora-logo 2006-11-15 18:28:01.000000000 +0100
+++ compiz-0.3.4/plugins/compiz.schemas.in 2006-11-25 10:29:49.000000000 +0100
@@ -15725,7 +15725,7 @@
<applyto>/apps/compiz/plugins/cube/screen0/options/color</applyto>
<owner>compiz</owner>
<type>string</type>
- <default>#efebe7ff</default>
+ <default>#00194aff</default>
<locale name="C">
<short>Cube Color</short>
<long>Color of top and bottom sides of the cube</long>
@@ -15918,7 +15918,7 @@
<owner>compiz</owner>
<type>list</type>
<list_type>string</list_type>
- <default>[freedesktop.png]</default>
+ <default>[/usr/share/pixmaps/fedora-logo.png]</default>
<locale name="C">
<short>Image files</short>
<long>List of PNG and SVG files that should be rendered on top face of cube</long>