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


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

The following commit has been merged in the master branch:
commit d705da7c86e71633f454592be63d6df700aabada
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Mon Oct 3 14:39:42 2011 +0100

    Fix build after merging plugins
---
 plugins/butterfly/CMakeLists.txt | 2 +-
 plugins/gabble/CMakeLists.txt    | 2 +-
 plugins/haze/CMakeLists.txt      | 2 +-
 plugins/idle/CMakeLists.txt      | 2 +-
 plugins/rakia/CMakeLists.txt     | 2 +-
 plugins/salut/CMakeLists.txt     | 2 +-
 plugins/sunshine/CMakeLists.txt  | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/plugins/butterfly/CMakeLists.txt b/plugins/butterfly/CMakeLists.txt
index 19dbf85..26859c9 100644
--- a/plugins/butterfly/CMakeLists.txt
+++ b/plugins/butterfly/CMakeLists.txt
@@ -19,7 +19,7 @@ kde4_add_plugin (kcmtelepathyaccounts_plugin_butterfly
 )
 
 target_link_libraries (kcmtelepathyaccounts_plugin_butterfly
-                       ${KCMTELEPATHYACCOUNTS_LIBRARIES}
+                       kcmtelepathyaccounts
                        ${QT_LIBRARIES}
                        ${KDE4_KDEUI_LIBS}
                        ${TELEPATHY_QT4_LIBRARIES}
diff --git a/plugins/gabble/CMakeLists.txt b/plugins/gabble/CMakeLists.txt
index cc8031e..81ba67d 100644
--- a/plugins/gabble/CMakeLists.txt
+++ b/plugins/gabble/CMakeLists.txt
@@ -27,7 +27,7 @@ kde4_add_plugin (kcmtelepathyaccounts_plugin_gabble
 )
 
 target_link_libraries (kcmtelepathyaccounts_plugin_gabble
-                       ${KCMTELEPATHYACCOUNTS_LIBRARIES}
+                       kcmtelepathyaccounts
                        ${QT_LIBRARIES}
                        ${KDE4_KDEUI_LIBS}
                        ${TELEPATHY_QT4_LIBRARIES}
diff --git a/plugins/haze/CMakeLists.txt b/plugins/haze/CMakeLists.txt
index e77e4ec..7460936 100644
--- a/plugins/haze/CMakeLists.txt
+++ b/plugins/haze/CMakeLists.txt
@@ -41,7 +41,7 @@ kde4_add_plugin (kcmtelepathyaccounts_plugin_haze
 )
 
 target_link_libraries (kcmtelepathyaccounts_plugin_haze
-                       ${KCMTELEPATHYACCOUNTS_LIBRARIES}
+                       kcmtelepathyaccounts
                        ${QT_LIBRARIES}
                        ${KDE4_KDEUI_LIBS}
                        ${TELEPATHY_QT4_LIBRARIES}
diff --git a/plugins/idle/CMakeLists.txt b/plugins/idle/CMakeLists.txt
index 0dae885..3b91531 100644
--- a/plugins/idle/CMakeLists.txt
+++ b/plugins/idle/CMakeLists.txt
@@ -21,7 +21,7 @@ kde4_add_plugin (kcmtelepathyaccounts_plugin_idle
 )
 
 target_link_libraries (kcmtelepathyaccounts_plugin_idle
-                       ${KCMTELEPATHYACCOUNTS_LIBRARIES}
+                       kcmtelepathyaccounts
                        ${QT_LIBRARIES}
                        ${KDE4_KDEUI_LIBS}
                        ${TELEPATHY_QT4_LIBRARIES}
diff --git a/plugins/rakia/CMakeLists.txt b/plugins/rakia/CMakeLists.txt
index 1075b20..bfa8da7 100644
--- a/plugins/rakia/CMakeLists.txt
+++ b/plugins/rakia/CMakeLists.txt
@@ -21,7 +21,7 @@ kde4_add_plugin (kcmtelepathyaccounts_plugin_rakia
 )
 
 target_link_libraries (kcmtelepathyaccounts_plugin_rakia
-                       ${KCMTELEPATHYACCOUNTS_LIBRARIES}
+                       kcmtelepathyaccounts
                        ${QT_LIBRARIES}
                        ${KDE4_KDEUI_LIBS}
                        ${TELEPATHY_QT4_LIBRARIES}
diff --git a/plugins/salut/CMakeLists.txt b/plugins/salut/CMakeLists.txt
index 75521e8..80da74f 100644
--- a/plugins/salut/CMakeLists.txt
+++ b/plugins/salut/CMakeLists.txt
@@ -21,7 +21,7 @@ kde4_add_plugin (kcmtelepathyaccounts_plugin_salut
 )
 
 target_link_libraries (kcmtelepathyaccounts_plugin_salut
-                       ${KCMTELEPATHYACCOUNTS_LIBRARIES}
+                       kcmtelepathyaccounts
                        ${QT_LIBRARIES}
                        ${KDE4_KDEUI_LIBS}
                        ${TELEPATHY_QT4_LIBRARIES}
diff --git a/plugins/sunshine/CMakeLists.txt b/plugins/sunshine/CMakeLists.txt
index 65513c3..0a08d7a 100644
--- a/plugins/sunshine/CMakeLists.txt
+++ b/plugins/sunshine/CMakeLists.txt
@@ -21,7 +21,7 @@ kde4_add_plugin (kcmtelepathyaccounts_plugin_sunshine
 )
 
 target_link_libraries (kcmtelepathyaccounts_plugin_sunshine
-                       ${KCMTELEPATHYACCOUNTS_LIBRARIES}
+                       kcmtelepathyaccounts
                        ${QT_LIBRARIES}
                        ${KDE4_KDEUI_LIBS}
                        ${TELEPATHY_QT4_LIBRARIES}

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list