head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.8 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.6 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.4 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.2 pkgsrc-2025Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2025.05.06.13.00.25; author wiz; state Exp; branches; next ; commitid 1RkJUoxtjPyfzQTF; desc @@ 1.1 log @archivers/quazip1: import quazip1-1.5 QuaZIP is the C++ wrapper for Gilles Vollant's ZIP/UNZIP package (AKA Minizip) using Trolltech's Qt library. If you need to write files to a ZIP archive or read files from one using QIODevice API, QuaZIP is exactly the kind of tool you need. This package contains the major version 1 of the library. @ text @$NetBSD$ Add linker path to pkg-config file. https://github.com/stachenov/quazip/issues/224 --- quazip/quazip.pc.cmakein.orig 2025-05-06 12:52:25.272707066 +0000 +++ quazip/quazip.pc.cmakein @@@@ -6,6 +6,6 @@@@ includedir=${prefix}/include Name: QuaZip-Qt@@QUAZIP_QT_MAJOR_VERSION@@ Description: Minizip wrapper library for Qt @@QUAZIP_QT_MAJOR_VERSION@@.x Version: @@QUAZIP_LIB_VERSION@@ -Libs: -l@@QUAZIP_LIB_FILE_NAME@@ +Libs: -L${libdir} -l@@QUAZIP_LIB_FILE_NAME@@ Cflags: -I${includedir}/@@QUAZIP_DIR_NAME@@ -I${includedir}/@@QUAZIP_INCLUDE_PATH@@ Requires: @@QUAZIP_PKGCONFIG_REQUIRES@@ @