[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:20:45 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=350a44f

The following commit has been merged in the master branch:
commit 350a44f4663d4a71570163b2c2d52325a27bfd89
Author: Alin M Elena <alinm.elena at gmail.com>
Date:   Mon Jan 30 15:25:49 2012 +0000

    fix linking issue for ktp-log-viewer and install it in /usr/bin
---
 logviewer/CMakeLists.txt | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/logviewer/CMakeLists.txt b/logviewer/CMakeLists.txt
index 28aa862..e8237a1 100644
--- a/logviewer/CMakeLists.txt
+++ b/logviewer/CMakeLists.txt
@@ -27,11 +27,10 @@ target_link_libraries(ktp-log-viewer
             ${KDE4_KIO_LIBS}
             ${TELEPATHY_QT4_LIBRARIES}
             ${KDE4_KEMOTICONS_LIBS}
-	    ${KDE4_KCMUTILS_LIBS}
+      	    ${KDE4_KCMUTILS_LIBS}
             ${TELEPATHY_LOGGER_QT4_LIBRARIES}
+            ${QT_QTWEBKIT_LIBRARY}
             ktpchat)
 
-
-# change to binary install dir
-# install(TARGETS ktp-log-viewer DESTINATION ${LIBEXEC_INSTALL_DIR})
+install(TARGETS ktp-log-viewer DESTINATION ${BIN_INSTALL_DIR})
 endif()

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list