vcpkg/ports/kf5kio/vcpkg.json
Dawid Wróbel a868d7ed21
[kf5*] Update to 5.88 (#21633)
* [kf5*] Update to 5.88

* [kf5*] Update versions

* [kf5*] fix QML plugins location

diff --git a/ports/kf5i18n/portfile.cmake b/ports/kf5i18n/portfile.cmake
index 610182e49..5a0fd5e21 100644
--- a/ports/kf5i18n/portfile.cmake
+++ b/ports/kf5i18n/portfile.cmake
@@ -20,6 +20,7 @@ vcpkg_cmake_configure(
     OPTIONS
         -DBUILD_TESTING=OFF
         -DKDE_INSTALL_PLUGINDIR=plugins
+        -DKDE_INSTALL_QMLDIR=qml
         -DPYTHON_EXECUTABLE=${PYTHON3}
 )

diff --git a/ports/kf5notifications/portfile.cmake b/ports/kf5notifications/portfile.cmake
index e41fee015..bc93cf6af 100644
--- a/ports/kf5notifications/portfile.cmake
+++ b/ports/kf5notifications/portfile.cmake
@@ -13,6 +13,7 @@ vcpkg_cmake_configure(
     SOURCE_PATH "${SOURCE_PATH}"
     OPTIONS
         -DBUILD_TESTING=OFF
+        -DKDE_INSTALL_QMLDIR=qml
 )

 vcpkg_cmake_install()
diff --git a/ports/kf5sonnet/portfile.cmake b/ports/kf5sonnet/portfile.cmake
index 7e2820ce4..a2d1adfcc 100644
--- a/ports/kf5sonnet/portfile.cmake
+++ b/ports/kf5sonnet/portfile.cmake
@@ -16,6 +16,7 @@ vcpkg_cmake_configure(
         -DBUILD_EXAMPLES=OFF
         -DKDE_INSTALL_PLUGINDIR=plugins
         -DKDE_INSTALL_QTPLUGINDIR=plugins
+        -DKDE_INSTALL_QMLDIR=qml
 )

 vcpkg_add_to_path(PREPEND "${CURRENT_INSTALLED_DIR}/bin")

* [kf5*] update versions

* [ecm] fix ECMGenerateQmlTypes

* [ecm] update version
2021-12-02 19:49:12 -08:00

95 lines
1.9 KiB
JSON

{
"name": "kf5kio",
"version": "5.88.0",
"description": "Network transparent access to files and data",
"homepage": "https://api.kde.org/frameworks/kio/html/index.html",
"dependencies": [
"ecm",
{
"name": "gettext",
"host": true,
"features": [
"tools"
]
},
"kf5archive",
{
"name": "kf5auth",
"platform": "!(windows | android)"
},
"kf5bookmarks",
"kf5completion",
"kf5config",
"kf5configwidgets",
"kf5coreaddons",
"kf5crash",
{
"name": "kf5dbusaddons",
"platform": "!android"
},
"kf5guiaddons",
"kf5i18n",
"kf5iconthemes",
"kf5itemviews",
"kf5jobwidgets",
"kf5service",
"kf5solid",
"kf5textwidgets",
"kf5widgetsaddons",
"kf5windowsystem",
"kf5xmlgui",
{
"name": "libiconv",
"platform": "windows & static"
},
{
"name": "libmount",
"platform": "linux"
},
"qt5-base",
{
"name": "qt5-macextras",
"platform": "osx"
},
{
"name": "qt5-x11extras",
"platform": "linux"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"kf5notifications": {
"description": "Required to have error notification support in kpac",
"dependencies": [
{
"name": "kf5kio",
"default-features": false,
"features": [
"unixkf5notifications"
],
"platform": "!(windows | android)"
}
]
},
"kf5wallet": {
"description": "Required to have permanent storage of passwords for kpasswdserver",
"dependencies": [
"kf5wallet"
]
},
"unixkf5notifications": {
"description": "Required to have error notification support in kpac (windows only)",
"dependencies": [
"kf5notifications"
]
}
}
}