[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:03:23 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=c9fe7b7

The following commit has been merged in the master branch:
commit c9fe7b73c6161e489fb9ecf179c4051637bf30ec
Author: Daniele E. Domenichelli <ddomenichelli at kde.org>
Date:   Wed Mar 6 01:45:02 2013 +0100

    Use KTP_ACCOUNTS_KCM_VERSION to configure .desktop files
---
 plugins/butterfly/CMakeLists.txt                                   | 7 +++++--
 ...erfly.desktop => ktpaccountskcm_plugin_butterfly.desktop.cmake} | 2 +-
 plugins/gabble/CMakeLists.txt                                      | 7 +++++--
 ...n_gabble.desktop => ktpaccountskcm_plugin_gabble.desktop.cmake} | 2 +-
 plugins/haze/CMakeLists.txt                                        | 6 +++++-
 ...lugin_haze.desktop => ktpaccountskcm_plugin_haze.desktop.cmake} | 2 +-
 plugins/idle/CMakeLists.txt                                        | 6 +++++-
 ...lugin_idle.desktop => ktpaccountskcm_plugin_idle.desktop.cmake} | 2 +-
 plugins/rakia/CMakeLists.txt                                       | 6 ++++--
 ...gin_rakia.desktop => ktpaccountskcm_plugin_rakia.desktop.cmake} | 2 +-
 plugins/salut/CMakeLists.txt                                       | 7 +++++--
 ...gin_salut.desktop => ktpaccountskcm_plugin_salut.desktop.cmake} | 2 +-
 plugins/sunshine/CMakeLists.txt                                    | 7 +++++--
 ...nshine.desktop => ktpaccountskcm_plugin_sunshine.desktop.cmake} | 2 +-
 14 files changed, 41 insertions(+), 19 deletions(-)

diff --git a/plugins/butterfly/CMakeLists.txt b/plugins/butterfly/CMakeLists.txt
index 7824e0c..1d5d289 100644
--- a/plugins/butterfly/CMakeLists.txt
+++ b/plugins/butterfly/CMakeLists.txt
@@ -30,7 +30,10 @@ install (TARGETS ktpaccountskcm_plugin_butterfly
          DESTINATION ${PLUGIN_INSTALL_DIR}
 )
 
-install (FILES ktpaccountskcm_plugin_butterfly.desktop
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/ktpaccountskcm_plugin_butterfly.desktop.cmake
+               ${CMAKE_CURRENT_BINARY_DIR}/ktpaccountskcm_plugin_butterfly.desktop
+               @ONLY)
+
+install (FILES ${CMAKE_CURRENT_BINARY_DIR}/ktpaccountskcm_plugin_butterfly.desktop
          DESTINATION ${SERVICES_INSTALL_DIR}
 )
-
diff --git a/plugins/butterfly/ktpaccountskcm_plugin_butterfly.desktop b/plugins/butterfly/ktpaccountskcm_plugin_butterfly.desktop.cmake
similarity index 99%
rename from plugins/butterfly/ktpaccountskcm_plugin_butterfly.desktop
rename to plugins/butterfly/ktpaccountskcm_plugin_butterfly.desktop.cmake
index bb79e42..6314ee7 100644
--- a/plugins/butterfly/ktpaccountskcm_plugin_butterfly.desktop
+++ b/plugins/butterfly/ktpaccountskcm_plugin_butterfly.desktop.cmake
@@ -46,7 +46,7 @@ X-KDE-Library=ktpaccountskcm_plugin_butterfly
 X-KDE-PluginInfo-Author=David Edmundson
 X-KDE-PluginInfo-Email=kde at davidedmundson.co.uk
 X-KDE-PluginInfo-Name=butterfly
-X-KDE-PluginInfo-Version=0.5.3
+X-KDE-PluginInfo-Version=@KTP_ACCOUNTS_KCM_VERSION@
 X-KDE-PluginInfo-Website=http://techbase.kde.org/Projects/Telepathy
 X-KDE-PluginInfo-License=GPL
 X-KDE-PluginInfo-EnabledByDefault=true
diff --git a/plugins/gabble/CMakeLists.txt b/plugins/gabble/CMakeLists.txt
index 93b85ea..6d16bf6 100644
--- a/plugins/gabble/CMakeLists.txt
+++ b/plugins/gabble/CMakeLists.txt
@@ -43,7 +43,10 @@ install (TARGETS ktpaccountskcm_plugin_gabble
          DESTINATION ${PLUGIN_INSTALL_DIR}
 )
 
