head 1.3; access; symbols pkgsrc-2024Q4:1.2.0.42 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.40 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.38 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.36 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.34 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.32 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.30 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.28 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.26 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.24 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.22 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.20 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.18 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.16 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.14 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.12 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.10 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.8 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.6 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.2 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.4 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.1.0.28 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.26 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.24 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.22 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.20 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.18 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.16 pkgsrc-2018Q1-base:1.1 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 2025.01.20.23.29.25; author gdt; state dead; branches; next 1.2; commitid D8jz8jJJcoZKrhGF; 1.2 date 2019.10.26.12.23.01; author kamil; state Exp; branches; next 1.1; commitid G4KenvvgsgRafnIB; 1.1 date 2016.09.05.21.13.21; author plunky; state Exp; branches; next ; commitid WEb5tYyM41WI19lz; desc @@ 1.3 log @cad/librecad: Update to 2.2.0 This is a tiny update, from rc2 to the final release. - drop upstream patch now in upstream - drop fix for /usr to @@PREFIX@@ because upstream changed how they find paths, it clearly doesn't apply, and it looks like upstream's approach is ok @ text @$NetBSD: patch-librecad_src_lib_engine_rs__system.cpp,v 1.2 2019/10/26 12:23:01 kamil Exp $ Fix pkgsrc PREFIX. --- librecad/src/lib/engine/rs_system.cpp.orig 2018-02-15 20:54:45.000000000 +0000 +++ librecad/src/lib/engine/rs_system.cpp @@@@ -573,11 +573,8 @@@@ QStringList RS_System::getDirectoryList( } } - // Ubuntu - dirList.append("/usr/share/doc/" + appDirName + "/" + subDirectory); - - // Redhat style: - dirList.append("/usr/share/" + appDirName + "/" + subDirectory); + dirList.append("@@PREFIX@@/share/" + appDirName + "/" + subDirectory); + dirList.append("@@PREFIX@@/lib/" + appDirName + "/" + subDirectory); // Others, RVT April 25, 2011 removed, doesn anybody use that still? // dirList.append("/usr/X11R6/share/" + appDirName + "/" + subDirectory); @ 1.2 log @librecad: Upgrade to 2.2.0 rc1 Exact changelog is unknown, but there is Qt4 -> Qt5 switch. Upstream changelog ================== 2.2.0 Release Candidate There were more than 250 commits since 2.2.0-alpha, thus it was overdue to get rid of the alpha in the tag now. With some more improvements in the last couple weeks, we switch directly to Release Candidate as the response from community is, that the master branch is stable. There are only some minor changes in the line before the final 2.2.0 release. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Update to LibreCAD 2.1.1 There has been a lot of development since the previous version in pkgsrc. DWG read/write support and SVG export are major features, along with moving to Qt4 and onwards. The QCAD toolbar is no longer supported, and the program is faster in operation than the previous pkgsrc version. Apart from the github commit log which is overly detailed, the previous release information with some change logs is at https://github.com/LibreCAD/LibreCAD/releases @ text @d3 1 a3 1 Help LibreCAD find the installed files d5 1 a5 1 --- librecad/src/lib/engine/rs_system.cpp.orig 2016-09-04 20:35:17.219964268 +0000 d7 1 a7 1 @@@@ -600,11 +600,8 @@@@ QStringList RS_System::getDirectoryList( d16 2 a17 2 + dirList.append("@@PREFIX@@/share/" + appDirName + "/" + subDirectory); + dirList.append("@@PREFIX@@/lib/" + appDirName + "/" + subDirectory); @