Hi All,

   The attached diff change the default background, adds new alternative 
backgrounds and change the default gdm login
    according to the latest specifications.

Index: base-specs/opensolaris-gdm-themes.spec
===================================================================
--- base-specs/opensolaris-gdm-themes.spec    (revision 16187)
+++ base-specs/opensolaris-gdm-themes.spec    (working copy)
@@ -12,7 +12,7 @@
 License:        LGPL
 Group:            System/GUI/GNOME
 BuildArchitectures:    noarch
-Version:        0.6
+Version:        0.7
 Release:        1
 Distribution:        Java Desktop System
 Vendor:            Sun Microsystems, Inc.
Index: base-specs/opensolaris-backgrounds.spec
===================================================================
--- base-specs/opensolaris-backgrounds.spec    (revision 16187)
+++ base-specs/opensolaris-backgrounds.spec    (working copy)
@@ -10,7 +10,7 @@
 Name:            opensolaris-backgrounds
 License:        GPL
 Group:            System/GUI/GNOME
-Version:        0.4
+Version:        0.5
 Release:        1
 Distribution:        Java Desktop System
 Vendor:            Sun Microsystems, Inc.

opensolaris-backgrounds

Index: configure.in
===================================================================
--- configure.in    (revision 11)
+++ configure.in    (working copy)
@@ -1,4 +1,4 @@
-AC_INIT([opensolaris-backgrounds], [0.4])
+AC_INIT([opensolaris-backgrounds], [0.5])
 AM_INIT_AUTOMAKE
 AM_INIT_AUTOMAKE([1.9])
 
Index: ChangeLog
===================================================================
--- ChangeLog    (revision 11)
+++ ChangeLog    (working copy)
@@ -1,3 +1,18 @@
+2008-11-10 Erwann Chenede - <erwann.chenede at sun.com>
+
+    * opensolaris/Makefile.am : refered new bkgs
+
+2008-11-10 Erwann Chenede - <erwann.chenede at sun.com>
+
+    * configure.in : bump to 0.5
+    * opensolaris/opensolaris-default.jpg
+    * opensolaris/orbs.jpg
+    * opensolaris/clouds.jpg
+    * opensolaris/stream.jpg
+    * opensolaris/communities.jpg : new backgrounds for 2008.11
+    * opensolaris/opensolaris-backgrounds.xml.in.in : added
+      descriptions
+
 2008-08-29  Wang Xin  <jedy.wang at sun.com>
 
     * configure.in: bump to 0.4.
Index: opensolaris/orbs.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: opensolaris/clouds.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: opensolaris/stream.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: opensolaris/communities.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: opensolaris/opensolaris-default.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: opensolaris/opensolaris-backgrounds.xml.in.in
===================================================================
--- opensolaris/opensolaris-backgrounds.xml.in.in    (revision 11)
+++ opensolaris/opensolaris-backgrounds.xml.in.in    (working copy)
@@ -26,4 +26,24 @@
     
<filename>@datadir@/pixmaps/backgrounds/opensolaris/OrangeSwirl.png</filename>
     <options>stretched</options>
   </wallpaper>
+  <wallpaper deleted="false">
+    <_name>Clouds</_name>
+    
<filename>@datadir@/pixmaps/backgrounds/opensolaris/clouds.jpg</filename>
+    <options>zoom</options>
+  </wallpaper>
+  <wallpaper deleted="false">
+    <_name>Stream</_name>
+    
<filename>@datadir@/pixmaps/backgrounds/opensolaris/stream.jpg</filename>
+    <options>zoom</options>
+  </wallpaper>
+  <wallpaper deleted="false">
+    <_name>Communities</_name>
+    
<filename>@datadir@/pixmaps/backgrounds/opensolaris/communities.jpg</filename>
+    <options>zoom</options>
+  </wallpaper>
+  <wallpaper deleted="false">
+    <_name>Orbs</_name>
+    <filename>@datadir@/pixmaps/backgrounds/opensolaris/orbs.jpg</filename>
+    <options>zoom</options>
+  </wallpaper>
 </wallpapers>
Index: opensolaris/Makefile.am
===================================================================
--- opensolaris/Makefile.am    (revision 11)
+++ opensolaris/Makefile.am    (working copy)
@@ -5,7 +5,11 @@
     GreenSwirl.png \
     OrangeSwirl.png \
     BlueDarkFlare.jpg \
-    opensolaris-default.jpg
+    opensolaris-default.jpg \
+    clouds.jpg \
+    stream.jpg \
+    orbs.jpg \
+    communities.jpg
 
 metadata_in_files = opensolaris-backgrounds.xml.in
 metadatadir = $(datadir)/gnome-background-properties

opensolaris-gdm-backgrounds

Index: themes/Indiana/GdmGreeterTheme.desktop.in
===================================================================
--- themes/Indiana/GdmGreeterTheme.desktop.in    (revision 20)
+++ themes/Indiana/GdmGreeterTheme.desktop.in    (working copy)
@@ -4,7 +4,7 @@
 [GdmGreeterTheme]
 Encoding=UTF-8
 Greeter=Indiana.xml
-_Name=OpenSolaris 2008.05
-_Description=OpenSolaris 2008.05 Theme
-_Copyright=2006 (c) Sun Microsystems Inc.
+_Name=OpenSolaris 2008.11
+_Description=OpenSolaris 2008.11 Theme
+_Copyright=2008 (c) Sun Microsystems Inc.
 Screenshot=screenshot.jpg
Index: themes/Indiana/box-opensolaris.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: themes/Indiana/opensolaris.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: ChangeLog
===================================================================
--- ChangeLog    (revision 20)
+++ ChangeLog    (working copy)
@@ -1,3 +1,15 @@
+2008-11-10 Erwann Chenede - <erwann.chenede at sun.com>
+   
+    * themes/Indiana/GdmGreeterTheme.desktop.in: bump theme name
+      to 2008.11
+
+2008-11-10 Erwann Chenede - <erwann.chenede at sun.com>
+
+    * configure.in: Bump to 0.7.
+    * themes/Indiana/box-opensolaris.jpg: Updated.
+    * themes/Indiana/opensolaris.jpg: Updated.
+      background for 2008.11
+
 2008-08-29  Wang Xin  <jedy.wang at sun.com>
 
     * configure.in: Bump to 0.6.
Index: configure.in
===================================================================
--- configure.in    (revision 20)
+++ configure.in    (working copy)
@@ -1,6 +1,6 @@
 AC_INIT(themes/Indiana/warning.png)
 
-AM_INIT_AUTOMAKE(opensolaris-gdm-themes,0.6)
+AM_INIT_AUTOMAKE(opensolaris-gdm-themes,0.7)
 DISTDIR=${PACKAGE}-${VERSION}
 
 AM_MAINTAINER_MODE


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


Reply via email to