-install (FILES ktpaccountskcm_plugin_gabble.desktop
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/ktpaccountskcm_plugin_gabble.desktop.cmake
+               ${CMAKE_CURRENT_BINARY_DIR}/ktpaccountskcm_plugin_gabble.desktop
+               @ONLY)
+
+install (FILES ${CMAKE_CURRENT_BINARY_DIR}/ktpaccountskcm_plugin_gabble.desktop
          DESTINATION ${SERVICES_INSTALL_DIR}
 )
-
diff --git a/plugins/gabble/ktpaccountskcm_plugin_gabble.desktop b/plugins/gabble/ktpaccountskcm_plugin_gabble.desktop.cmake
similarity index 99%
rename from plugins/gabble/ktpaccountskcm_plugin_gabble.desktop
rename to plugins/gabble/ktpaccountskcm_plugin_gabble.desktop.cmake
index 01754e8..f16d1d6 100644
--- a/plugins/gabble/ktpaccountskcm_plugin_gabble.desktop
+++ b/plugins/gabble/ktpaccountskcm_plugin_gabble.desktop.cmake
@@ -86,7 +86,7 @@ X-KDE-Library=ktpaccountskcm_plugin_gabble
 X-KDE-PluginInfo-Author=George Goldberg
 X-KDE-PluginInfo-Email=george.goldberg at collabora.co.uk
 X-KDE-PluginInfo-Name=gabble
-X-KDE-PluginInfo-Version=0.5.3
+X-KDE-PluginInfo-Version=@KTP_ACCOUNTS_KCM_VERSION@
 X-KDE-PluginInfo-Website=http://techbase.kde.org/Projects/Telepathy
 X-KDE-PluginInfo-License=GPL
 X-KDE-PluginInfo-EnabledByDefault=true
diff --git a/plugins/haze/CMakeLists.txt b/plugins/haze/CMakeLists.txt
index c3f48cd..0d78647 100644
--- a/plugins/haze/CMakeLists.txt
+++ b/plugins/haze/CMakeLists.txt
@@ -55,6 +55,10 @@ install (TARGETS ktpaccountskcm_plugin_haze
          DESTINATION ${PLUGIN_INSTALL_DIR}
 )
 
-install (FILES ktpaccountskcm_plugin_haze.desktop
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/ktpaccountskcm_plugin_haze.desktop.cmake
+               ${CMAKE_CURRENT_BINARY_DIR}/ktpaccountskcm_plugin_haze.desktop
+               @ONLY)
+
+install (FILES ${CMAKE_CURRENT_BINARY_DIR}/ktpaccountskcm_plugin_haze.desktop
          DESTINATION ${SERVICES_INSTALL_DIR}
 )
diff --git a/plugins/haze/ktpaccountskcm_plugin_haze.desktop b/plugins/haze/ktpaccountskcm_plugin_haze.desktop.cmake
similarity index 99%
rename from plugins/haze/ktpaccountskcm_plugin_haze.desktop
rename to plugins/haze/ktpaccountskcm_plugin_haze.desktop.cmake
index b0c765d..cbb3d38 100644
--- a/plugins/haze/ktpaccountskcm_plugin_haze.desktop
+++ b/plugins/haze/ktpaccountskcm_plugin_haze.desktop.cmake
@@ -86,7 +86,7 @@ X-KDE-Library=ktpaccountskcm_plugin_haze
 X-KDE-PluginInfo-Author=Dominik Schmidt
 X-KDE-PluginInfo-Email=kde at dominik-schmidt.de
 X-KDE-PluginInfo-Name=haze
-X-KDE-PluginInfo-Version=0.5.3
+X-KDE-PluginInfo-Version=@KTP_ACCOUNTS_KCM_VERSION@
 X-KDE-PluginInfo-Website=http://techbase.kde.org/Projects/Telepathy
 X-KDE-PluginInfo-License=GPL
 X-KDE-PluginInfo-EnabledByDefault=true
