Skip to content

Commit

Permalink
[libxlsxwriter] update to 1.2.1 (microsoft#44041)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara authored Feb 27, 2025
1 parent ea766c4 commit f63682b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 32 deletions.
26 changes: 0 additions & 26 deletions ports/libxlsxwriter/dependencies.diff

This file was deleted.

5 changes: 1 addition & 4 deletions ports/libxlsxwriter/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jmcnamara/libxlsxwriter
REF "v${VERSION}"
SHA512 cca431b04eb51444f4dd8f096d50061726277a72e9ec216f9ac88b89dca1b227949ce3aa652bb2e81d1244b04ecdef791b0abde1dcc5b206aa36079a962aaab3
SHA512 588d939c3ba9758debffbe675580d2013c0e18ff8cbfdf2b4aaad28a5a013c579ca06206c2b0446b25203db48e59af8a16168e32f265e0939f046b18bf598803
HEAD_REF main
PATCHES
dependencies.diff
)
file(REMOVE_RECURSE "${SOURCE_PATH}/third_party/minizip")

Expand All @@ -17,7 +15,6 @@ endif()
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DCMAKE_DISABLE_FIND_PACKAGE_PkgConfig=ON
-DUSE_SYSTEM_MINIZIP=1
-DWINDOWSSTORE=${USE_WINDOWSSTORE}
)
Expand Down
3 changes: 2 additions & 1 deletion ports/libxlsxwriter/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "libxlsxwriter",
"version": "1.2.0",
"version": "1.2.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.",
"homepage": "https://github.com/jmcnamara/libxlsxwriter",
"documentation": "https://libxlsxwriter.github.io",
"license": "BSD-2-Clause",
"dependencies": [
"minizip",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5461,7 +5461,7 @@
"port-version": 0
},
"libxlsxwriter": {
"baseline": "1.2.0",
"baseline": "1.2.1",
"port-version": 0
},
"libxml2": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libxlsxwriter.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "dddfee1e4171f44599ee2211f1e221e2cb73f95d",
"version": "1.2.1",
"port-version": 0
},
{
"git-tree": "966bffdbd3fc72c14330670012d786e63f8f0abb",
"version": "1.2.0",
Expand Down

0 comments on commit f63682b

Please sign in to comment.