[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:23:29 UTC 2016


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

The following commit has been merged in the master branch:
commit d1b3fefc17edef1d952b3f508fcef5e275a0536e
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Wed Mar 6 21:01:58 2013 +0000

    Update CMakeLists.txt and get version numbers from CMake
---
 filters/bugzilla/CMakeLists.txt                            |  6 +++++-
 filters/bugzilla/ktptextui_message_filter_bugzilla.desktop | 14 --------------
 .../ktptextui_message_filter_bugzilla.desktop.cmake}       | 10 +++++-----
 3 files changed, 10 insertions(+), 20 deletions(-)

diff --git a/filters/bugzilla/CMakeLists.txt b/filters/bugzilla/CMakeLists.txt
index 41787ec..b40f55f 100644
--- a/filters/bugzilla/CMakeLists.txt
+++ b/filters/bugzilla/CMakeLists.txt
@@ -21,7 +21,11 @@ install (TARGETS ktptextui_message_filter_bugzilla
          DESTINATION ${PLUGIN_INSTALL_DIR}
 )
 
-install (FILES ktptextui_message_filter_bugzilla.desktop
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/ktptextui_message_filter_bugzilla.desktop.cmake
+               ${CMAKE_CURRENT_BINARY_DIR}/ktptextui_message_filter_bugzilla.desktop
+               @ONLY)
+
+install (FILES ${CMAKE_CURRENT_BINARY_DIR}/ktptextui_message_filter_bugzilla.desktop
          DESTINATION ${SERVICES_INSTALL_DIR}
 )
 
diff --git a/filters/bugzilla/ktptextui_message_filter_bugzilla.desktop b/filters/bugzilla/ktptextui_message_filter_bugzilla.desktop
deleted file mode 100644
index cc8e95e..0000000
--- a/filters/bugzilla/ktptextui_message_filter_bugzilla.desktop
+++ /dev/null
@@ -1,14 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Type=Service
-ServiceTypes=KTpTextUi/MessageFilter
-
-X-KDE-Library=ktptextui_message_filter_bugzilla
-X-KDE-PluginInfo-Author=Lasath Fernando
-X-KDE-PluginInfo-Email=kde at lasath.org
-X-KDE-PluginInfo-Name=bugzilla
-X-KDE-PluginInfo-Version=0.4
-X-KDE-PluginInfo-Website=http://community.kde.org/Real-Time_Communication_and_Collaboration
-X-KDE-PluginInfo-License=GPL
-X-KDE-PluginInfo-EnabledByDefault=true
-X-KTp-PluginInfo-Version=2
diff --git a/filters/formatting/ktptextui_message_filter_formatting.desktop.cmake b/filters/bugzilla/ktptextui_message_filter_bugzilla.desktop.cmake
similarity index 59%
copy from filters/formatting/ktptextui_message_filter_formatting.desktop.cmake
copy to filters/bugzilla/ktptextui_message_filter_bugzilla.desktop.cmake
index 6ef22be..403ef20 100644
--- a/filters/formatting/ktptextui_message_filter_formatting.desktop.cmake
+++ b/filters/bugzilla/ktptextui_message_filter_bugzilla.desktop.cmake
@@ -1,15 +1,15 @@
 [Desktop Entry]
 Encoding=UTF-8
-Name=Text Formatting
-Comment=Use /, _, * and - to make text italic, underlined, bold or strikeout respectively
+Name=Bugzilla Information
+Comment=When receiving a link to a bug on bugzilla show additional information such as the title and status
 Type=Service
 ServiceTypes=KTpTextUi/MessageFilter
-X-KDE-Library=ktptextui_message_filter_formatting
+X-KDE-Library=ktptextui_message_filter_bugzilla
 X-KDE-PluginInfo-Author=KDE Telepathy Developers
 X-KDE-PluginInfo-Email=kde-telepathy at kde.org
-X-KDE-PluginInfo-Name=formatting
+X-KDE-PluginInfo-Name=bugzilla
 X-KDE-PluginInfo-Version=@KTP_TEXT_UI_VERSION@
 X-KDE-PluginInfo-Website=http://community.kde.org/KTp
 X-KDE-PluginInfo-License=GPL
-X-KDE-PluginInfo-EnabledByDefault=false
+X-KDE-PluginInfo-EnabledByDefault=true
 X-KTp-PluginInfo-Version=@KTP_MESSAGE_FILTER_FRAMEWORK_VERSION@

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list