summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-12-02 09:36:29 +0100
committerMichael Palimaka <kensington@gentoo.org>2017-12-07 00:25:00 +1100
commit35ec714f0f8c4907ec8abb505c4220259f62fd2e (patch)
treefedbc94863a0a5a990524fc6d47d3632cf941271 /media-sound/lxmusic/files/lxmusic-0.4.4-libnotify-0.7.patch
parentapp-accessibility/brltty: remove unused patch (diff)
downloadgentoo-35ec714f0f8c4907ec8abb505c4220259f62fd2e.tar.gz
gentoo-35ec714f0f8c4907ec8abb505c4220259f62fd2e.tar.bz2
gentoo-35ec714f0f8c4907ec8abb505c4220259f62fd2e.zip
media-sound/lxmusic: remove broken ebuild
Closes: https://github.com/gentoo/gentoo/pull/6395
Diffstat (limited to 'media-sound/lxmusic/files/lxmusic-0.4.4-libnotify-0.7.patch')
-rw-r--r--media-sound/lxmusic/files/lxmusic-0.4.4-libnotify-0.7.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/media-sound/lxmusic/files/lxmusic-0.4.4-libnotify-0.7.patch b/media-sound/lxmusic/files/lxmusic-0.4.4-libnotify-0.7.patch
deleted file mode 100644
index 62868c909856..000000000000
--- a/media-sound/lxmusic/files/lxmusic-0.4.4-libnotify-0.7.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- src/lxmusic-notify.c
-+++ src/lxmusic-notify.c
-@@ -56,12 +56,26 @@
- g_return_if_fail (message != NULL);
-
- lxmusic_clear_notify (n);
--
-- notify = notify_notification_new (summary, message,
-- "lxmusic", NULL);
-+#ifdef NOTIFY_CHECK_VERSION
-+#if NOTIFY_CHECK_VERSION (0, 7, 0)
-+ notify = notify_notification_new (summary, message, "lxmusic");
-+#else
-+ notify = notify_notification_new (summary, message, "lxmusic", NULL);
-+#endif
-+#else
-+ notify = notify_notification_new (summary, message, "lxmusic", NULL);
-+#endif
- n->notification = notify;
-
-+#ifdef NOTIFY_CHECK_VERSION
-+#if NOTIFY_CHECK_VERSION (0, 7, 0)
-+/* lazy */
-+#else
-+/* lazy */
-+#endif
-+#else
- notify_notification_attach_to_status_icon (notify, n->status_icon);
-+#endif
- notify_notification_set_urgency (notify, NOTIFY_URGENCY_NORMAL);
- notify_notification_set_timeout (notify, NOTIFY_EXPIRES_DEFAULT);
-