head 1.2; access; symbols pkgsrc-2021Q4:1.1.0.8 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.6 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.4 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.2 pkgsrc-2021Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2022.01.02.19.10.03; author tnn; state dead; branches; next 1.1; commitid KRTJ5eftEJgiP5nD; 1.1 date 2021.02.21.18.56.36; author bouyer; state Exp; branches; next ; commitid 1G2u87jHacJ2SBIC; desc @@ 1.2 log @kicad: update to 6.0.0 XXXTNN package phase is broken on macOS due to app bundling changes. Extensive CMake surgery required. Will fix this in a follow-up commit. New in 6.0: - Modern, consistent look and feel KiCad 6.0 features a refreshed user interface designed to reduce the barriers of entry for new users - Upgraded schematic editing KiCad's schematic editor has received its biggest overhaul ever for version 6.0 - Improved PCB design experience KiCad's PCB editor has had a complete look and feel upgrade The following features are deprecated as of version 6.0: XSLT BOM generation scripts The SWIG Python API @ text @$NetBSD: patch-CMakeModules_WritePlatformMetadata_linux.cmake,v 1.1 2021/02/21 18:56:36 bouyer Exp $ Don't use ${CMAKE_MODULE_PATH} directly as it will be changed and containt multiple directories --- CMakeModules/WritePlatformMetadata_linux.cmake.orig 2021-02-20 11:19:52.763869474 +0100 +++ CMakeModules/WritePlatformMetadata_linux.cmake 2021-02-20 11:20:17.630383892 +0100 @@@@ -29,8 +29,8 @@@@ # Create the KiCad version strings set( SRC_PATH ${PROJECT_SOURCE_DIR} ) -include( ${CMAKE_MODULE_PATH}/KiCadVersion.cmake ) -include( ${CMAKE_MODULE_PATH}/KiCadFullVersion.cmake ) +include( ${CMAKE_CURRENT_LIST_DIR}/KiCadVersion.cmake ) +include( ${CMAKE_CURRENT_LIST_DIR}/KiCadFullVersion.cmake ) # Create the date of the configure string( TIMESTAMP KICAD_CONFIG_TIMESTAMP "%Y-%m-%d" ) @ 1.1 log @cad/kicad*: update to 5.1.9. Changes sinces 5.1.4: mostly bugfixes, new components in symbols and footprints. @ text @d1 1 a1 1 $NetBSD: patch-CMakeLists.txt,v 1.4 2019/06/14 15:59:32 bouyer Exp $ @