r29284 - in /desktop/unstable/gnome-bluetooth/debian: changelog control control.in patches/03_fix_build_with_libnotify_0.7.0.patch

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sun Jul 31 13:51:52 UTC 2011


Author: sjoerd
Date: Sun Jul 31 13:51:51 2011
New Revision: 29284

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29284
Log:
* debian/patches/03_fix_build_with_libnotify_0.7.0.patch:
  + Added. Fix build with libnotify7

Added:
    desktop/unstable/gnome-bluetooth/debian/patches/03_fix_build_with_libnotify_0.7.0.patch
Modified:
    desktop/unstable/gnome-bluetooth/debian/changelog
    desktop/unstable/gnome-bluetooth/debian/control
    desktop/unstable/gnome-bluetooth/debian/control.in

Modified: desktop/unstable/gnome-bluetooth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/changelog?rev=29284&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/changelog [utf-8] Sun Jul 31 13:51:51 2011
@@ -1,9 +1,14 @@
 gnome-bluetooth (2.30.0-3) UNRELEASED; urgency=low
 
+  [ Josselin Mouette ]
   * 02_ja_po.patch: patch from Nobuhiro Iwamatsu to update Japanese 
     translation. Closes: #601518.
 
- -- Josselin Mouette <joss at debian.org>  Sat, 30 Oct 2010 11:34:53 +0200
+  [ Sjoerd Simons ]
+  * debian/patches/03_fix_build_with_libnotify_0.7.0.patch:
+    + Added. Fix build with libnotify7
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sun, 31 Jul 2011 14:51:26 +0100
 
 gnome-bluetooth (2.30.0-2) unstable; urgency=low
 

Modified: desktop/unstable/gnome-bluetooth/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/control?rev=29284&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/control [utf-8] Sun Jul 31 13:51:51 2011
@@ -12,7 +12,7 @@
                cdbs,
                gnome-pkg-tools,
                libunique-dev,
-               libnotify-dev (>= 0.4.3),
+               libnotify-dev (>= 0.7.0),
                libglib2.0-dev,
                libgtk2.0-dev (>= 2.19.1),
                libx11-dev,

Modified: desktop/unstable/gnome-bluetooth/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/control.in?rev=29284&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/control.in [utf-8] Sun Jul 31 13:51:51 2011
@@ -7,7 +7,7 @@
                cdbs,
                gnome-pkg-tools,
                libunique-dev,
-               libnotify-dev (>= 0.4.3),
+               libnotify-dev (>= 0.7.0),
                libglib2.0-dev,
                libgtk2.0-dev (>= 2.19.1),
                libx11-dev,

Added: desktop/unstable/gnome-bluetooth/debian/patches/03_fix_build_with_libnotify_0.7.0.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/patches/03_fix_build_with_libnotify_0.7.0.patch?rev=29284&op=file
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/patches/03_fix_build_with_libnotify_0.7.0.patch (added)
+++ desktop/unstable/gnome-bluetooth/debian/patches/03_fix_build_with_libnotify_0.7.0.patch [utf-8] Sun Jul 31 13:51:51 2011
@@ -1,0 +1,26 @@
+From 9f256799cc6b8367b2466f35b82f1d07076a950e Mon Sep 17 00:00:00 2001
+From: Bastien Nocera <hadess at hadess.net>
+Date: Thu, 21 Oct 2010 15:20:31 +0100
+Subject: [PATCH] Fix build with libnotify 0.7.0
+
+---
+ applet/notify.c |    2 +-
+ configure.ac    |    2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/applet/notify.c b/applet/notify.c
+index 47d8452..70ad3a2 100644
+--- a/applet/notify.c
++++ b/applet/notify.c
+@@ -75,7 +75,7 @@ void show_notification(const gchar *summary, const gchar *message,
+ 		notify_notification_close(notify, NULL);
+ 	}
+ 
+-	notify = notify_notification_new(summary, message, icon_name, NULL);
++	notify = notify_notification_new(summary, message, icon_name);
+ 
+ 	notify_notification_set_timeout(notify, timeout);
+ 
+-- 
+1.7.5.4
+




More information about the pkg-gnome-commits mailing list