Author: beatle
Date: 2006-10-09 23:05:16 -0400 (Mon, 09 Oct 2006)
New Revision: 3703

Added:
   trunk/app/compiz/debian/gtk-window-decorator.schemas
Modified:
   trunk/app/compiz/debian/changelog
   trunk/app/compiz/debian/compiz-gtk.install
   trunk/app/compiz/debian/rules
Log:
Install a schemas file that is used to make the Gtk window decorator use
metacity themes by default.


Modified: trunk/app/compiz/debian/changelog
===================================================================
--- trunk/app/compiz/debian/changelog   2006-10-10 02:26:34 UTC (rev 3702)
+++ trunk/app/compiz/debian/changelog   2006-10-10 03:05:16 UTC (rev 3703)
@@ -8,8 +8,10 @@
   * Add 012_metacity-theme-support.patch which uses an older version of the
     metacity library for theme support so that compiz can be built for Debian
     unstable.
+  * Install a schemas file for the Gtk window decorator which is used to
+    enable the use of metacity themes.
 
- -- Thierry Reding <[EMAIL PROTECTED]>  Tue, 10 Oct 2006 04:04:11 +0200
+ -- Thierry Reding <[EMAIL PROTECTED]>  Tue, 10 Oct 2006 05:03:13 +0200
 
 compiz (0.0.13+git20060928-4) UNRELEASED; urgency=low
 

Modified: trunk/app/compiz/debian/compiz-gtk.install
===================================================================
--- trunk/app/compiz/debian/compiz-gtk.install  2006-10-10 02:26:34 UTC (rev 
3702)
+++ trunk/app/compiz/debian/compiz-gtk.install  2006-10-10 03:05:16 UTC (rev 
3703)
@@ -1 +1,2 @@
+usr/share/gconf/schemas/gtk-window-decorator.schemas
 usr/bin/gtk-window-decorator

Added: trunk/app/compiz/debian/gtk-window-decorator.schemas
===================================================================
--- trunk/app/compiz/debian/gtk-window-decorator.schemas                        
        (rev 0)
+++ trunk/app/compiz/debian/gtk-window-decorator.schemas        2006-10-10 
03:05:16 UTC (rev 3703)
@@ -0,0 +1,15 @@
+<gconfschemafile>
+       <schemalist>
+               <schema>
+                       <key>/schemas/apps/gwd/use_metacity_theme</key>
+                       <applyto>/apps/gwd/use_metacity_theme</applyto>
+                       <type>bool</type>
+                       <default>true</default>
+                       <locale name="C">
+                               <short>Use Metacity theme.</short>
+                               <long>Use the current Metacity theme.</long>
+                       </locale>
+               </schema>
+       </schemalist>
+</gconfschemafile>
+

Modified: trunk/app/compiz/debian/rules
===================================================================
--- trunk/app/compiz/debian/rules       2006-10-10 02:26:34 UTC (rev 3702)
+++ trunk/app/compiz/debian/rules       2006-10-10 03:05:16 UTC (rev 3703)
@@ -83,6 +83,10 @@
        # remove unneeded .la files
        find $(CURDIR)/debian/tmp/usr/lib -type f -name '*.la' | xargs rm -f
 
+       # install schemas file for the Gtk window decorator
+       $(INSTALL) --mode 0644 $(CURDIR)/debian/gtk-window-decorator.schemas \
+                              $(CURDIR)/debian/tmp/usr/share/gconf/schemas
+
 # Build architecture-dependent files here.
 binary-arch: build install
        dh_testdir
@@ -93,7 +97,7 @@
        dh_install --sourcedir=debian/tmp --list-missing
        dh_installman
        dh_link
-       dh_gconf -pcompiz-plugins
+       dh_gconf
        dh_strip
        dh_compress
        dh_fixperms


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to