Hi All,

    This patch adds a new tab called "visual effects" in the 
gnome-appearance-properties applet.
    I've basically taken the ubuntu patch and ported it to Solaris.
    The main change from the ubuntu patch is that I'm checking if the 
OpenGL texture from pixmap is available if not, the tab displays an error.
   
    Please find attached the diff the new patch and below the diff of 
the specfile.

          Cheers,

                Erwann

Index: base-specs/control-center.spec
===================================================================
--- base-specs/control-center.spec    (revision 13038)
+++ base-specs/control-center.spec    (working copy)
@@ -18,6 +18,7 @@
 Summary:      The GNOME control center for GNOME
 Source:       
http://ftp.gnome.org/pub/GNOME/sources/gnome-control-center/2.20/gnome-control-center-%{version}.tar.bz2
 Source1:     %{name}-po-sun-%{po_sun_version}.tar.bz2
+Source2:      visual-effects-images.tar.bz2
 # date:2006-12-07 owner:dcarbery type:bug bugzilla:383356
 Patch1:       control-center-01-no-libgnomekbd.diff
 # date:2004-10-06 owner:dkenny type:bug bugster:5101706
@@ -40,6 +41,8 @@
 Patch11:      control-center-11-getpwnam_r.diff
 # date:2008-01-24 owner:gman type:bug bugster:146
 Patch12:      control-center-12-use-default-dpi.diff
+# date:2008-02-14 owner:erwannc type:feature
+Patch13:      control-center-13-compiz-integration.diff
 
 URL:          http://www.gnome.org
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
@@ -93,6 +96,9 @@
 
 %prep
 %setup -q
+cd capplets/appearance/data
+bzcat %SOURCE2 | tar xf -
+cd ../../..
 %if %build_l10n
 bzcat %SOURCE1 | tar xf -
 cd po-sun; make; cd ..
@@ -113,6 +119,7 @@
 # Only for Indiana right now - could probably be integrated into Nevada
 %patch12 -p1
 %endif
+%patch13 -p1
 
 %build
 %ifos linux

-- 
              Erwann Ch?ned?,
 Desktop Group, Sun Microsystems, Grenoble
 Phone  : +33 476 188 358       ext: 38358

-------------- next part --------------
A non-text attachment was scrubbed...
Name: control-center-13-compiz-integration.diff
Type: text/x-patch
Size: 53127 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/jds-review/attachments/20080218/9bc0262e/attachment.bin>

Reply via email to