diff --git a/plugins/idle/CMakeLists.txt b/plugins/idle/CMakeLists.txt
index d6b1c91..77b5db3 100644
--- a/plugins/idle/CMakeLists.txt
+++ b/plugins/idle/CMakeLists.txt
@@ -32,6 +32,10 @@ install (TARGETS ktpaccountskcm_plugin_idle
          DESTINATION ${PLUGIN_INSTALL_DIR}
 )
 
-install (FILES ktpaccountskcm_plugin_idle.desktop
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/ktpaccountskcm_plugin_idle.desktop.cmake
+               ${CMAKE_CURRENT_BINARY_DIR}/ktpaccountskcm_plugin_idle.desktop
+               @ONLY)
+
+install (FILES ${CMAKE_CURRENT_BINARY_DIR}/ktpaccountskcm_plugin_idle.desktop
          DESTINATION ${SERVICES_INSTALL_DIR}
 )
diff --git a/plugins/idle/ktpaccountskcm_plugin_idle.desktop b/plugins/idle/ktpaccountskcm_plugin_idle.desktop.cmake
similarity index 99%
rename from plugins/idle/ktpaccountskcm_plugin_idle.desktop
rename to plugins/idle/ktpaccountskcm_plugin_idle.desktop.cmake
index f386913..824a174 100644
--- a/plugins/idle/ktpaccountskcm_plugin_idle.desktop
+++ b/plugins/idle/ktpaccountskcm_plugin_idle.desktop.cmake
@@ -46,7 +46,7 @@ X-KDE-Library=ktpaccountskcm_plugin_idle
 X-KDE-PluginInfo-Author=Lasse Liehu
 X-KDE-PluginInfo-Email=lliehu at kolumbus.fi
 X-KDE-PluginInfo-Name=idle
-X-KDE-PluginInfo-Version=0.5.3
+X-KDE-PluginInfo-Version=@KTP_ACCOUNTS_KCM_VERSION@
 X-KDE-PluginInfo-Website=http://techbase.kde.org/Projects/Telepathy
 X-KDE-PluginInfo-License=GPL
 X-KDE-PluginInfo-EnabledByDefault=true
diff --git a/plugins/rakia/CMakeLists.txt b/plugins/rakia/CMakeLists.txt
index 421728c..b38fce8 100644
--- a/plugins/rakia/CMakeLists.txt
+++ b/plugins/rakia/CMakeLists.txt
@@ -31,8 +31,10 @@ target_link_libraries (ktpaccountskcm_plugin_rakia
 install (TARGETS ktpaccountskcm_plugin_rakia
          DESTINATION ${PLUGIN_INSTALL_DIR}
 )
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/ktpaccountskcm_plugin_rakia.desktop.cmake
+               ${CMAKE_CURRENT_BINARY_DIR}/ktpaccountskcm_plugin_rakia.desktop
+               @ONLY)
 
