Index: head/deskutils/plasma-applet-daisy/Makefile =================================================================== --- head/deskutils/plasma-applet-daisy/Makefile (revision 437185) +++ head/deskutils/plasma-applet-daisy/Makefile (revision 437186) @@ -1,20 +1,22 @@ # $FreeBSD$ PORTNAME= daisy PORTVERSION= 0.0.4.26 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils kde MASTER_SITES= http://cdlszm.org/downloads/ PKGNAMEPREFIX= plasma-applet- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= jhale@FreeBSD.org COMMENT= Simple launcher plasma applet for KDE4 -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake gettext kde:4 USE_KDE= automoc4 kdelibs workspace -USE_QT4= qmake_build moc_build rcc_build uic_build +USE_QT4= corelib dbus gui network svg xml \ + qmake_build moc_build rcc_build uic_build .include Index: head/deskutils/plasma-applet-daisy/files/patch-applet_CMakeLists.txt =================================================================== --- head/deskutils/plasma-applet-daisy/files/patch-applet_CMakeLists.txt (nonexistent) +++ head/deskutils/plasma-applet-daisy/files/patch-applet_CMakeLists.txt (revision 437186) @@ -0,0 +1,21 @@ +Specifically find taskmanager library with CMake + +--- applet/CMakeLists.txt.orig 2017-03-29 07:44:51 UTC ++++ applet/CMakeLists.txt +@@ -4,6 +4,7 @@ project(daisy) + + # Find the required Libaries + find_package(KDE4 REQUIRED) ++find_package(KDE4Workspace REQUIRED) + include(KDE4Defaults) + + add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) +@@ -26,7 +27,7 @@ kde4_add_plugin(plasma_applet_daisy ${da + + target_link_libraries(plasma_applet_daisy + ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KUTILS_LIBS} +- ${KDE4_KIO_LIBS} taskmanager ) ++ ${KDE4_KIO_LIBS} ${KDE4WORKSPACE_TASKMANAGER_LIBRARY} ) + + install(TARGETS plasma_applet_daisy + DESTINATION ${PLUGIN_INSTALL_DIR}) Property changes on: head/deskutils/plasma-applet-daisy/files/patch-applet_CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property