diff --git a/location.patch b/location.patch new file mode 100644 index 0000000..353c0f1 --- /dev/null +++ b/location.patch @@ -0,0 +1,12 @@ +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 @@ + /apps/notification-daemon/popup_location + notification-daemon + string +- bottom_right ++ top_right + + Popup location + Default popup location on the workspace for stack notifications. Allowed values: "top_left","top_right","bottom_left" and "bottom_right" diff --git a/notification-daemon.spec b/notification-daemon.spec index e32f59c..1b465a5 100644 --- a/notification-daemon.spec +++ b/notification-daemon.spec @@ -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/files/releases/source/notification-daemon # 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 - 0.4.0-8 +- Change location for stacked notifications to top-right + * Tue Aug 4 2009 Matthias Clasen - 0.4.0-7 - Fix the libsexy patch to make markup work again