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


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

The following commit has been merged in the master branch:
commit 18ccf5bb514bf29455a0ceaf5736b3b6d9a06112
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Wed Aug 6 13:01:06 2014 +0200

    Disable building the KCM itself for now
---
 src/CMakeLists.txt | 98 +++++++++++++++++++++++++++---------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index cf7998e..c75d13d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -6,52 +6,52 @@ configure_file(version.h.in ${CMAKE_CURRENT_BINARY_DIR}/version.h)
 
 add_subdirectory (KCMTelepathyAccounts)
 
-project (ktp-accounts-kcm)
-
-set (kcm_ktp_accounts_SRCS
-     avatar-button.cpp
-     salut-enabler.cpp
-     salut-message-widget.cpp
-     kcm-telepathy-accounts.cpp
-     add-account-assistant.cpp
-     edit-account-dialog.cpp
-     account-identity-dialog.cpp
-     salut-details-dialog.cpp
-     accounts-list-delegate.cpp
-     edit-display-name-button.cpp
-     change-icon-button.cpp
-)
-
-
-kde4_add_ui_files (kcm_ktp_accounts_SRCS
-                   main-widget.ui
-                   account-identity-dialog.ui
-)
-
-kde4_add_plugin (kcm_ktp_accounts
-                 ${kcm_ktp_accounts_SRCS}
-)
-
-target_link_libraries (kcm_ktp_accounts
-                       ktpaccountskcminternal
-                       ${QT_LIBRARIES}
-                       ${KDE4_KDEUI_LIBS}
-                       ${TELEPATHY_QT4_LIBRARIES}
-                       ${KTP_LIBRARIES}
-                       ${KTP_MODELS_LIBRARIES}
-                       ${KTP_LOGGER_LIBRARIES}
-                       ${KDE4_KIO_LIBS}
-)
-
-# Install:
-install (TARGETS kcm_ktp_accounts
-         DESTINATION ${PLUGIN_INSTALL_DIR}
-)
-
-install (FILES kcm_ktp_accounts.desktop
-         DESTINATION ${SERVICES_INSTALL_DIR}
-)
-
-install (FILES settings-im-and-voip.desktop
-         DESTINATION ${SERVICES_INSTALL_DIR}
-)
+# project (ktp-accounts-kcm)
+#
+# set (kcm_ktp_accounts_SRCS
+#      avatar-button.cpp
+#      salut-enabler.cpp
+#      salut-message-widget.cpp
+#      kcm-telepathy-accounts.cpp
+#      add-account-assistant.cpp
+#      edit-account-dialog.cpp
+#      account-identity-dialog.cpp
+#      salut-details-dialog.cpp
+#      accounts-list-delegate.cpp
+#      edit-display-name-button.cpp
+#      change-icon-button.cpp
+# )
+#
+#
+# kde4_add_ui_files (kcm_ktp_accounts_SRCS
+#                    main-widget.ui
+#                    account-identity-dialog.ui
+# )
+#
+# kde4_add_plugin (kcm_ktp_accounts
+#                  ${kcm_ktp_accounts_SRCS}
+# )
+#
+# target_link_libraries (kcm_ktp_accounts
+#                        ktpaccountskcminternal
+#                        ${QT_LIBRARIES}
+#                        ${KDE4_KDEUI_LIBS}
+#                        ${TELEPATHY_QT4_LIBRARIES}
+#                        ${KTP_LIBRARIES}
+#                        ${KTP_MODELS_LIBRARIES}
+#                        ${KTP_LOGGER_LIBRARIES}
+#                        ${KDE4_KIO_LIBS}
+# )
+#
+# # Install:
+# install (TARGETS kcm_ktp_accounts
+#          DESTINATION ${PLUGIN_INSTALL_DIR}
+# )
+#
+# install (FILES kcm_ktp_accounts.desktop
+#          DESTINATION ${SERVICES_INSTALL_DIR}
+# )
+#
+# install (FILES settings-im-and-voip.desktop
+#          DESTINATION ${SERVICES_INSTALL_DIR}
+# )

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list