summaryrefslogtreecommitdiff
path: root/libre/liferea-libre/libnotify-0.7.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-05 00:31:11 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-05 00:31:11 -0300
commit8a08ad9b9cadc797617d6fc0806d4b8773a7a9e4 (patch)
tree0a44ece1c1cb2ec972a3adc2a10826270ab7e1f3 /libre/liferea-libre/libnotify-0.7.patch
parentb98d8ae9967676ae500d6af141b80b7684b95646 (diff)
downloadabslibre-8a08ad9b9cadc797617d6fc0806d4b8773a7a9e4.tar.gz
abslibre-8a08ad9b9cadc797617d6fc0806d4b8773a7a9e4.tar.bz2
abslibre-8a08ad9b9cadc797617d6fc0806d4b8773a7a9e4.zip
liferea: remove libre suffix and add complex pkgrel
Diffstat (limited to 'libre/liferea-libre/libnotify-0.7.patch')
-rw-r--r--libre/liferea-libre/libnotify-0.7.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/libre/liferea-libre/libnotify-0.7.patch b/libre/liferea-libre/libnotify-0.7.patch
deleted file mode 100644
index 6dbbffb87..000000000
--- a/libre/liferea-libre/libnotify-0.7.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -u -Nr liferea-1.6.5/src/notification/libnotify.c liferea-1.6.5-libnotify/src/notification/libnotify.c
---- liferea-1.6.5/src/notification/libnotify.c 2009-06-20 20:33:19.000000000 +0200
-+++ liferea-1.6.5-libnotify/src/notification/libnotify.c 2011-03-06 23:53:45.783336455 +0100
-@@ -150,7 +150,7 @@
- // notify_notification_update ( n, node_get_title(node_p), labelText_now_p, NULL);
- // notify_notification_clear_actions(n);
-
-- n = notify_notification_new (node_get_title(node_p), labelText_now_p, NULL, NULL);
-+ n = notify_notification_new (node_get_title(node_p), labelText_now_p, NULL);
-
- notify_notification_set_icon_from_pixbuf (n,node_get_icon(node_p));
-
-@@ -244,7 +244,7 @@
-
- labelSummary_p = g_strdup_printf (ngettext ("%s has %d new / updated headline\n", "%s has %d new / updated headlines\n", item_count),
- node_get_title (node), item_count);
-- n = notify_notification_new ( _("Feed Update"), labelSummary_p, NULL, NULL);
-+ n = notify_notification_new ( _("Feed Update"), labelSummary_p, NULL);
- g_free(labelSummary_p);
-
- notify_notification_set_icon_from_pixbuf (n, node_get_icon (node));