Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (26e3f79f5215ce91c18aa5b9bbb2912e0ad205f3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (26e3f79f5215ce91c18aa5b9bbb2912e0ad205f3)
  • Date: Tue, 18 Oct 2011 21:35:00 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

xfce/notification-daemon-xfce/HISTORY | 3 +++
xfce/notification-daemon-xfce/PRE_BUILD | 7 +++++++
xfce/notification-daemon-xfce/libnotify-0.7.4.patch | 12 ++++++++++++
3 files changed, 22 insertions(+)

New commits:
commit 26e3f79f5215ce91c18aa5b9bbb2912e0ad205f3
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

xfce/notification-daemon-xfce: fixed building with libnotify 0.7.4

diff --git a/xfce/notification-daemon-xfce/HISTORY
b/xfce/notification-daemon-xfce/HISTORY
index 7d83fcf..d29aedb 100644
--- a/xfce/notification-daemon-xfce/HISTORY
+++ b/xfce/notification-daemon-xfce/HISTORY
@@ -1,3 +1,6 @@
+2011-10-18 Pol Vinogradov <vin.public AT gmail.com>
+ * PRE_BUILD, libnotify-0.7.4.patch: added to build with libnotify
0.7.4
+
2011-01-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: renewed source url

diff --git a/xfce/notification-daemon-xfce/PRE_BUILD
b/xfce/notification-daemon-xfce/PRE_BUILD
new file mode 100755
index 0000000..090dce0
--- /dev/null
+++ b/xfce/notification-daemon-xfce/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+
+if is_depends_enabled ${SPELL} libnotify
+then
+ patch -p0 < ${SCRIPT_DIRECTORY}/libnotify-0.7.4.patch
+fi
diff --git a/xfce/notification-daemon-xfce/libnotify-0.7.4.patch
b/xfce/notification-daemon-xfce/libnotify-0.7.4.patch
new file mode 100644
index 0000000..fd95b91
--- /dev/null
+++ b/xfce/notification-daemon-xfce/libnotify-0.7.4.patch
@@ -0,0 +1,12 @@
+--- src/settings/main.c.orig 2011-10-18 21:56:07.110332497 -0400
++++ src/settings/main.c 2011-10-18 21:51:30.426027524 -0400
+@@ -187,8 +187,7 @@
+ /* create new preview notification */
+ preview = notify_notification_new (_("Preview notification"),
+ _("Lorem Ipsum is simply dummy text of the printing and typesetting
industry."),
+- "notification-settings",
+- NULL);
++ "notification-settings");
+
+ notify_notification_set_urgency (preview, NOTIFY_URGENCY_NORMAL);
+ notify_notification_set_category(preview, "preview");



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (26e3f79f5215ce91c18aa5b9bbb2912e0ad205f3), Pol Vinogradov, 10/18/2011

Archive powered by MHonArc 2.6.24.

Top of Page