[boinc-client] add forgotten patches for libnotify and Makefile

Miloš Jakubíček mjakubicek at fedoraproject.org
Sat Aug 20 16:58:21 UTC 2011


commit 069f4f05ec298c40a37989dad2a2c3fe620fe424
Author: Milos Jakubicek <xjakub at fi.muni.cz>
Date:   Sat Aug 20 18:57:41 2011 +0200

    add forgotten patches for libnotify and Makefile

 boinc-libnotify.patch        |   16 ++++++++++++++++
 boinc-manager-Makefile.patch |   17 +++++++++++++++++
 2 files changed, 33 insertions(+), 0 deletions(-)
---
diff --git a/boinc-libnotify.patch b/boinc-libnotify.patch
new file mode 100644
index 0000000..5f3dca0
--- /dev/null
+++ b/boinc-libnotify.patch
@@ -0,0 +1,16 @@
+--- boinc_core_release_6_12/clientgui/gtk/taskbarex.cpp.orig	2011-08-19 19:11:45.000000000 +0200
++++ boinc_core_release_6_12/clientgui/gtk/taskbarex.cpp	2011-08-19 19:12:22.000000000 +0200
+@@ -227,11 +227,10 @@
+     if (!g_pNotification)
+     {
+         g_pNotification = 
+-            notify_notification_new_with_status_icon(
++            notify_notification_new(
+                 title.mb_str(),
+                 message.mb_str(),
+-                desired_icon,
+-                g_pStatusIcon
++                desired_icon
+         );
+ 
+         g_signal_connect(
diff --git a/boinc-manager-Makefile.patch b/boinc-manager-Makefile.patch
new file mode 100644
index 0000000..5f41844
--- /dev/null
+++ b/boinc-manager-Makefile.patch
@@ -0,0 +1,17 @@
+--- Makefile.am.orig	2011-08-19 15:42:25.000000000 +0200
++++ Makefile.am	2011-08-19 16:01:37.000000000 +0200
+@@ -21,10 +21,10 @@
+ endif
+ 
+ if ENABLE_MANAGER
+-	CLIENTGUI_SUBDIRS = clientgui clientgui/res locale
+-	if BUILD_X11_SCREENSAVER
+-		CLIENTGUI_SUBDIRS += clientscr
+-	endif 
++   CLIENTGUI_SUBDIRS = clientgui clientgui/res locale
++if BUILD_X11_SCREENSAVER
++   CLIENTGUI_SUBDIRS += clientscr
++endif
+ endif
+ 
+ # ORDER MATTERS below.  One must build dependencies FIRST, then things


More information about the scm-commits mailing list