[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:10:36 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=da87a91

The following commit has been merged in the master branch:
commit da87a910a76c9853973cc8d987210baec5dce4ff
Author: Laurent Montel <montel at kde.org>
Date:   Wed Nov 5 07:52:39 2008 +0000

    We can use KDE4_PLASMA_LIBS here too it was not release yet
    it will use kde >= 4.2
    => we can remove all check etc.
    
    svn path=/trunk/playground/base/plasma/applets/presence/; revision=880322
---
 presence/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/presence/CMakeLists.txt b/presence/CMakeLists.txt
index 02f79bb..7403bf1 100644
--- a/presence/CMakeLists.txt
+++ b/presence/CMakeLists.txt
@@ -9,7 +9,7 @@ set(presence_SRCS
     presenceitemdelegate.cpp)
 
 kde4_add_plugin(plasma_applet_presence ${presence_SRCS})
-target_link_libraries(plasma_applet_presence plasmaappletdialog ${PLASMA_LIBS} decibel ${KDE4_KDEUI_LIBS} QtTapioca)
+target_link_libraries(plasma_applet_presence plasmaappletdialog ${KDE4_PLASMA_LIBS} decibel ${KDE4_KDEUI_LIBS} QtTapioca)
 
 install(TARGETS plasma_applet_presence DESTINATION ${PLUGIN_INSTALL_DIR})
 install(FILES plasma-applet-presence.desktop DESTINATION ${SERVICES_INSTALL_DIR})

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list