[Pkg-xfce-commits] r3930 - in goodies/trunk/xfce4-sensors-plugin/debian: . patches

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Thu Apr 8 08:02:32 UTC 2010


Author: mrpouit-guest
Date: 2010-04-08 20:02:08 +0000 (Thu, 08 Apr 2010)
New Revision: 3930

Added:
   goodies/trunk/xfce4-sensors-plugin/debian/patches/01_fix-build-without-libnotify.patch
Modified:
   goodies/trunk/xfce4-sensors-plugin/debian/changelog
Log:
debian/patches/01_fix-build-without-libnotify.patch: added, fixes FTBFS
(see Xfce #6349).

Modified: goodies/trunk/xfce4-sensors-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-sensors-plugin/debian/changelog	2010-04-08 18:26:52 UTC (rev 3929)
+++ goodies/trunk/xfce4-sensors-plugin/debian/changelog	2010-04-08 20:02:08 UTC (rev 3930)
@@ -14,6 +14,8 @@
     upstream.
   * debian/control: added myself to uploaders.
   * debian/rules: fix typo in configure options.
+  * debian/patches/01_fix-build-without-libnotify.patch: added, fixes FTBFS
+    (see Xfce #6349).
 
  -- Lionel Le Folgoc <mrpouit at gmail.com>  Tue, 30 Mar 2010 19:40:40 +0200
 

Added: goodies/trunk/xfce4-sensors-plugin/debian/patches/01_fix-build-without-libnotify.patch
===================================================================
--- goodies/trunk/xfce4-sensors-plugin/debian/patches/01_fix-build-without-libnotify.patch	                        (rev 0)
+++ goodies/trunk/xfce4-sensors-plugin/debian/patches/01_fix-build-without-libnotify.patch	2010-04-08 20:02:08 UTC (rev 3930)
@@ -0,0 +1,16 @@
+diff --git a/lib/hddtemp.c b/lib/hddtemp.c
+index d7ac69e..5089f34 100644
+--- a/lib/hddtemp.c
++++ b/lib/hddtemp.c
+@@ -71,8 +71,10 @@
+ #endif
+ 
+ /* forward declaration for GCC 4.3 -Wall */
+-
++#ifdef HAVE_LIBNOTIFY
+ void notification_suppress_messages (NotifyNotification *n, gchar *action, gpointer *data);
++#endif
++
+ void quick_message_notify (gchar *message);
+ void quick_message (gchar *message);
+ void read_disks_netcat (t_chip *chip);




More information about the Pkg-xfce-commits mailing list