rpms/notification-daemon/devel default-theme.patch, NONE, 1.1 notification-daemon.spec, 1.34, 1.35

Matthias Clasen mclasen at fedoraproject.org
Fri Sep 25 00:33:58 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/notification-daemon/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25389

Modified Files:
	notification-daemon.spec 
Added Files:
	default-theme.patch 
Log Message:
Change default theme


default-theme.patch:
 notification-daemon.schemas.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE default-theme.patch ---
diff -up notification-daemon-0.4.0/data/notification-daemon.schemas.in.nodoka notification-daemon-0.4.0/data/notification-daemon.schemas.in
--- notification-daemon-0.4.0/data/notification-daemon.schemas.in.nodoka	2009-04-27 20:55:23.593078616 -0400
+++ notification-daemon-0.4.0/data/notification-daemon.schemas.in	2009-04-27 20:55:38.186830065 -0400
@@ -18,7 +18,7 @@
    <applyto>/apps/notification-daemon/theme</applyto>
    <owner>notification-daemon</owner>
    <type>string</type>
-   <default>standard</default>
+   <default>slider</default>
    <locale name="C">
     <short>Current theme</short>
     <long>The theme used when displaying notifications.</long>


Index: notification-daemon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/notification-daemon/devel/notification-daemon.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- notification-daemon.spec	23 Sep 2009 22:08:42 -0000	1.34
+++ notification-daemon.spec	25 Sep 2009 00:33:58 -0000	1.35
@@ -7,7 +7,7 @@
 Summary: Desktop Notification Daemon
 Name: notification-daemon
 Version: 0.4.1
-Release: 0.20090923.1%{?dist}
+Release: 0.20090923.2%{?dist}
 URL: http://www.galago-project.org/specs/notification/
 License: GPLv2+
 Group: System Environment/Libraries
@@ -37,7 +37,7 @@ Source0: http://www.galago-project.org/f
 
 # drop libsexy dep
 Patch0: sexy.patch
-Patch1: nodoka.patch
+Patch1: default-theme.patch
 Patch2: location.patch
 Patch10: notification-daemon-always-stack.patch
 
@@ -50,7 +50,7 @@ user's way.
 %prep
 %setup -q
 %patch0 -p1 -b .sexy
-%patch1 -p1 -b .nodoka
+%patch1 -p1 -b .default-theme
 %patch2 -p1 -b .location
 %patch10 -p1 -b .always-stack
 
@@ -113,6 +113,9 @@ gconftool-2 --makefile-install-rule \
 
 
 %changelog
+* Thu Sep 24 2009 Matthias Clasen <mclasen at redhat.com> - 0.4.1-1.20090923.2
+- Change default theme to 'slider'
+
 * Wed Sep 23 2009 Jon McCann <jmccann at redhat.com> - 0.4.1-0.20090923.1
 - Update to snapshot to fix crashers
 - Add internal API to allow themes to stack only




More information about the fedora-extras-commits mailing list