================================
metacity:source=2.10.3-0.1
cvc rdiff metacity -1 /[EMAIL PROTECTED]:devel//[EMAIL 
PROTECTED]:desktop//test/2.10.3-0.1
================================
2.10.3-0.1 Ken VanDine ([EMAIL PROTECTED]) Mon Aug 22 16:59:59 2005
    New version
    
metacity.recipe: new
#
# Copyright (c) 2004 Specifix, Inc.
# All rights reserved
#

loadRecipe('gnomepackage.recipe', label='[EMAIL PROTECTED]:devel')
class Metacity(GnomePackageRecipe):
    
    buildRequires = [ 'gtk:devel', 'pango:devel', 'fontconfig:devel',
                      'GConf:devel', 'desktop-file-utils:runtime',
                      'libglade:devel', 'startup-notification:devel',
                      'intltool:runtime' ]

    name = 'metacity'
    version = '2.10.3'
    
    docs = ['README', 'AUTHORS', 'COPYING', 'NEWS', 'HACKING',
            'doc/theme-format.txt', 'doc/metacity-theme.dtd']

    extraConfig = '--disable-compositor --disable-render'

    def unpack(r):
        GnomePackageRecipe.unpack(r)
        r.addPatch('theme.patch')

    def setup(r):
        r.disableParallelMake()
        GnomePackageRecipe.setup(r)
        r.Requires('gtk-theme-clearlooks:data', 
'%(sysconfdir)s/gconf/schemas/metacity.schemas')

metacity-2.9.8.tar.bz2: new
metacity-2.10.3.tar.bz2: new
theme.patch: new
diff -ur metacity-2.9.34.old/src/main.c metacity-2.9.34/src/main.c
--- metacity-2.9.34.old/src/main.c      2005-01-17 15:25:09.000000000 -0500
+++ metacity-2.9.34/src/main.c  2005-03-02 15:50:14.444078864 -0500
@@ -430,7 +430,7 @@
    * try anything in the themes directory.
    */
   if (!meta_ui_have_a_theme ())
-    meta_ui_set_current_theme ("Simple", FALSE);
+    meta_ui_set_current_theme ("Clearlooks", FALSE);
   
   if (!meta_ui_have_a_theme ())
     {
diff -ur metacity-2.9.34.old/src/metacity.schemas 
metacity-2.9.34/src/metacity.schemas
--- metacity-2.9.34.old/src/metacity.schemas    2005-02-28 15:21:38.000000000 
-0500
+++ metacity-2.9.34/src/metacity.schemas        2005-03-02 15:50:32.016407464 
-0500
@@ -1829,7 +1829,7 @@
       <applyto>/apps/metacity/general/theme</applyto>
       <owner>metacity</owner>
       <type>string</type>
-      <default>Simple</default>
+      <default>Clearlooks</default>
       <locale name="C">
          <short>Current theme</short>
          <long>
diff -ur metacity-2.9.34.old/src/metacity.schemas.in 
metacity-2.9.34/src/metacity.schemas.in
--- metacity-2.9.34.old/src/metacity.schemas.in 2005-02-24 17:02:44.000000000 
-0500
+++ metacity-2.9.34/src/metacity.schemas.in     2005-03-02 15:50:39.656246032 
-0500
@@ -114,7 +114,7 @@
       <applyto>/apps/metacity/general/theme</applyto>
       <owner>metacity</owner>
       <type>string</type>
-      <default>Simple</default>
+      <default>Clearlooks</default>
       <locale name="C">
          <short>Current theme</short>
          <long>


Committed by: krv
_______________________________________________
Desktop-commits mailing list
[email protected]
http://lists.bizrace.com/mailman/listinfo/desktop-commits

Reply via email to