From 11f672e3a1e111be2c8deccc3a0c116960e1ce3a Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Sun, 16 Apr 2017 19:32:12 +0200 Subject: [PATCH 1/2] [qwt] Install headers in the qwt subdirectory This is the location used by the upstream installation procedure, as it is possible to see by the layout of the package in Debian: https://packages.debian.org/sid/amd64/libqwt-headers/filelist . --- ports/qwt/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/qwt/portfile.cmake b/ports/qwt/portfile.cmake index 94cb2af9166..109c0bc7cf9 100644 --- a/ports/qwt/portfile.cmake +++ b/ports/qwt/portfile.cmake @@ -31,7 +31,7 @@ vcpkg_build_qmake() set(BUILD_DIR ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}) file(GLOB HEADER_FILES ${SOURCE_PATH}/src/*.h) -file(INSTALL ${HEADER_FILES} DESTINATION ${CURRENT_PACKAGES_DIR}/include) +file(INSTALL ${HEADER_FILES} DESTINATION ${CURRENT_PACKAGES_DIR}/include/qwt) file(INSTALL ${BUILD_DIR}/lib/qwt.lib From 8ec185f69fb891ac5e716e3897a2af676fd3b79b Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Sun, 16 Apr 2017 19:58:00 +0200 Subject: [PATCH 2/2] [qwt] Bump version --- ports/qwt/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/qwt/CONTROL b/ports/qwt/CONTROL index b457bdeadf2..7564c1c7be6 100644 --- a/ports/qwt/CONTROL +++ b/ports/qwt/CONTROL @@ -1,4 +1,4 @@ Source: qwt -Version: 6.1.3 +Version: 6.1.3-1 Description: Qt widgets library for technical applications Build-Depends: qt5