aboutsummaryrefslogtreecommitdiff
path: root/ports/kf5coreaddons
diff options
context:
space:
mode:
Diffstat (limited to 'ports/kf5coreaddons')
-rw-r--r--ports/kf5coreaddons/CONTROL5
-rw-r--r--ports/kf5coreaddons/portfile.cmake6
-rw-r--r--ports/kf5coreaddons/vcpkg.json11
3 files changed, 14 insertions, 8 deletions
diff --git a/ports/kf5coreaddons/CONTROL b/ports/kf5coreaddons/CONTROL
deleted file mode 100644
index 03d14a354..000000000
--- a/ports/kf5coreaddons/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: kf5coreaddons
-Version: 5.64.0
-Homepage: https://api.kde.org/frameworks/kcoreaddons/html/index.html
-Description: Addons to QtCore
-Build-Depends: ecm, qt5-base, qt5-tools
diff --git a/ports/kf5coreaddons/portfile.cmake b/ports/kf5coreaddons/portfile.cmake
index 14862e07f..be69ef74d 100644
--- a/ports/kf5coreaddons/portfile.cmake
+++ b/ports/kf5coreaddons/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KDE/kcoreaddons
- REF v5.64.0
- SHA512 b6849c072aa33cd2d93477e7a08ffc8ec7034f7d8530b6492faa9a53e4e15af0da778fc54e5d865e68b36c32aa6559f3d178a03046f5120d11dcb61d35ed7a60
+ REF v5.75.0
+ SHA512 bf17c323dbf2164a1d8e265ff97f01dd683b0f285c59755dd2f49a842666af0eaba3f6f73496d2f9690088b1cc7fe37e671218f039e8b3be0ce1ac5e2bbe13c3
)
vcpkg_configure_cmake(
@@ -39,4 +39,4 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
endif()
-file(INSTALL ${SOURCE_PATH}/COPYING.LIB DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
+file(INSTALL ${SOURCE_PATH}/LICENSES/ DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright) \ No newline at end of file
diff --git a/ports/kf5coreaddons/vcpkg.json b/ports/kf5coreaddons/vcpkg.json
new file mode 100644
index 000000000..294d42158
--- /dev/null
+++ b/ports/kf5coreaddons/vcpkg.json
@@ -0,0 +1,11 @@
+{
+ "name": "kf5coreaddons",
+ "version": "5.75.0",
+ "description": "Addons to QtCore",
+ "homepage": "https://api.kde.org/frameworks/kcoreaddons/html/index.html",
+ "dependencies": [
+ "ecm",
+ "qt5-base",
+ "qt5-tools"
+ ]
+}