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

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:27:37 UTC 2016


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

The following commit has been merged in the master branch:
commit 384b6d8be06975ba54a96abdff574994026c8e49
Author: Alexandr Akulich <akulichalexander at gmail.com>
Date:   Sat Apr 12 22:24:12 2014 +0200

    Added headers installation.
    
    Conflicts:
    	libkdeconnect/CMakeLists.txt
---
 libkdeconnect/CMakeLists.txt                | 19 ++++++++++++++++++-
 libkdeconnect/KDEConnect/DevicesModel       |  1 +
 libkdeconnect/KDEConnect/NotificationsModel |  1 +
 3 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/libkdeconnect/CMakeLists.txt b/libkdeconnect/CMakeLists.txt
index 4064ca9..175bc80 100644
--- a/libkdeconnect/CMakeLists.txt
+++ b/libkdeconnect/CMakeLists.txt
@@ -18,6 +18,24 @@ set(libkdeconnect_SRC
     kdebugnamespace.cpp
 )
 
+set(libkdeconnect_public_HEADERS
+    KDEConnect/DevicesModel
+    KDEConnect/NotificationsModel
+)
+
+set(libkdeconnect_HEADERS
+    devicesmodel.h
+    notificationsmodel.h
+    dbusinterfaces.h
+    kdeconnect_export.h
+    ${CMAKE_BINARY_DIR}/libkdeconnect/daemoninterface.h
+    ${CMAKE_BINARY_DIR}/libkdeconnect/deviceinterface.h
+    ${CMAKE_BINARY_DIR}/libkdeconnect/devicebatteryinterface.h
+    ${CMAKE_BINARY_DIR}/libkdeconnect/devicesftpinterface.h
+    ${CMAKE_BINARY_DIR}/libkdeconnect/devicenotificationsinterface.h
+    ${CMAKE_BINARY_DIR}/libkdeconnect/notificationinterface.h
+)
+
 set_source_files_properties(
     ${CMAKE_BINARY_DIR}/kded/org.kde.kdeconnect.daemon.xml
     ${CMAKE_BINARY_DIR}/kded/org.kde.kdeconnect.device.xml
@@ -70,4 +88,3 @@ install(FILES ${libkdeconnect_public_HEADERS} DESTINATION ${INCLUDE_INSTALL_DIR}
 install(FILES ${CMAKE_BINARY_DIR}/libkdeconnect/KDEConnectConfig.cmake
               ${CMAKE_BINARY_DIR}/libkdeconnect/KDEConnectConfigVersion.cmake
         DESTINATION ${LIB_INSTALL_DIR}/cmake/KDEConnect)
-
diff --git a/libkdeconnect/KDEConnect/DevicesModel b/libkdeconnect/KDEConnect/DevicesModel
new file mode 100644
index 0000000..20c5d90
--- /dev/null
+++ b/libkdeconnect/KDEConnect/DevicesModel
@@ -0,0 +1 @@
+#include <kdeconnect/devicesmodel.h>
diff --git a/libkdeconnect/KDEConnect/NotificationsModel b/libkdeconnect/KDEConnect/NotificationsModel
new file mode 100644
index 0000000..1ed2c34
--- /dev/null
+++ b/libkdeconnect/KDEConnect/NotificationsModel
@@ -0,0 +1 @@
+#include <kdeconnect/notificationsmodel.h> 

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list