From f57c5f9d1f42489ddf55a1e41711979822a0f7ec Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Sun, 14 Apr 2013 12:28:03 +0200 Subject: [PATCH] Add old-style com.trolltech annotations back into dbus xml files Looks like the move from com.trolltech to org.qtproject happened only recently, and with older Qt point releases Quassel will fail to build that way. By specifying both annotations, we hopefully silence the warnings in current Qt while keeping Quassel buildable against older Qt. --- interfaces/org.freedesktop.Notifications.xml | 1 + interfaces/org.kde.StatusNotifierItem.xml | 4 ++++ interfaces/org.kde.StatusNotifierWatcher.xml | 1 + 3 files changed, 6 insertions(+) diff --git a/interfaces/org.freedesktop.Notifications.xml b/interfaces/org.freedesktop.Notifications.xml index f3685159..97f3a9c6 100644 --- a/interfaces/org.freedesktop.Notifications.xml +++ b/interfaces/org.freedesktop.Notifications.xml @@ -27,6 +27,7 @@ + diff --git a/interfaces/org.kde.StatusNotifierItem.xml b/interfaces/org.kde.StatusNotifierItem.xml index fba9b6f4..d798bbf8 100644 --- a/interfaces/org.kde.StatusNotifierItem.xml +++ b/interfaces/org.kde.StatusNotifierItem.xml @@ -16,12 +16,14 @@ + + @@ -31,6 +33,7 @@ + @@ -42,6 +45,7 @@ + diff --git a/interfaces/org.kde.StatusNotifierWatcher.xml b/interfaces/org.kde.StatusNotifierWatcher.xml index 2eb1a7a0..7d754213 100644 --- a/interfaces/org.kde.StatusNotifierWatcher.xml +++ b/interfaces/org.kde.StatusNotifierWatcher.xml @@ -16,6 +16,7 @@ + -- 2.20.1