r29286 - in /desktop/unstable/gnome-power-manager/debian: changelog control patches/09-port-to-libnotify-0.7.0.patch patches/series

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sun Jul 31 14:23:01 UTC 2011


Author: sjoerd
Date: Sun Jul 31 14:23:00 2011
New Revision: 29286

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29286
Log:
debian/patches/09_Port-to-libnotify-0.7.0.patch:
Added: Port to libnotify 0.7

Added:
    desktop/unstable/gnome-power-manager/debian/patches/09-port-to-libnotify-0.7.0.patch
Modified:
    desktop/unstable/gnome-power-manager/debian/changelog
    desktop/unstable/gnome-power-manager/debian/control
    desktop/unstable/gnome-power-manager/debian/patches/series

Modified: desktop/unstable/gnome-power-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/changelog?rev=29286&op=diff
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-power-manager/debian/changelog [utf-8] Sun Jul 31 14:23:00 2011
@@ -1,3 +1,10 @@
+gnome-power-manager (2.32.0-3) unstable; urgency=low
+
+  * debian/patches/09_Port-to-libnotify-0.7.0.patch:
+    Added: Port to libnotify 0.7
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sun, 31 Jul 2011 15:22:27 +0100
+
 gnome-power-manager (2.32.0-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: desktop/unstable/gnome-power-manager/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/control?rev=29286&op=diff
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-power-manager/debian/control [utf-8] Sun Jul 31 14:23:00 2011
@@ -7,7 +7,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 5),
                cdbs,
                autotools-dev,

Added: desktop/unstable/gnome-power-manager/debian/patches/09-port-to-libnotify-0.7.0.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/patches/09-port-to-libnotify-0.7.0.patch?rev=29286&op=file
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/patches/09-port-to-libnotify-0.7.0.patch (added)
+++ desktop/unstable/gnome-power-manager/debian/patches/09-port-to-libnotify-0.7.0.patch [utf-8] Sun Jul 31 14:23:00 2011
@@ -1,0 +1,18 @@
+diff --git a/src/gpm-manager.c b/src/gpm-manager.c
+index ae441cc..ef1df48 100644
+--- a/src/gpm-manager.c
++++ b/src/gpm-manager.c
+@@ -480,12 +480,7 @@ gpm_manager_notify (GpmManager *manager, NotifyNotification **notification_class
+ 	/* close any existing notification of this class */
+ 	gpm_manager_notify_close (manager, *notification_class);
+ 
+-	/* if the status icon is hidden, don't point at it */
+-	if (manager->priv->status_icon != NULL &&
+-	    gtk_status_icon_is_embedded (manager->priv->status_icon))
+-		notification = notify_notification_new_with_status_icon (title, message, icon, manager->priv->status_icon);
+-	else
+-		notification = notify_notification_new (title, message, icon, NULL);
++	notification = notify_notification_new (title, message, icon);
+ 	notify_notification_set_timeout (notification, timeout);
+ 	notify_notification_set_urgency (notification, urgency);
+ 	g_signal_connect (notification, "closed", G_CALLBACK (gpm_manager_notification_closed_cb), notification_class);

Modified: desktop/unstable/gnome-power-manager/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/patches/series?rev=29286&op=diff
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-power-manager/debian/patches/series [utf-8] Sun Jul 31 14:23:00 2011
@@ -1,3 +1,4 @@
 02_autostart_init.patch
 06-bugreport-debian.patch
 08-desktop-bugreport-path.patch
+09-port-to-libnotify-0.7.0.patch




More information about the pkg-gnome-commits mailing list