diff options
| author | Michael Hansen <zrax0111@gmail.com> | 2019-11-01 16:47:50 -0700 |
|---|---|---|
| committer | Michael Hansen <zrax0111@gmail.com> | 2019-12-21 12:47:39 -0800 |
| commit | 9dd6ebbc4120158f6e839973e356aebccbcb4e6f (patch) | |
| tree | 95109f434cfc9436ce17b44c817a97d8281ad84d /ports/kf5plotting | |
| parent | 59b28867dc36d20652116026d4e113fe947402db (diff) | |
| download | vcpkg-9dd6ebbc4120158f6e839973e356aebccbcb4e6f.tar.gz vcpkg-9dd6ebbc4120158f6e839973e356aebccbcb4e6f.zip | |
Update current KF5 libs to version 5.64.0
Diffstat (limited to 'ports/kf5plotting')
| -rw-r--r-- | ports/kf5plotting/CONTROL | 4 | ||||
| -rw-r--r-- | ports/kf5plotting/portfile.cmake | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/ports/kf5plotting/CONTROL b/ports/kf5plotting/CONTROL index 0b75bd8c1..ede11f24c 100644 --- a/ports/kf5plotting/CONTROL +++ b/ports/kf5plotting/CONTROL @@ -1,5 +1,5 @@ Source: kf5plotting -Version: 5.58.0 +Version: 5.64.0 Homepage: https://api.kde.org/frameworks/kplotting/html/index.html Description: Lightweight plotting framework -Build-Depends: ecm, qt5-base +Build-Depends: ecm, qt5-base, qt5-tools diff --git a/ports/kf5plotting/portfile.cmake b/ports/kf5plotting/portfile.cmake index a5a4e1d46..20732c29c 100644 --- a/ports/kf5plotting/portfile.cmake +++ b/ports/kf5plotting/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO KDE/kplotting - REF v5.58.0 - SHA512 4d2fd69bad6c3117084811453bd32fdd92d1f1df89dba489e6109caad9268107d908e0df6f3e35a460878aa32fe4744173cf96ff292858d657c49582ee1674fc + REF v5.64.0 + SHA512 831b26a5e85a8baa1d49405e1358c7cda62b0a643e85b9677e2ceee413938fd03b96ff2c060dc2e0fa012da0a45452f32b734633ec4c99eecbf9d6228ff722b4 HEAD_REF master ) @@ -22,4 +22,6 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/KF5Plotting) vcpkg_copy_pdbs() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) +file(RENAME ${CURRENT_PACKAGES_DIR}/debug/lib/plugins ${CURRENT_PACKAGES_DIR}/debug/plugins) +file(RENAME ${CURRENT_PACKAGES_DIR}/lib/plugins ${CURRENT_PACKAGES_DIR}/plugins) file(INSTALL ${SOURCE_PATH}/COPYING.LIB DESTINATION ${CURRENT_PACKAGES_DIR}/share/kf5plotting RENAME copyright) |
