rpms/notification-daemon/F-11 nodoka.patch, NONE, 1.1 notification-daemon.spec, 1.27, 1.28

Matthias Clasen mclasen at fedoraproject.org
Tue Apr 28 01:00:19 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/notification-daemon/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19407

Modified Files:
	notification-daemon.spec 
Added Files:
	nodoka.patch 
Log Message:
Make nodoka theme the default


nodoka.patch:

--- 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/F-11/notification-daemon.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- notification-daemon.spec	26 Feb 2009 05:59:20 -0000	1.27
+++ notification-daemon.spec	28 Apr 2009 00:59:49 -0000	1.28
@@ -7,7 +7,7 @@
 Summary: Desktop Notification Daemon
 Name: notification-daemon
 Version: 0.4.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://www.galago-project.org/specs/notification/
 License: GPLv2+
 Group: System Environment/Libraries
@@ -36,14 +36,17 @@ Obsoletes: notify-daemon
 
 Source0: http://www.galago-project.org/files/releases/source/notification-daemon/%{name}-%{version}.tar.bz2
 
+Patch0: nodoka.patch
+
 %description
 notification-daemon is the server implementation of the freedesktop.org desktop
-notification specification. Notifications can be used to inform the user 
-about an event or display some form of information without getting in the 
+notification specification. Notifications can be used to inform the user
+about an event or display some form of information without getting in the
 user's way.
 
 %prep
-%setup -q 
+%setup -q
+%patch0 -p1 -b .nodoka
 
 %build
 ./autogen.sh
@@ -104,6 +107,9 @@ gconftool-2 --makefile-install-rule \
 
 
 %changelog
+* Mon Apr 27 2009 Matthias Clasen <mclasen at redhat.com> - 0.4.0-3
+- Select the nodoka theme by default
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list