[SCM] ktp-contact-applet packaging branch, master, updated. debian/15.12.1-1-966-gde83ac5
Maximiliano Curia
maxy at moszumanska.debian.org
Sat May 28 00:11:41 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=8ff29ba
The following commit has been merged in the master branch:
commit 8ff29ba3393056e13ba701e4a1eb43d6f15f9479
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date: Sun Sep 18 01:32:58 2011 +0100
Decrease KDE required version and remove unneeded dependencies
---
CMakeLists.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7b16dee..b56f468 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,10 +7,10 @@ set(CMAKE_MODULE_PATH
${CMAKE_MODULE_PATH}
)
-set(KDE_MIN_VERSION "4.7.0")
+set(KDE_MIN_VERSION "4.6.0")
find_package(KDE4 ${KDE_MIN_VERSION} REQUIRED)
-find_package(KDE4Workspace REQUIRED)
+#find_package(KDE4Workspace REQUIRED)
find_package(TelepathyQt4 0.7.1 REQUIRED)
include(KDE4Defaults)
@@ -54,4 +54,4 @@ target_link_libraries(plasma_applet_telepathy_contact
install(DIRECTORY src/declarative/ DESTINATION ${DATA_INSTALL_DIR}/plasma/plasmoids/org.kde.telepathy-contact)
install(TARGETS plasma_applet_telepathy_contact DESTINATION ${PLUGIN_INSTALL_DIR})
-install(FILES telepathy-contact-applet.desktop DESTINATION ${SERVICES_INSTALL_DIR})
\ No newline at end of file
+install(FILES telepathy-contact-applet.desktop DESTINATION ${SERVICES_INSTALL_DIR})
--
ktp-contact-applet packaging
More information about the pkg-kde-commits
mailing list