[mail-notification] Forgot to apply the patch...

epienbro epienbro at fedoraproject.org
Sat Jun 25 16:20:46 UTC 2011


commit 9a691b71c75396304d2d204634420bb6b3a994ac
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sat Jun 25 18:20:24 2011 +0200

    Forgot to apply the patch...

 mail-notification.spec |    3 +++
 popup-markup.patch     |   15 ++-------------
 2 files changed, 5 insertions(+), 13 deletions(-)
---
diff --git a/mail-notification.spec b/mail-notification.spec
index 9a81fea..e609a52 100644
--- a/mail-notification.spec
+++ b/mail-notification.spec
@@ -99,6 +99,9 @@ Evolution support for Mail Notification.
 # This is a temporary workaround until GNOME BZ #629878 is fixed
 %patch12 -p0 -b .fallback_icon
 
+# Don't use <span> tags as XFCE's notification daemon doesn't understand those
+%patch13 -p1 -b .span
+
 #  Drop #line statements in C sources generated by .gob,
 #  for the proper debuginfo package
 pushd build/src
diff --git a/popup-markup.patch b/popup-markup.patch
index 49f704d..1f919d9 100644
--- a/popup-markup.patch
+++ b/popup-markup.patch
@@ -1,18 +1,7 @@
 Index: mail-notification-5.4/src/mn-popup.gob
 ===================================================================
---- mail-notification-5.4.orig/src/mn-popup.gob
-+++ mail-notification-5.4/src/mn-popup.gob
-@@ -136,7 +136,7 @@ class MN:Popup from Notify:Notification
-       if (*body->str)
- 	g_string_append_c(body, '\n');
- 
--      g_string_append_printf(body, "<span weight=\"bold\">%s</span>", name);
-+      g_string_append_printf(body, "<b>%s</b>", name);
- 
-       escaped = g_markup_escape_text(value, -1);
-       g_string_append_printf(body, " %s", escaped);
---- build/src/mn-popup.c.orig	2011-06-25 18:10:11.254559086 +0200
-+++ build/src/mn-popup.c	2011-06-25 18:10:34.787967160 +0200
+--- mail-notification-5.4.orig/build/src/mn-popup.c.orig	2011-06-25 18:10:11.254559086 +0200
++++ mail-notification-5.4/build/src/mn-popup.c	2011-06-25 18:10:34.787967160 +0200
 @@ -401,7 +401,7 @@
        if (*body->str)
  	g_string_append_c(body, '\n');


More information about the scm-commits mailing list