head 1.3; access; symbols pkgsrc-2026Q2:1.1.0.6 pkgsrc-2026Q2-base:1.1 pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2026.06.25.08.12.32; author adam; state Exp; branches; next 1.2; commitid tsQjWNv7K2crD9LG; 1.2 date 2026.06.22.09.42.44; author adam; state dead; branches; next 1.1; commitid FfuyEkBVQAXaeMKG; 1.1 date 2025.11.24.07.48.51; author wiz; state Exp; branches; next ; commitid DsHXixqmN4RLlMjG; desc @@ 1.3 log @QXlsx: install missing include @ text @$NetBSD$ Install xlsxreadsax.h https://github.com/QtExcel/QXlsx/pull/465 --- QXlsx/CMakeLists.txt.orig 2026-06-25 08:02:46.742304674 +0000 +++ QXlsx/CMakeLists.txt @@@@ -114,7 +114,6 @@@@ set(SRC_FILES header/xlsxdrawing_p.h header/xlsxrichstring_p.h header/xlsxutility_p.h - header/xlsxreadsax.h ) set(QXLSX_PUBLIC_HEADERS @@@@ -134,6 +133,7 @@@@ set(QXLSX_PUBLIC_HEADERS header/xlsxdocument.h header/xlsxformat.h header/xlsxglobal.h + header/xlsxreadsax.h header/xlsxrichstring.h header/xlsxworkbook.h header/xlsxworksheet.h @ 1.2 log @QXlsx: updated to 1.5.1.1 1.5.1.1 Fix CMake shared library path and update GitHub Actions for Node.js 1.5.1 Revert std::lround usage Fix Qt6.10 build due nodiscard in QTemporaryFile::open() Search for GuiPrivate package with Qt 6.10 Add Chinese documentation WorksheetPrivate: Remove unused q variable Fix implicit size_t -> int conversions Make qHash compatible with Qt6 signature Fix: date1904 handling and 13 related style/workbook issues Add an ExcelViewer example. If there is no ht, then the property of customHeight is false LargeData example Add ExcelTableEditor example add function to append new col/row QXlsx::Document::read_sheet_sax() for fix qdatetime for qt5/6 modifying markdown correcting wrong link fix code for c++11 testing J2doll/sax reader in c++11 Formula dump update example md J2doll/formula dump update example md J2doll/formula dump : clear warning on MSVC Added showFormulas logic to Worksheet read method [ExcelViewer] The function of setting the EXO cells Update MSVC compiler options and CMake configuration for 1.5.1 @ text @d1 1 a1 1 $NetBSD: patch-QXlsx_CMakeLists.txt,v 1.1 2025/11/24 07:48:51 wiz Exp $ d3 2 a4 1 Look for library which is already used later. d6 1 a6 1 --- QXlsx/CMakeLists.txt.orig 2025-11-24 07:47:32.881547734 +0000 d8 6 a13 7 @@@@ -16,7 +16,7 @@@@ include(GNUInstallDirs) if(NOT DEFINED QT_VERSION_MAJOR) find_package(QT NAMES Qt6 Qt5 COMPONENTS Core Gui REQUIRED) endif() -find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core Gui REQUIRED) +find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core Gui GuiPrivate REQUIRED) set(EXPORT_NAME QXlsxQt${QT_VERSION_MAJOR}) d15 9 a23 1 if (QT_VERSION_MAJOR EQUAL 6) @ 1.1 log @QXlsx: fix build with qt6 6.10 @ text @d1 1 a1 1 $NetBSD$ @