aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorig-or <19777752+ig-or@users.noreply.github.com>2020-08-18 09:25:29 -0700
committerGitHub <noreply@github.com>2020-08-18 09:25:29 -0700
commit4640e8fb45518248d7409829c07f1753f18c3ab8 (patch)
treeb1076655cc4a0430302412f64e487df922708ee6
parent3d8f6a653ed6db6c20780c87134fbbb8988b00fc (diff)
downloadvcpkg-4640e8fb45518248d7409829c07f1753f18c3ab8.tar.gz
vcpkg-4640e8fb45518248d7409829c07f1753f18c3ab8.zip
[Qwtw] Update to 3.1.0 (#12961)
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
-rw-r--r--ports/qwtw/CONTROL5
-rw-r--r--ports/qwtw/portfile.cmake19
2 files changed, 11 insertions, 13 deletions
diff --git a/ports/qwtw/CONTROL b/ports/qwtw/CONTROL
index 2ce5b0a13..6b60796cb 100644
--- a/ports/qwtw/CONTROL
+++ b/ports/qwtw/CONTROL
@@ -1,7 +1,6 @@
Source: qwtw
-Version: 3.0
+Version: 3.1.0
Homepage: https://github.com/ig-or/qwtw
Description: qwt-based 2D plotting library
Supports: windows & x64 & !static
-Build-Depends: qt5-base, qt5-svg, qwt, marble, boost-system, boost-filesystem, boost-date-time, boost-chrono, boost-regex, boost-thread, boost-circular-buffer, boost-asio
-
+Build-Depends: qt5-base, qt5-svg, qt5-networkauth, qwt, marble, boost-system, boost-filesystem, boost-date-time, boost-chrono, boost-regex, boost-thread, boost-circular-buffer, boost-asio
diff --git a/ports/qwtw/portfile.cmake b/ports/qwtw/portfile.cmake
index c88ac2179..27dd91786 100644
--- a/ports/qwtw/portfile.cmake
+++ b/ports/qwtw/portfile.cmake
@@ -1,18 +1,17 @@
-vcpkg_fail_port_install(ON_TARGET "LINUX" "OSX" "UWP" "ANDROID" ON_ARCH "arm" "x86" ON_LIBRARY_LINKAGE "static")
+vcpkg_fail_port_install(ON_TARGET "LINUX" "OSX" "UWP" "ANDROID" ON_ARCH "arm" "x86" ON_LIBRARY_LINKAGE "static")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ig-or/qwtw
- REF 54bedcce743991f2f274bebda0ee399683a9e9bb
- SHA512 defd7f199c8bf490f5ac69deade4a4a45581c0fa5b79cf2aa1fbec8c46bbbe1d9c9cf0f7ba383e8e92f5e6145b42a837b7dc555017893797f72dab1ce490e57a
- HEAD_REF master
-)
-
-
-vcpkg_configure_cmake(
- SOURCE_PATH ${SOURCE_PATH}
+ REF 7d6e7c95437cbc7d5d123fc1ccf0d6a3c4e419e6 # v3.1.0
+ SHA512 de5abf26d0975b9f0ed88e10cd4d5b4d12e25cce8c87ab6a18d8e7064697de6fc8da83e118b5a4e2819c09e2dbbfd20daeecc6a42748c019c6699666276d075a
+ HEAD_REF master
+)
+
+vcpkg_configure_cmake(
+ SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
-)
+)
vcpkg_install_cmake()
vcpkg_copy_pdbs()