aboutsummaryrefslogtreecommitdiff
path: root/ports/kf5plotting
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2020-02-04 15:38:58 -0800
committerGitHub <noreply@github.com>2020-02-04 15:38:58 -0800
commita692a06a97d224a390f37b0f815273ec7c20cc6c (patch)
treed704021cdddbd6fc1dabd8c77a38208536dbffb9 /ports/kf5plotting
parent6f47720a6afccef3ac7ab6895801645763f09861 (diff)
parent11140352f409b47aa0f1c4c10e267bd64d7ac45b (diff)
downloadvcpkg-a692a06a97d224a390f37b0f815273ec7c20cc6c.tar.gz
vcpkg-a692a06a97d224a390f37b0f815273ec7c20cc6c.zip
Merge pull request #8858 from zrax/kf5libs
[kf5 libs] Update existing and add syntax-highlighting
Diffstat (limited to 'ports/kf5plotting')
-rw-r--r--ports/kf5plotting/CONTROL4
-rw-r--r--ports/kf5plotting/portfile.cmake8
2 files changed, 6 insertions, 6 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..8ea9b3d3f 100644
--- a/ports/kf5plotting/portfile.cmake
+++ b/ports/kf5plotting/portfile.cmake
@@ -1,10 +1,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 +20,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)