[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:21:55 UTC 2016


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

The following commit has been merged in the master branch:
commit df491bc7f2c337623f921c561bffba27c3a5e801
Author: Lasath Fernando <kde at lasath.org>
Date:   Tue May 1 11:34:27 2012 +1000

    Update CMakeLists.txt and fix desktop files
    
    .desktop files now have naming consistency.
    
    Filters now get actually get built, along with the tests. Service
    file for loader now gets installed as well.
---
 CMakeLists.txt                                               | 3 ++-
 filters/emoticons/ktptextui_message_filter_emoticons.desktop | 2 +-
 lib/CMakeLists.txt                                           | 6 ++++++
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a606992..4333f46 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,4 +44,5 @@ add_subdirectory(logviewer)
 add_subdirectory(plasmoid)
 
 
-add_subdirectory(filters)
\ No newline at end of file
+add_subdirectory(filters)
+add_subdirectory(tests)
\ No newline at end of file
diff --git a/filters/emoticons/ktptextui_message_filter_emoticons.desktop b/filters/emoticons/ktptextui_message_filter_emoticons.desktop
index e5aebeb..a3bc566 100644
--- a/filters/emoticons/ktptextui_message_filter_emoticons.desktop
+++ b/filters/emoticons/ktptextui_message_filter_emoticons.desktop
@@ -4,7 +4,7 @@ Comment=//TODO:.
 Type=Service
 ServiceTypes=KTpTextUi/MessageFilter
 
-X-KDE-Library=ktptextui_filter_emoticons
+X-KDE-Library=ktptextui_message_filter_emoticons
 X-KDE-PluginInfo-Author=Lasath Fernando
 X-KDE-PluginInfo-Email=kde at lasath.org
 X-KDE-PluginInfo-Name=emoticons
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 736a498..f172936 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -83,3 +83,9 @@ install(FILES
         DESTINATION ${INCLUDE_INSTALL_DIR}/KTp COMPONENT Devel
 )
 
+install(FILES
+        ktptxtui_message_filter.desktop
+        DESTINATION
+        ${SERVICETYPES_INSTALL_DIR}
+)
+

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list