rpms/notification-daemon/devel nodoka.patch, NONE, 1.1 notification-daemon.spec, 1.29, 1.30

Matthias Clasen mclasen at fedoraproject.org
Wed Jul 22 12:51:00 UTC 2009


Author: mclasen

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

Modified Files:
	notification-daemon.spec 
Added Files:
	nodoka.patch 
Log Message:
Fix default theme to match F11


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

--- NEW FILE nodoka.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>nodoka</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.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- notification-daemon.spec	21 Jul 2009 10:06:58 -0000	1.29
+++ notification-daemon.spec	22 Jul 2009 12:51:00 -0000	1.30
@@ -7,7 +7,7 @@
 Summary: Desktop Notification Daemon
 Name: notification-daemon
 Version: 0.4.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 URL: http://www.galago-project.org/specs/notification/
 License: GPLv2+
 Group: System Environment/Libraries
@@ -37,6 +37,7 @@ Source0: http://www.galago-project.org/f
 
 # drop libsexy dep
 Patch0: sexy.patch
+Patch1: nodoka.patch
 
 %description
 notification-daemon is the server implementation of the freedesktop.org desktop
@@ -47,6 +48,7 @@ user's way.
 %prep
 %setup -q
 %patch0 -p1 -b .sexy
+%patch1 -p1 -b .nodoka
 
 autoreconf -i -f
 
@@ -107,6 +109,9 @@ gconftool-2 --makefile-install-rule \
 
 
 %changelog
+* Wed Jul 22 2009 Matthias Clasen <mclasen at redhat.com> - 0.4.0-5
+- Copy nodoka patch from F11
+
 * Tue Jul 21 2009 Adam Tkac <atkac redhat com> - 0.4.0-4
 - improve libsexy patch
 




More information about the fedora-extras-commits mailing list