[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:22:37 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=fa0fba4

The following commit has been merged in the master branch:
commit fa0fba45febe17063be66baa9973619e5feda605
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Wed Sep 12 12:20:56 2012 +0100

    Remove hardcoded path in filter CMakeLists
---
 filters/texttospeech/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/filters/texttospeech/CMakeLists.txt b/filters/texttospeech/CMakeLists.txt
index df9665a..b59332c 100644
--- a/filters/texttospeech/CMakeLists.txt
+++ b/filters/texttospeech/CMakeLists.txt
@@ -5,7 +5,7 @@ set (ktptextui_message_filter_tts_SRCS
 kde4_add_ui_files (ktptextui_message_filter_tts_SRCS
 )
 
-qt4_add_dbus_interfaces(ktptextui_message_filter_tts_SRCS /usr/share/dbus-1/interfaces/org.kde.KSpeech.xml)
+qt4_add_dbus_interfaces(ktptextui_message_filter_tts_SRCS ${KDE4_DBUS_INTERFACES_DIR}/org.kde.KSpeech.xml)
 
 kde4_add_plugin (ktptextui_message_filter_tts
                  ${ktptextui_message_filter_tts_SRCS}

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list