[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:26:52 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=22392a4

The following commit has been merged in the master branch:
commit 22392a4917f743fedab8b276f1e09be88b707ee8
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Mon Sep 2 14:47:37 2013 +0200

    Rename cmakemacros.txt -> macros.cmake
---
 kded/CMakeLists.txt                       | 2 +-
 kded/plugins/battery/CMakeLists.txt       | 2 +-
 kded/plugins/notifications/CMakeLists.txt | 2 +-
 cmakemacros.txt => macros.cmake           | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kded/CMakeLists.txt b/kded/CMakeLists.txt
index 8e63834..c2926c5 100644
--- a/kded/CMakeLists.txt
+++ b/kded/CMakeLists.txt
@@ -36,7 +36,7 @@ target_link_libraries(kded_kdeconnect
     ${QCA2_LIBRARIES}
 )
 
-include(../cmakemacros.txt)
+include(../macros.cmake)
 
 generate_and_install_dbus_interface(
     kded_kdeconnect
diff --git a/kded/plugins/battery/CMakeLists.txt b/kded/plugins/battery/CMakeLists.txt
index ce52b3e..405bdce 100644
--- a/kded/plugins/battery/CMakeLists.txt
+++ b/kded/plugins/battery/CMakeLists.txt
@@ -32,7 +32,7 @@ target_link_libraries(kdeconnect_battery
 install(TARGETS kdeconnect_battery DESTINATION ${PLUGIN_INSTALL_DIR} )
 install(FILES kdeconnect_battery.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
 
-include(../../../cmakemacros.txt)
+include(../../../macros.cmake)
 
 generate_and_install_dbus_interface(
     kdeconnect_battery
diff --git a/kded/plugins/notifications/CMakeLists.txt b/kded/plugins/notifications/CMakeLists.txt
index 38fd4ad..c7f4afa 100644
--- a/kded/plugins/notifications/CMakeLists.txt
+++ b/kded/plugins/notifications/CMakeLists.txt
@@ -33,7 +33,7 @@ target_link_libraries(kdeconnect_notifications
 install(TARGETS kdeconnect_notifications DESTINATION ${PLUGIN_INSTALL_DIR} )
 install(FILES kdeconnect_notifications.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
 
-include(../../../cmakemacros.txt)
+include(../../../macros.cmake)
 generate_and_install_dbus_interface(
     kdeconnect_notifications
     notificationsdbusinterface.h
diff --git a/cmakemacros.txt b/macros.cmake
similarity index 100%
rename from cmakemacros.txt
rename to macros.cmake

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list