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

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:29:22 UTC 2016


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

The following commit has been merged in the master branch:
commit c3b4b7190a7aa74889331b22528a9ea2aab41c3b
Author: Elvis Angelaccio <elvis.angelaccio at kdemail.net>
Date:   Wed Nov 25 17:38:58 2015 +0100

    Fix typo in fileitemaction plugin's name
    
    REVIEW: 126169
---
 fileitemactionplugin/CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/fileitemactionplugin/CMakeLists.txt b/fileitemactionplugin/CMakeLists.txt
index 08e72dc..a5fafd5 100644
--- a/fileitemactionplugin/CMakeLists.txt
+++ b/fileitemactionplugin/CMakeLists.txt
@@ -3,11 +3,11 @@ find_package(KF5 REQUIRED COMPONENTS KIO)
 add_definitions(-DTRANSLATION_DOMAIN="kdeconnect-fileitemaction")
 include_directories(${CMAKE_SOURCE_DIR})
 
-add_library(kdeconnectfiletiemaction MODULE sendfileitemaction.cpp)
-target_link_libraries(kdeconnectfiletiemaction
+add_library(kdeconnectfileitemaction MODULE sendfileitemaction.cpp)
+target_link_libraries(kdeconnectfileitemaction
     KF5::KIOWidgets
     KF5::I18n
     kdeconnectinterfaces
 )
-install(TARGETS kdeconnectfiletiemaction DESTINATION ${PLUGIN_INSTALL_DIR})
+install(TARGETS kdeconnectfileitemaction DESTINATION ${PLUGIN_INSTALL_DIR})
 install(FILES kdeconnectsendfile.desktop DESTINATION ${SERVICES_INSTALL_DIR})

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list