[libxlsxwriter] Restore pc file fix (#41317)

This commit is contained in:
Kai Pastor 2024-10-03 20:01:34 +02:00 committed by GitHub
parent e64b1efb83
commit 0b63bdd30d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 18 additions and 1 deletions

View File

@ -13,3 +13,14 @@ index 0e855c77..36ea4195 100644
endif() endif()
# LIBRARY # LIBRARY
diff --git a/dev/release/pkg-config.txt b/dev/release/pkg-config.txt
index a87d080..fa58047 100644
--- a/dev/release/pkg-config.txt
+++ b/dev/release/pkg-config.txt
@@ -7,4 +7,5 @@ Name: libxlsxwriter
Description: A C library for creating Excel XLSX files
Version: @VERSION@
Cflags: -I${includedir}
-Libs: -L${libdir} -lxlsxwriter -lz
+Libs: -L${libdir} -lxlsxwriter
+Requires.private: minizip zlib

View File

@ -1,6 +1,7 @@
{ {
"name": "libxlsxwriter", "name": "libxlsxwriter",
"version": "1.1.8", "version": "1.1.8",
"port-version": 1,
"description": "Libxlsxwriter is a C library that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.", "description": "Libxlsxwriter is a C library that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.",
"homepage": "https://github.com/jmcnamara/libxlsxwriter", "homepage": "https://github.com/jmcnamara/libxlsxwriter",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",

View File

@ -5374,7 +5374,7 @@
}, },
"libxlsxwriter": { "libxlsxwriter": {
"baseline": "1.1.8", "baseline": "1.1.8",
"port-version": 0 "port-version": 1
}, },
"libxml2": { "libxml2": {
"baseline": "2.11.9", "baseline": "2.11.9",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "42b31d240d66d5886a4d28123cda5ea9c6f30511",
"version": "1.1.8",
"port-version": 1
},
{ {
"git-tree": "6dbc8a18660a49f799a857cfb2390cc084a22ebf", "git-tree": "6dbc8a18660a49f799a857cfb2390cc084a22ebf",
"version": "1.1.8", "version": "1.1.8",