[Pkg-xfce-commits] r5789 - in goodies/trunk/xfce4-power-manager/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Tue Jun 14 07:44:02 UTC 2011
Author: corsac
Date: 2011-06-14 19:44:02 +0000 (Tue, 14 Jun 2011)
New Revision: 5789
Added:
goodies/trunk/xfce4-power-manager/debian/patches/02_fix-notify-detect.patch
Modified:
goodies/trunk/xfce4-power-manager/debian/changelog
goodies/trunk/xfce4-power-manager/debian/patches/series
Log:
* debian/patches:
- 02_fix-notify-detect added, fix libnotify detection. closes: #630309
Modified: goodies/trunk/xfce4-power-manager/debian/changelog
===================================================================
--- goodies/trunk/xfce4-power-manager/debian/changelog 2011-06-14 07:04:24 UTC (rev 5788)
+++ goodies/trunk/xfce4-power-manager/debian/changelog 2011-06-14 19:44:02 UTC (rev 5789)
@@ -1,3 +1,10 @@
+xfce4-power-manager (1.0.10-4) UNRELEASED; urgency=low
+
+ * debian/patches:
+ - 02_fix-notify-detect added, fix libnotify detection. closes: #630309
+
+ -- Yves-Alexis Perez <corsac at debian.org> Mon, 13 Jun 2011 19:38:50 +0200
+
xfce4-power-manager (1.0.10-3) unstable; urgency=low
* debian/patches:
Added: goodies/trunk/xfce4-power-manager/debian/patches/02_fix-notify-detect.patch
===================================================================
--- goodies/trunk/xfce4-power-manager/debian/patches/02_fix-notify-detect.patch (rev 0)
+++ goodies/trunk/xfce4-power-manager/debian/patches/02_fix-notify-detect.patch 2011-06-14 19:44:02 UTC (rev 5789)
@@ -0,0 +1,17 @@
+diff --git a/src/xfpm-notify.c b/src/xfpm-notify.c
+index c93a843..3c2651d 100644
+--- a/src/xfpm-notify.c
++++ b/src/xfpm-notify.c
+@@ -233,11 +233,11 @@ xfpm_notify_new_notification_internal (const gchar *title, const gchar *message,
+ #if !NOTIFY_CHECK_VERSION (0, 7, 0)
+ if ( icon )
+ notify_notification_attach_to_status_icon (n, icon);
++#endif
+ #else
+ if ( icon )
+ notify_notification_attach_to_status_icon (n, icon);
+ #endif
+-#endif
+
+ notify_notification_set_urgency (n, (NotifyUrgency)urgency);
+
Modified: goodies/trunk/xfce4-power-manager/debian/patches/series
===================================================================
--- goodies/trunk/xfce4-power-manager/debian/patches/series 2011-06-14 07:04:24 UTC (rev 5788)
+++ goodies/trunk/xfce4-power-manager/debian/patches/series 2011-06-14 19:44:02 UTC (rev 5789)
@@ -1 +1,2 @@
0001-Solaris-specific-code-for-determining-the-start-time.patch
+02_fix-notify-detect.patch
More information about the Pkg-xfce-commits
mailing list