early-access version 2853
This commit is contained in:
30
externals/vcpkg/ports/kf5notifications/portfile.cmake
vendored
Executable file
30
externals/vcpkg/ports/kf5notifications/portfile.cmake
vendored
Executable file
@@ -0,0 +1,30 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO KDE/knotifications
|
||||
REF v5.89.0
|
||||
SHA512 58e9fe34b29e0f6d7507a3a783918bcfbc8a191ddc7bb287c793628a97a2a203347971849100ae9a98d9f8a23c27ba184b509c11caf00517d8c6422ae91ac310
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
|
||||
file(WRITE "${SOURCE_PATH}/.clang-format" "DisableFormat: true\nSortIncludes: false\n")
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-DBUILD_TESTING=OFF
|
||||
-DKDE_INSTALL_QMLDIR=qml
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_cmake_config_fixup(PACKAGE_NAME KF5Notifications CONFIG_PATH lib/cmake/KF5Notifications)
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
|
||||
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")
|
||||
45
externals/vcpkg/ports/kf5notifications/vcpkg.json
vendored
Executable file
45
externals/vcpkg/ports/kf5notifications/vcpkg.json
vendored
Executable file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "kf5notifications",
|
||||
"version": "5.89.0",
|
||||
"description": "Desktop notifications",
|
||||
"homepage": "https://api.kde.org/frameworks/knotifications/html/index.html",
|
||||
"dependencies": [
|
||||
"ecm",
|
||||
"kf5config",
|
||||
"kf5coreaddons",
|
||||
{
|
||||
"name": "kf5windowsystem",
|
||||
"platform": "!android"
|
||||
},
|
||||
{
|
||||
"name": "libcanberra",
|
||||
"platform": "!(windows | uwp)"
|
||||
},
|
||||
{
|
||||
"name": "libsnoretoast",
|
||||
"platform": "windows"
|
||||
},
|
||||
{
|
||||
"name": "qt5-androidextras",
|
||||
"platform": "android"
|
||||
},
|
||||
"qt5-base",
|
||||
{
|
||||
"name": "qt5-macextras",
|
||||
"platform": "osx"
|
||||
},
|
||||
"qt5-tools",
|
||||
{
|
||||
"name": "qt5-x11extras",
|
||||
"platform": "linux"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user