head 1.3; access; symbols pkgsrc-2017Q4:1.1.0.14 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.12 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.8 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.6 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.4 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.2 pkgsrc-2016Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2018.01.30.09.10.59; author markd; state dead; branches; next 1.2; commitid mSZGFDVspX5wzSoA; 1.2 date 2018.01.17.20.16.58; author markd; state Exp; branches; next 1.1; commitid zPpDqXgCeogVFgnA; 1.1 date 2016.08.21.22.20.43; author markd; state Exp; branches; next ; commitid XRA7AMreUVGBSdjz; desc @@ 1.3 log @kdelibs4support: SUBST rather than patches @ text @$NetBSD: patch-src_CMakeLists.txt,v 1.2 2018/01/17 20:16:58 markd Exp $ Install via examples dir --- src/CMakeLists.txt.orig 2017-12-02 20:03:43.000000000 +0000 +++ src/CMakeLists.txt @@@@ -523,14 +523,14 @@@@ set_property(DIRECTORY APPEND PROPERTY A install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kssl/ksslconfig.h DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KDELibs4Support COMPONENT Devel) -install( FILES kdebug.areas kdebugrc DESTINATION ${KDE_INSTALL_CONFDIR} ) +install( FILES kdebug.areas kdebugrc DESTINATION ${KDE_INSTALL_DATAROOTDIR}/examples/kdelibs4support ) configure_file(kdecore/all_languages.desktop ${CMAKE_CURRENT_BINARY_DIR}/all_languages @@ONLY) install( FILES ${CMAKE_CURRENT_BINARY_DIR}/all_languages DESTINATION ${KDE_INSTALL_LOCALEDIR} RENAME kf5_all_languages ) install( FILES kdeui/40.colors kdeui/Oxygen.colors kdeui/Web.colors kdeui/Royal.colors kdeui/Rainbow.colors - DESTINATION ${KDE_INSTALL_CONFDIR}/colors) + DESTINATION ${KDE_INSTALL_DATAROOTDIR}/examples/kdelibs4support/colors) if (NOT X11_FOUND) # install our copy of the rgb.txt named colors list on systems without X11 @ 1.2 log @kf5: update to 5.41.0 16 months worth of updates. requires qt5>=5.7 @ text @d1 1 a1 1 $NetBSD: patch-src_CMakeLists.txt,v 1.1 2016/08/21 22:20:43 markd Exp $ @ 1.1 log @Add kdelibs4support 5.25.0 This framework provides code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++ classes whose functionality has been replaced by code in CMake, Qt and other frameworks. Code should aim to port away from this framework eventually. The API documentation of the classes in this framework and the notes at should help with this. Note that some of the classes in this framework, especially KStandardDirs, may not work correctly unless any libraries and other software using the KDELibs 4 Support framework are installed to the same location as KDELibs4Support, although it may be sufficient to set the KDEDIRS environment variable correctly. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- src/CMakeLists.txt.orig 2016-04-03 20:49:26.000000000 +0000 d7 3 a9 3 @@@@ -523,14 +523,14 @@@@ install(FILES configure_file(kssl/ksslconfig.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/kssl/ksslconfig.h ) set_property(DIRECTORY APPEND PROPERTY ADDITIONAL_MAKE_CLEAN_FILES ${CMAKE_CURRENT_BINARY_DIR}/kssl/ksslconfig.h ) @