rpms/notification-daemon/devel location.patch, NONE, 1.1 notification-daemon.spec, 1.32, 1.33

Matthias Clasen mclasen at fedoraproject.org
Sat Aug 22 04:03:53 UTC 2009


Author: mclasen

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

Modified Files:
	notification-daemon.spec 
Added Files:
	location.patch 
Log Message:
Change location of stacked notifications


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

--- NEW FILE location.patch ---
diff -up notification-daemon-0.4.0/data/notification-daemon.schemas.in.position notification-daemon-0.4.0/data/notification-daemon.schemas.in
--- notification-daemon-0.4.0/data/notification-daemon.schemas.in.position	2009-08-21 23:59:46.831206308 -0400
+++ notification-daemon-0.4.0/data/notification-daemon.schemas.in	2009-08-22 00:00:15.556195107 -0400
@@ -6,7 +6,7 @@
    <applyto>/apps/notification-daemon/popup_location</applyto>
    <owner>notification-daemon</owner>
    <type>string</type>
-   <default>bottom_right</default>
+   <default>top_right</default>
    <locale name="C">
     <short>Popup location</short>
     <long>Default popup location on the workspace for stack notifications. Allowed values: "top_left","top_right","bottom_left" and "bottom_right"</long>


Index: notification-daemon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/notification-daemon/devel/notification-daemon.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- notification-daemon.spec	4 Aug 2009 04:25:21 -0000	1.32
+++ notification-daemon.spec	22 Aug 2009 04:03:53 -0000	1.33
@@ -7,7 +7,7 @@
 Summary: Desktop Notification Daemon
 Name: notification-daemon
 Version: 0.4.0
-Release: 7%{?dist}
+Release: 8%{?dist}
 URL: http://www.galago-project.org/specs/notification/
 License: GPLv2+
 Group: System Environment/Libraries
@@ -38,6 +38,7 @@ Source0: http://www.galago-project.org/f
 # drop libsexy dep
 Patch0: sexy.patch
 Patch1: nodoka.patch
+Patch2: location.patch
 
 %description
 notification-daemon is the server implementation of the freedesktop.org desktop
@@ -49,6 +50,7 @@ user's way.
 %setup -q
 %patch0 -p1 -b .sexy
 %patch1 -p1 -b .nodoka
+%patch2 -p1 -b .location
 
 autoreconf -i -f
 
@@ -109,6 +111,9 @@ gconftool-2 --makefile-install-rule \
 
 
 %changelog
+* Sat Aug 22 2009 Matthias Clasen <mclasen at redhat.com> - 0.4.0-8
+- Change location for stacked notifications to top-right
+
 * Tue Aug  4 2009 Matthias Clasen <mclasen at redhat.com> - 0.4.0-7
 - Fix the libsexy patch to make markup work again
 




More information about the fedora-extras-commits mailing list