[kf5] Merge copyright files to a single file (#25759)

* [kf5] Remove copyright dir part 1

* part 2

* version

* format

* version

* Diagram has only a single license file

* version

* Delete docs

* version

* Fix empty dirs

* version

* Only remove readme

* version
This commit is contained in:
Thomas1664 2022-07-14 21:09:56 +02:00 committed by GitHub
parent e658a5d7ee
commit 1721648556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
109 changed files with 349 additions and 102 deletions

View File

@ -37,4 +37,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/LGPL-2.0-or-later.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,7 +1,7 @@
{
"name": "kf5archive",
"version": "5.89.0",
"port-version": 1,
"port-version": 2,
"description": "File compression",
"homepage": "https://api.kde.org/frameworks/karchive/html/index.html",
"license": "LGPL-2.0-or-later",

View File

@ -28,4 +28,5 @@ endif()
vcpkg_fixup_pkgconfig()
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,7 +1,7 @@
{
"name": "kf5attica",
"version": "5.89.0",
"port-version": 1,
"port-version": 2,
"description": "A Qt library that implements the Open Collaboration Services API",
"homepage": "https://api.kde.org/frameworks/attica/html/index.html",
"dependencies": [

View File

@ -27,4 +27,6 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5auth",
"version": "5.89.0",
"port-version": 1,
"description": "Execute actions as privileged user",
"homepage": "https://api.kde.org/frameworks/kauth/html/index.html",
"dependencies": [

View File

@ -26,4 +26,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5bookmarks",
"version": "5.89.0",
"port-version": 1,
"description": "Bookmarks management library",
"homepage": "https://api.kde.org/frameworks/kbookmarks/html/index.html",
"dependencies": [

View File

@ -28,4 +28,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,7 +1,7 @@
{
"name": "kf5codecs",
"version": "5.89.0",
"port-version": 1,
"port-version": 2,
"description": "String encoding library",
"homepage": "https://api.kde.org/frameworks/kcodecs/html/index.html",
"dependencies": [

View File

@ -27,4 +27,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5completion",
"version": "5.89.0",
"port-version": 1,
"description": "Text completion helpers and widgets",
"homepage": "https://api.kde.org/frameworks/kcompletion/html/index.html",
"dependencies": [

View File

@ -36,7 +36,7 @@ vcpkg_copy_tools(
AUTO_CLEAN
)
file(APPEND ${CURRENT_PACKAGES_DIR}/tools/${PORT}/qt.conf "Data = ../../share")
file(APPEND "${CURRENT_PACKAGES_DIR}/tools/${PORT}/qt.conf" "Data = ../../share")
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
@ -45,4 +45,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5config",
"version": "5.89.0",
"port-version": 1,
"description": "Configuration system",
"homepage": "https://api.kde.org/frameworks/kconfig/html/index.html",
"dependencies": [

View File

@ -36,4 +36,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5configwidgets",
"version": "5.89.0",
"port-version": 1,
"description": "Widgets for configuration dialogs",
"homepage": "https://api.kde.org/frameworks/kconfigwidgets/html/index.html",
"dependencies": [

View File

@ -29,9 +29,12 @@ file(APPEND "${CURRENT_PACKAGES_DIR}/tools/${PORT}/qt.conf" "Data = ../../share"
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/bin/data/kf5")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin/data/kf5")
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
endif()
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5coreaddons",
"version": "5.89.0",
"port-version": 1,
"description": "Addons to QtCore",
"homepage": "https://api.kde.org/frameworks/kcoreaddons/html/index.html",
"dependencies": [

View File

@ -26,4 +26,5 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
endif()
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5crash",
"version": "5.89.0",
"port-version": 1,
"description": "KCrash provides support for intercepting and handling application crashes.",
"homepage": "https://api.kde.org/frameworks/kcrash/html/index.html",
"dependencies": [

View File

@ -30,4 +30,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5dbusaddons",
"version": "5.89.0",
"port-version": 1,
"description": "Convenience classes for D-Bus",
"homepage": "https://api.kde.org/frameworks/kdbusaddons/html/index.html",
"dependencies": [

View File

@ -8,7 +8,7 @@ vcpkg_from_github(
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
INVERTED_FEATURES
"opengl" CMAKE_DISABLE_FIND_PACKAGE_EPOXY
"opengl" CMAKE_DISABLE_FIND_PACKAGE_EPOXY
)
# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
@ -31,10 +31,7 @@ vcpkg_cmake_install()
vcpkg_cmake_config_fixup(PACKAGE_NAME KF5Declarative CONFIG_PATH lib/cmake/KF5Declarative)
vcpkg_copy_pdbs()
vcpkg_copy_tools(
TOOL_NAMES kpackagelauncherqml
AUTO_CLEAN
)
vcpkg_copy_tools(TOOL_NAMES kpackagelauncherqml AUTO_CLEAN)
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
@ -43,4 +40,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5declarative",
"version": "5.89.0",
"port-version": 1,
"description": "Integration of QML and KDE work spaces",
"homepage": "https://api.kde.org/frameworks/kdeclarative/html/index.html",
"dependencies": [

View File

@ -26,4 +26,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSE.GPL.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.GPL.txt")

View File

@ -1,6 +1,7 @@
{
"name": "kf5diagram",
"version": "2.8.0",
"port-version": 1,
"description": "Powerful libraries (KChart, KGantt) for creating business diagrams",
"homepage": "https://api.kde.org/kdiagram/index.html",
"dependencies": [

View File

@ -19,10 +19,7 @@ vcpkg_cmake_install()
vcpkg_cmake_config_fixup(PACKAGE_NAME KF5GlobalAccel CONFIG_PATH lib/cmake/KF5GlobalAccel)
vcpkg_copy_pdbs()
vcpkg_copy_tools(
TOOL_NAMES kglobalaccel5
AUTO_CLEAN
)
vcpkg_copy_tools(TOOL_NAMES kglobalaccel5 AUTO_CLEAN)
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
@ -30,4 +27,6 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5globalaccel",
"version": "5.89.0",
"port-version": 1,
"description": "lobal desktop keyboard shortcuts",
"homepage": "https://api.kde.org/frameworks/kglobalaccel/html/index.html",
"dependencies": [

View File

@ -10,13 +10,9 @@ vcpkg_from_github(
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
wayland WITH_WAYLAND
wayland WITH_WAYLAND
)
if("wayland" IN_LIST FEATURES AND NOT VCPKG_TARGET_IS_LINUX)
message(FATAL_ERROR "Feature wayland is only supported on Linux.")
endif()
# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
file(WRITE "${SOURCE_PATH}/.clang-format" "DisableFormat: true\nSortIncludes: false\n")
@ -41,4 +37,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5guiaddons",
"version": "5.89.0",
"port-version": 1,
"description": "Addons to QtGui",
"homepage": "https://api.kde.org/frameworks/kguiaddons/html/index.html",
"dependencies": [
@ -42,7 +43,10 @@
"wayland": {
"description": "Linux-only. Build with support for KeySequenceEditor inhibiting shortcuts on Wayland",
"dependencies": [
"qt5-wayland"
{
"name": "qt5-wayland",
"platform": "linux"
}
]
}
}

View File

@ -27,4 +27,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5holidays",
"version": "5.89.0",
"port-version": 1,
"description": "Holiday calculation library",
"dependencies": [
"ecm",

View File

@ -35,4 +35,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5i18n",
"version": "5.89.0",
"port-version": 1,
"description": "Advanced internationalization framework",
"homepage": "https://api.kde.org/frameworks/ki18n/html/index.html",
"dependencies": [

View File

@ -7,10 +7,10 @@ vcpkg_from_github(
)
vcpkg_check_features(
OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
designerplugin BUILD_DESIGNERPLUGIN
)
OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
designerplugin BUILD_DESIGNERPLUGIN
)
# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
file(WRITE "${SOURCE_PATH}/.clang-format" "DisableFormat: true\nSortIncludes: false\n")
@ -34,10 +34,7 @@ vcpkg_copy_tools(
)
if(VCPKG_TARGET_IS_OSX)
vcpkg_copy_tools(
TOOL_NAMES ksvg2icns
AUTO_CLEAN
)
vcpkg_copy_tools(TOOL_NAMES ksvg2icns AUTO_CLEAN)
endif()
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
@ -46,4 +43,6 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5iconthemes",
"version": "5.89.0",
"port-version": 1,
"description": "Icon GUI utilities",
"homepage": "https://api.kde.org/frameworks/kiconthemes/html/index.html",
"dependencies": [

View File

@ -26,4 +26,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5itemmodels",
"version": "5.89.0",
"port-version": 1,
"description": "Models for Qt Model/View system",
"homepage": "https://api.kde.org/frameworks/kitemmodels/html/index.html",
"dependencies": [

View File

@ -26,4 +26,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5itemviews",
"version": "5.89.0",
"port-version": 1,
"description": "Widget addons for Qt Model/View",
"homepage": "https://api.kde.org/frameworks/kitemviews/html/index.html",
"dependencies": [

View File

@ -27,4 +27,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5jobwidgets",
"version": "5.89.0",
"port-version": 1,
"description": "Widgets for showing progress of asynchronous jobs",
"homepage": "https://api.kde.org/frameworks/kjobwidgets/html/index.html",
"dependencies": [

View File

@ -27,4 +27,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5kcmutils",
"version": "5.89.0",
"port-version": 1,
"description": "Utilities for KDE System Settings modules",
"homepage": "https://api.kde.org/frameworks/kcmutils/html/index.html",
"dependencies": [

View File

@ -62,4 +62,5 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
endif()
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5kio",
"version": "5.89.0",
"port-version": 1,
"description": "Network transparent access to files and data",
"homepage": "https://api.kde.org/frameworks/kio/html/index.html",
"dependencies": [

View File

@ -30,9 +30,12 @@ vcpkg_copy_tools(
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(REMOVE "${CURRENT_PACKAGES_DIR}/bin/data/kf5/kmoretools/presets-kmoretools/_README.md")
file(REMOVE "${CURRENT_PACKAGES_DIR}/debug/bin/data/kf5/kmoretools/presets-kmoretools/_README.md")
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
endif()
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5newstuff",
"version": "5.89.0",
"port-version": 1,
"description": "Framework for downloading and sharing additional application data",
"homepage": "https://api.kde.org/frameworks/knewstuff/html/index.html",
"dependencies": [

View File

@ -27,4 +27,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5notifications",
"version": "5.89.0",
"port-version": 1,
"description": "Desktop notifications",
"homepage": "https://api.kde.org/frameworks/knotifications/html/index.html",
"dependencies": [

View File

@ -29,4 +29,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5package",
"version": "5.89.0",
"port-version": 1,
"description": "Installation and loading of additional content (ex: scripts, images...) as packages",
"homepage": "https://api.kde.org/frameworks/kpackage/html/index.html",
"dependencies": [

View File

@ -23,4 +23,5 @@ 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}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5plotting",
"version": "5.89.0",
"port-version": 1,
"description": "Lightweight plotting framework",
"homepage": "https://api.kde.org/frameworks/kplotting/html/index.html",
"dependencies": [

View File

@ -56,4 +56,6 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5service",
"version": "5.89.0",
"port-version": 1,
"description": "Plugin framework for desktop services",
"homepage": "https://api.kde.org/frameworks/kservice/html/index.html",
"dependencies": [

View File

@ -38,7 +38,7 @@ file(WRITE "${SOURCE_PATH}/.clang-format" "DisableFormat: true\nSortIncludes: fa
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
INVERTED_FEATURES
"libmount" CMAKE_DISABLE_FIND_PACKAGE_LibMount
"libmount" CMAKE_DISABLE_FIND_PACKAGE_LibMount
)
vcpkg_cmake_configure(
@ -55,7 +55,7 @@ vcpkg_copy_pdbs()
vcpkg_copy_tools(
TOOL_NAMES solid-hardware5
AUTO_CLEAN
)
)
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
@ -64,4 +64,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5solid",
"version": "5.89.0",
"port-version": 1,
"description": "Desktop hardware abstraction",
"homepage": "https://api.kde.org/frameworks/solid/html/index.html",
"dependencies": [

View File

@ -44,4 +44,5 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(REMOVE "${CURRENT_PACKAGES_DIR}/debug/bin/gentrigrams${VCPKG_HOST_EXECUTABLE_SUFFIX}")
file(REMOVE "${CURRENT_PACKAGES_DIR}/debug/bin/parsetrigrams${VCPKG_HOST_EXECUTABLE_SUFFIX}")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5sonnet",
"version": "5.89.0",
"port-version": 1,
"description": "Multi-language spell checker",
"homepage": "https://api.kde.org/frameworks/sonnet/html/index.html",
"dependencies": [

View File

@ -36,4 +36,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5syntaxhighlighting",
"version": "5.89.0",
"port-version": 1,
"description": "Syntax highlighting engine for Kate syntax definitions",
"homepage": "https://github.com/KDE/syntax-highlighting",
"dependencies": [

View File

@ -27,4 +27,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5textwidgets",
"version": "5.89.0",
"port-version": 1,
"description": "Text editing widgets",
"homepage": "https://api.kde.org/frameworks/ktextwidgets/html/index.html",
"dependencies": [

View File

@ -28,4 +28,5 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
endif()
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5wallet",
"version": "5.89.0",
"port-version": 1,
"description": "Safe desktop-wide storage for passwords",
"homepage": "https://api.kde.org/frameworks/kwallet/html/index.html",
"dependencies": [

View File

@ -27,4 +27,5 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5widgetsaddons",
"version": "5.89.0",
"port-version": 1,
"description": "Addons to QtWidgets",
"homepage": "https://api.kde.org/frameworks/kwidgetsaddons/html/index.html",
"dependencies": [

View File

@ -32,4 +32,5 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/KF5/KWindowSystem/config-kwindowsystem.h" "${CURRENT_PACKAGES_DIR}/" "")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,7 +1,7 @@
{
"name": "kf5windowsystem",
"version": "5.89.0",
"port-version": 1,
"port-version": 2,
"description": "Access to the windowing system",
"homepage": "https://api.kde.org/frameworks/kwindowsystem/html/",
"dependencies": [

View File

@ -41,4 +41,6 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
vcpkg_install_copyright(FILE_LIST ${LICENSE_FILES})

View File

@ -1,6 +1,7 @@
{
"name": "kf5xmlgui",
"version": "5.89.0",
"port-version": 1,
"description": "Framework for managing menu and toolbar actions",
"homepage": "https://api.kde.org/frameworks/kxmlgui/html/index.html",
"dependencies": [

View File

@ -3170,147 +3170,147 @@
},
"kf5archive": {
"baseline": "5.89.0",
"port-version": 1
"port-version": 2
},
"kf5attica": {
"baseline": "5.89.0",
"port-version": 1
"port-version": 2
},
"kf5auth": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5bookmarks": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5codecs": {
"baseline": "5.89.0",
"port-version": 1
"port-version": 2
},
"kf5completion": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5config": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5configwidgets": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5coreaddons": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5crash": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5dbusaddons": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5declarative": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5diagram": {
"baseline": "2.8.0",
"port-version": 0
"port-version": 1
},
"kf5globalaccel": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5guiaddons": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5holidays": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5i18n": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5iconthemes": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5itemmodels": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5itemviews": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5jobwidgets": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5kcmutils": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5kio": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5newstuff": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5notifications": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5package": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5plotting": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5service": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5solid": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5sonnet": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5syntaxhighlighting": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5textwidgets": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5wallet": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5widgetsaddons": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kf5windowsystem": {
"baseline": "5.89.0",
"port-version": 1
"port-version": 2
},
"kf5xmlgui": {
"baseline": "5.89.0",
"port-version": 0
"port-version": 1
},
"kfr": {
"baseline": "4.2.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "200f5a032c9615fb66ad30f53671cb39b776c270",
"version": "5.89.0",
"port-version": 2
},
{
"git-tree": "2eafcdc8cb04d2ec80f9beb89254ca4f74616a07",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3b57c9ffcaa73c2b461946b692ec5b73cb6c4be9",
"version": "5.89.0",
"port-version": 2
},
{
"git-tree": "1ef9b989e525f13878a113dcd3ac801efe6d3b7b",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2b48f53d5ccd018dedbc8489fecb94272c00a693",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "e2f603c61a444935527c7c0a3e6f3871dc8de3df",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2cd5cb169adf05127a9593b836443a7cf0caf7b9",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "4d1a01a9c81b7126f63ac11f2729498f93d56903",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b6719ea6680496a4d022d37b8508a82929efa269",
"version": "5.89.0",
"port-version": 2
},
{
"git-tree": "3f089e2bf752a07b60871e0cbc1bcdf085b3e7fd",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0056d39621f6e5c5835fb0c43f341c4c7814cb3c",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "883845542162455b20188292bdf1cbcad36615ef",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "889c81ade9cc8884e33b26cf2a53a4438f36ac73",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "b8cf3131bfc3810be865d269b9873e08b36ed0ca",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "49a14e655f74489ffbb31381c530f5cfbae085f5",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "321b0a6c4261d5a3bcf760d5010e388b6297e3d5",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "871ce017f9d68b32eae29502a4e235d4b56ffa5c",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "6431d962993955c520f26f0c6d28f4cdaf5cfdea",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5e580a5e3144b93a7d4b28aeb00ee6f3c4853158",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "09f21ea5657354bd2e6a725f7c6b9e8e6b47af68",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "aa7c4e3746bad3e33f18004fbc3e27f174565d5b",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "86fe61a2bf5e56705d1c90e61f355a08328d2886",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "efd6146040b9f86326574988e82191cbf8a23590",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "0e7f25daab01ec329e68aafcb705359e9c341bee",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "50871666a977c4954a0bd35a068c7dcfb83a4fba",
"version": "2.8.0",
"port-version": 1
},
{
"git-tree": "934ea388abb43f4946b4473a2b74cba0bf6b1e5c",
"version": "2.8.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5a4dc9bc81874eec1192fa77b8a04ab67fb75239",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "186e5eaf6182ee6c12a1543aad61a2d317dbe90b",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "37f004eb6d5e6377d161abf76991be133c2ad2f1",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "1d532e40b86e82f54d1cec8ea0752168dac149b0",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f1e843d6b36f5866cb578d7151ace6f4c42f67fb",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "91ecdfa6bebbaf14e316af8763d3a355eb2d5108",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1f5d368735b3d217ffc3353be0a8d85d5eaa8e85",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "714138715b9030eceab63caba6085c4c9cd2e6d5",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f24fa167b4438332ec95d1202d0bafa55e0047f6",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "6ff2f989294b0c0487ff5049498efb10571334eb",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "705a7782c204e337e6d9e1a8b6012d9666fa5f1c",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "a97d6d3556bddd30d108f13e831789b8cc9c1de9",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0b8749cec5799435ad29e1a21bd957f4b212789b",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "8cdccbe27ce997559f69d74f6267c3cbfd294e1e",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a5eaddef9be54d6df981f7068082a2de2c03f50e",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "f608e47e7f8135de9e7c172bc168e8a444801e66",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "750360181cf0718e672e8fce8f47f252a6282c2b",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "e57e3f3eda8ac0230b4f7e7bb31abd02c766398c",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2ac545c09ad339684b43c2a6eb74b034f4ee1f25",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "644d4ef87d5683404a3b034195c07a982fc45979",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3bc9c597ba5d97881249280f95c0e47256f11fec",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "7295ad1e62fd07e6aa74fb1d4fe0562e4f6b5ecb",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8d1cf6886532e33f979d0ea01db8f00f855ffd85",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "86baef519df4a14115be8d39ddac5b3c9df751cb",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2a2ffee582428d57ac7ffcbc9b84b175fd4f7dd6",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "0c7ba772f4a36a4bec3f1a573c124cc812cce788",
"version": "5.89.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a310fc3ab59198518b01efdd979941b8d23866d5",
"version": "5.89.0",
"port-version": 1
},
{
"git-tree": "18344c8d460769664a1644a9c0bbca283766b2aa",
"version": "5.89.0",

Some files were not shown because too many files have changed in this diff Show More