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


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

The following commit has been merged in the master branch:
commit d1307f1549ee23899155e00dbffbcc8200c549ad
Author: Daniele E. Domenichelli <ddomenichelli at kde.org>
Date:   Mon Mar 4 14:45:42 2013 +0100

    Get X-KTp-PluginInfo-Version from CMake
---
 CMakeLists.txt                                                          | 2 +-
 filters/emoticons/ktptextui_message_filter_emoticons.desktop.cmake      | 2 +-
 filters/formatting/ktptextui_message_filter_formatting.desktop.cmake    | 2 +-
 filters/highlight/ktptextui_message_filter_highlight.desktop.cmake      | 2 +-
 filters/images/ktptextui_message_filter_images.desktop.cmake            | 2 +-
 .../ktptextui_message_filter_searchexpansion.desktop.cmake              | 2 +-
 filters/texttospeech/ktptextui_message_filter_tts.desktop.cmake         | 2 +-
 filters/youtube/ktptextui_message_filter_youtube.desktop.cmake          | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3cef67d..3d69219 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
 project(ktp-text-ui)
 
 set(KTP_TEXT_UI_VERSION "0.5.3")
-set(KTP_TEXT_UI_PLUGIN_FRAMEWORK_VERSION "1")
+set(KTP_MESSAGE_FILTER_FRAMEWORK_VERSION "2")
 set(IS_KTP_INTERNAL_MODULE TRUE)
 
 # Include our extra FindFoo.cmake files.
diff --git a/filters/emoticons/ktptextui_message_filter_emoticons.desktop.cmake b/filters/emoticons/ktptextui_message_filter_emoticons.desktop.cmake
index 4c9c2c7..2adbe61 100644
--- a/filters/emoticons/ktptextui_message_filter_emoticons.desktop.cmake
+++ b/filters/emoticons/ktptextui_message_filter_emoticons.desktop.cmake
@@ -89,4 +89,4 @@ 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=true
-X-KTp-PluginInfo-Version=2
+X-KDE-PluginInfo-Version=@KTP_MESSAGE_FILTER_FRAMEWORK_VERSION@
diff --git a/filters/formatting/ktptextui_message_filter_formatting.desktop.cmake b/filters/formatting/ktptextui_message_filter_formatting.desktop.cmake
index ffab52e..f210b46 100644
--- a/filters/formatting/ktptextui_message_filter_formatting.desktop.cmake
+++ b/filters/formatting/ktptextui_message_filter_formatting.desktop.cmake
@@ -58,4 +58,4 @@ 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-KTp-PluginInfo-Version=2
+X-KDE-PluginInfo-Version=@KTP_MESSAGE_FILTER_FRAMEWORK_VERSION@
diff --git a/filters/highlight/ktptextui_message_filter_highlight.desktop.cmake b/filters/highlight/ktptextui_message_filter_highlight.desktop.cmake
index 9341814..d60558a 100644
--- a/filters/highlight/ktptextui_message_filter_highlight.desktop.cmake
+++ b/filters/highlight/ktptextui_message_filter_highlight.desktop.cmake
@@ -11,7 +11,7 @@ X-KDE-PluginInfo-Version=@KTP_TEXT_UI_VERSION@
 X-KDE-PluginInfo-Website=http://community.kde.org/KTp
 X-KDE-PluginInfo-License=LGPL
 X-KDE-PluginInfo-EnabledByDefault=false
-X-KTp-PluginInfo-Version=2
+X-KDE-PluginInfo-Version=@KTP_MESSAGE_FILTER_FRAMEWORK_VERSION@
 
 Name=Highlight
 Name[da]=Fremhævning
diff --git a/filters/images/ktptextui_message_filter_images.desktop.cmake b/filters/images/ktptextui_message_filter_images.desktop.cmake
index bb1cf0d..8e400ff 100644
--- a/filters/images/ktptextui_message_filter_images.desktop.cmake
+++ b/filters/images/ktptextui_message_filter_images.desktop.cmake
@@ -86,4 +86,4 @@ 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=true
-X-KTp-PluginInfo-Version=2
+X-KDE-PluginInfo-Version=@KTP_MESSAGE_FILTER_FRAMEWORK_VERSION@
diff --git a/filters/searchexpansion/ktptextui_message_filter_searchexpansion.desktop.cmake b/filters/searchexpansion/ktptextui_message_filter_searchexpansion.desktop.cmake
index edcd352..2300984 100644
--- a/filters/searchexpansion/ktptextui_message_filter_searchexpansion.desktop.cmake
+++ b/filters/searchexpansion/ktptextui_message_filter_searchexpansion.desktop.cmake
@@ -53,4 +53,4 @@ 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-KTp-PluginInfo-Version=2
+X-KDE-PluginInfo-Version=@KTP_MESSAGE_FILTER_FRAMEWORK_VERSION@
diff --git a/filters/texttospeech/ktptextui_message_filter_tts.desktop.cmake b/filters/texttospeech/ktptextui_message_filter_tts.desktop.cmake
index ee9de8d..b0f974c 100644
--- a/filters/texttospeech/ktptextui_message_filter_tts.desktop.cmake
+++ b/filters/texttospeech/ktptextui_message_filter_tts.desktop.cmake
@@ -75,4 +75,4 @@ X-KDE-PluginInfo-Version=@KTP_TEXT_UI_VERSION@
 X-KDE-PluginInfo-Website=http://community.kde.org/KTp
 X-KDE-PluginInfo-License=LGPL
 X-KDE-PluginInfo-EnabledByDefault=false
-X-KTp-PluginInfo-Version=2
+X-KDE-PluginInfo-Version=@KTP_MESSAGE_FILTER_FRAMEWORK_VERSION@
diff --git a/filters/youtube/ktptextui_message_filter_youtube.desktop.cmake b/filters/youtube/ktptextui_message_filter_youtube.desktop.cmake
index 4919b50..fc6c01f 100644
--- a/filters/youtube/ktptextui_message_filter_youtube.desktop.cmake
+++ b/filters/youtube/ktptextui_message_filter_youtube.desktop.cmake
@@ -42,4 +42,4 @@ 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=true
-X-KTp-PluginInfo-Version=2
+X-KDE-PluginInfo-Version=@KTP_MESSAGE_FILTER_FRAMEWORK_VERSION@

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list