diff --git a/ports/libgxps/portfile.cmake b/ports/libgxps/portfile.cmake index 234ccffb5a..a485f487c6 100644 --- a/ports/libgxps/portfile.cmake +++ b/ports/libgxps/portfile.cmake @@ -1,3 +1,5 @@ +vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) + set(LIBGXPS_VERSION 0.3.2) string(SUBSTRING ${LIBGXPS_VERSION} 0 3 MAJOR_MINOR) # e.g. 0.3 diff --git a/ports/libgxps/vcpkg.json b/ports/libgxps/vcpkg.json index 71e3303ea6..a32fde1e6c 100644 --- a/ports/libgxps/vcpkg.json +++ b/ports/libgxps/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libgxps", "version": "0.3.2", - "port-version": 3, + "port-version": 4, "description": "libgxps is a GObject based library for handling and rendering XPS documents.", "homepage": "https://wiki.gnome.org/Projects/libgxps", "dependencies": [ diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 0d510782ab..aeb6571a15 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -559,7 +559,6 @@ libgpod:arm-neon-android=fail libgpod:arm64-android=fail libgpod:x64-android=fail libgxps:x64-windows-static=fail -libgxps:x64-windows-static-md=fail libhdfs3:arm-neon-android=fail libhdfs3:arm64-android=fail libhdfs3:x64-android=fail diff --git a/versions/baseline.json b/versions/baseline.json index 7c4d26af62..879d3b5830 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4550,7 +4550,7 @@ }, "libgxps": { "baseline": "0.3.2", - "port-version": 3 + "port-version": 4 }, "libharu": { "baseline": "2.4.4", diff --git a/versions/l-/libgxps.json b/versions/l-/libgxps.json index bcff504d76..e960ea8177 100644 --- a/versions/l-/libgxps.json +++ b/versions/l-/libgxps.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "0d7868dcc67d11cb79d70af08389d9e14506caa9", + "version": "0.3.2", + "port-version": 4 + }, { "git-tree": "4bd19a44fc8b5aeb7ab850a2ce231761cee0fc2e", "version": "0.3.2",