head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.4 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.2 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.3.0.10 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.8 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.6 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.4 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.2 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.2.0.4 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.2 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.1.1.1.0.6 pkgsrc-2010Q1-base:1.1.1.1 pkgsrc-2009Q4:1.1.1.1.0.4 pkgsrc-2009Q4-base:1.1.1.1 pkgsrc-2009Q3:1.1.1.1.0.2 pkgsrc-2009Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2012.03.19.19.44.02; author markd; state dead; branches; next 1.3; 1.3 date 2010.10.25.20.55.28; author markd; state Exp; branches; next 1.2; 1.2 date 2010.04.10.02.45.04; author markd; state Exp; branches; next 1.1; 1.1 date 2009.10.02.19.37.22; author markd; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.10.02.19.37.22; author markd; state Exp; branches; next ; desc @@ 1.4 log @Update to KDE SC 4.8.0 add kactivities rename kdebase4 -> kde-baseapps4 rename kdebase-runtime4 -> kde-runtime4 rename kdebase-workspace4 -> kde-workspace4 rename kdebindings4-python -> py-kde4 @ text @$NetBSD: patch-ca,v 1.3 2010/10/25 20:55:28 markd Exp $ --- libs/ksysguard/processcore/CMakeLists.txt.orig 2010-06-16 12:02:57.000000000 +0000 +++ libs/ksysguard/processcore/CMakeLists.txt @@@@ -18,7 +18,7 @@@@ target_link_libraries(processcore ${KDE4 target_link_libraries(processcore LINK_INTERFACE_LIBRARIES ${KDE4_KDECORE_LIBS} ) if( ${CMAKE_SYSTEM_NAME} MATCHES "NetBSD" ) message(STATUS "Adding kvm library on NetBSD") - target_link_libraries(processcore kvm) + target_link_libraries(processcore kvm ${RT_LIB_SCHED}) endif( ${CMAKE_SYSTEM_NAME} MATCHES "NetBSD" ) set_target_properties(processcore PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} ) @@@@ -39,6 +39,10 @@@@ set(ksysguardprocesslist_helper_srcs kde4_add_executable(ksysguardprocesslist_helper ${ksysguardprocesslist_helper_srcs}) target_link_libraries(ksysguardprocesslist_helper ${KDE4_KDECORE_LIBS}) +if( ${CMAKE_SYSTEM_NAME} MATCHES "NetBSD" ) + message(STATUS "Adding kvm library on NetBSD") + target_link_libraries(ksysguardprocesslist_helper kvm) +endif( ${CMAKE_SYSTEM_NAME} MATCHES "NetBSD" ) install(TARGETS ksysguardprocesslist_helper DESTINATION ${LIBEXEC_INSTALL_DIR}) kde4_install_auth_helper_files(ksysguardprocesslist_helper org.kde.ksysguard.processlisthelper root) @ 1.3 log @Update to KDE SC 4.5.2 4.5.2 translation updates, performance and stability improvements and other bugfixes. 4.5.0 new versions of the Plasma Workspaces, the KDE Applications and the KDE Development Platform in version 4.5.0. While focus within this release cycle lay on stability, the overall polish and performance gain is well noticable. Features such as the reworked notification area, Marble's map routing and support for WebKit in Konqueror round up this release. @ text @d1 1 a1 1 $NetBSD: patch-ca,v 1.2 2010/04/10 02:45:04 markd Exp $ @ 1.2 log @Update KDE to 4.4.2 For 4.4.0 major new technologies have been introduced, including social networking and online collaboration features, a new netbook-oriented interface and infrastructural innovations such as the KAuth authentication framework. According to KDE's bug-tracking system, 7293 bugs have been fixed and 1433 new feature requests were implemented. KDE SC 4.4.1 has a number of improvements: A performance problem in KMail when sending emails has been fixed Various fixes in Plasma widgets and other addons, such as the analog clock and the picture frame A number of fixes in Konsole, KDE's powerful terminal application KDE SC 4.4.2 has a number of improvements: Possible crashes in Plasma, Dolphin and Okular have been fixed The Microblog applet now shows the correct time in the timeline The audioplayer KRunner plugin has been fixed to not freeze the KRunner UI anymore @ text @d1 1 a1 1 $NetBSD: patch-ca,v 1.1.1.1 2009/10/02 19:37:22 markd Exp $ d3 1 a3 1 --- libs/ksysguard/processcore/CMakeLists.txt.orig 2009-09-16 11:39:05.000000000 +0000 d5 2 a6 2 @@@@ -16,7 +16,7 @@@@ kde4_add_library(processcore SHARED ${ks target_link_libraries(processcore ${KDE4_KDECORE_LIBS} ) d14 1 a14 1 @@@@ -37,6 +37,10 @@@@ set(ksysguardprocesslist_helper_srcs @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- libs/ksysguard/processcore/CMakeLists.txt.orig 2008-02-20 19:15:55.000000000 +0100 d14 11 @ 1.1.1.1 log @Import KDE4.3.1 from wip OKed during freeze by wiz and agc @ text @@