-install (FILES ktpaccountskcm_plugin_rakia.desktop
+install (FILES ${CMAKE_CURRENT_BINARY_DIR}/ktpaccountskcm_plugin_rakia.desktop
          DESTINATION ${SERVICES_INSTALL_DIR}
 )
-
diff --git a/plugins/rakia/ktpaccountskcm_plugin_rakia.desktop b/plugins/rakia/ktpaccountskcm_plugin_rakia.desktop.cmake
similarity index 99%
rename from plugins/rakia/ktpaccountskcm_plugin_rakia.desktop
rename to plugins/rakia/ktpaccountskcm_plugin_rakia.desktop.cmake
index 0ad335d..ce22206 100644
--- a/plugins/rakia/ktpaccountskcm_plugin_rakia.desktop
+++ b/plugins/rakia/ktpaccountskcm_plugin_rakia.desktop.cmake
@@ -86,7 +86,7 @@ X-KDE-Library=ktpaccountskcm_plugin_rakia
 X-KDE-PluginInfo-Author=Florian Reinhard
 X-KDE-PluginInfo-Email=florian.reinhard at googlemail.com
 X-KDE-PluginInfo-Name=rakia
-X-KDE-PluginInfo-Version=0.5.3
+X-KDE-PluginInfo-Version=@KTP_ACCOUNTS_KCM_VERSION@
 X-KDE-PluginInfo-Website=http://techbase.kde.org/Projects/Telepathy
 X-KDE-PluginInfo-License=LGPL
 X-KDE-PluginInfo-EnabledByDefault=true
diff --git a/plugins/salut/CMakeLists.txt b/plugins/salut/CMakeLists.txt
index 77bc29f..32a428e 100644
--- a/plugins/salut/CMakeLists.txt
+++ b/plugins/salut/CMakeLists.txt
@@ -32,7 +32,10 @@ install (TARGETS ktpaccountskcm_plugin_salut
          DESTINATION ${PLUGIN_INSTALL_DIR}
 )
 
-install (FILES ktpaccountskcm_plugin_salut.desktop
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/ktpaccountskcm_plugin_salut.desktop.cmake
+               ${CMAKE_CURRENT_BINARY_DIR}/ktpaccountskcm_plugin_salut.desktop
+               @ONLY)
+
+install (FILES ${CMAKE_CURRENT_BINARY_DIR}/ktpaccountskcm_plugin_salut.desktop
          DESTINATION ${SERVICES_INSTALL_DIR}
 )
-
diff --git a/plugins/salut/ktpaccountskcm_plugin_salut.desktop b/plugins/salut/ktpaccountskcm_plugin_salut.desktop.cmake
similarity index 99%
rename from plugins/salut/ktpaccountskcm_plugin_salut.desktop
rename to plugins/salut/ktpaccountskcm_plugin_salut.desktop.cmake
index 6752419..0194ab8 100644
--- a/plugins/salut/ktpaccountskcm_plugin_salut.desktop
+++ b/plugins/salut/ktpaccountskcm_plugin_salut.desktop.cmake
@@ -86,7 +86,7 @@ X-KDE-Library=ktpaccountskcm_plugin_salut
 X-KDE-PluginInfo-Author=Florian Reinhard
 X-KDE-PluginInfo-Email=florian.reinhard at googlemail.com
 X-KDE-PluginInfo-Name=salut
-X-KDE-PluginInfo-Version=0.5.3
+X-KDE-PluginInfo-Version=@KTP_ACCOUNTS_KCM_VERSION@
 X-KDE-PluginInfo-Website=http://techbase.kde.org/Projects/Telepathy
 X-KDE-PluginInfo-License=LGPL
 X-KDE-PluginInfo-EnabledByDefault=true
diff --git a/plugins/sunshine/CMakeLists.txt b/plugins/sunshine/CMakeLists.txt
index 4dec46d..c517743 100644
--- a/plugins/sunshine/CMakeLists.txt
+++ b/plugins/sunshine/CMakeLists.txt
@@ -32,7 +32,10 @@ install (TARGETS ktpaccountskcm_plugin_sunshine
          DESTINATION ${PLUGIN_INSTALL_DIR}
 )
 
-install (FILES ktpaccountskcm_plugin_sunshine.desktop
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/ktpaccountskcm_plugin_sunshine.desktop.cmake
+               ${CMAKE_CURRENT_BINARY_DIR}/ktpaccountskcm_plugin_sunshine.desktop
+               @ONLY)
+
+install (FILES ${CMAKE_CURRENT_BINARY_DIR}/ktpaccountskcm_plugin_sunshine.desktop
          DESTINATION ${SERVICES_INSTALL_DIR}
 )
-
diff --git a/plugins/sunshine/ktpaccountskcm_plugin_sunshine.desktop b/plugins/sunshine/ktpaccountskcm_plugin_sunshine.desktop.cmake
similarity index 99%
rename from plugins/sunshine/ktpaccountskcm_plugin_sunshine.desktop
rename to plugins/sunshine/ktpaccountskcm_plugin_sunshine.desktop.cmake
index 1a8924e..812befa 100644
--- a/plugins/sunshine/ktpaccountskcm_plugin_sunshine.desktop
+++ b/plugins/sunshine/ktpaccountskcm_plugin_sunshine.desktop.cmake
@@ -86,7 +86,7 @@ X-KDE-Library=ktpaccountskcm_plugin_sunshine
 X-KDE-PluginInfo-Author=Florian Reinhard
 X-KDE-PluginInfo-Email=florian.reinhard at googlemail.com
 X-KDE-PluginInfo-Name=sunshine
-X-KDE-PluginInfo-Version=0.5.3
+X-KDE-PluginInfo-Version=@KTP_ACCOUNTS_KCM_VERSION@
 X-KDE-PluginInfo-Website=http://techbase.kde.org/Projects/Telepathy
 X-KDE-PluginInfo-License=LGPL
 X-KDE-PluginInfo-EnabledByDefault=true

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list