diff options
Diffstat (limited to 'ports/kf5plotting')
| -rw-r--r-- | ports/kf5plotting/CONTROL | 5 | ||||
| -rw-r--r-- | ports/kf5plotting/portfile.cmake | 7 | ||||
| -rw-r--r-- | ports/kf5plotting/vcpkg.json | 11 |
3 files changed, 15 insertions, 8 deletions
diff --git a/ports/kf5plotting/CONTROL b/ports/kf5plotting/CONTROL deleted file mode 100644 index 8e78fdf48..000000000 --- a/ports/kf5plotting/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: kf5plotting -Version: 5.74.0 -Homepage: https://api.kde.org/frameworks/kplotting/html/index.html -Description: Lightweight plotting framework -Build-Depends: ecm, qt5-base[core], qt5-tools diff --git a/ports/kf5plotting/portfile.cmake b/ports/kf5plotting/portfile.cmake index ca921c43a..3899efd0a 100644 --- a/ports/kf5plotting/portfile.cmake +++ b/ports/kf5plotting/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO KDE/kplotting - REF 0645b4803f9d260ea80087cc81ebabfd874e4274 # v5.74.0 - SHA512 32fb460ada2063106df3aee29b618b500e1418c4c341326960393308a65f74a0913480c1089278ef5a32a744d3b40b98b873dea14293c997dadce2525b6647d5 + REF v5.75.0 + SHA512 1eb2320006a21b0d8a3b4fb557458954a1d82427f8b91339d606e5405ef2820f408f257d833fb4af0c5f737eacff0f0371db54b5e6f63b68093e30a8249f17bf HEAD_REF master ) @@ -22,4 +22,5 @@ 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) + +file(INSTALL ${SOURCE_PATH}/LICENSES/ DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright) diff --git a/ports/kf5plotting/vcpkg.json b/ports/kf5plotting/vcpkg.json new file mode 100644 index 000000000..a3996ec5c --- /dev/null +++ b/ports/kf5plotting/vcpkg.json @@ -0,0 +1,11 @@ +{ + "name": "kf5plotting", + "version": "5.75.0", + "description": "Lightweight plotting framework", + "homepage": "https://api.kde.org/frameworks/kplotting/html/index.html", + "dependencies": [ + "ecm", + "qt5-base", + "qt5-tools" + ] +} |
