[Kf5testeditor] fix single config (#42726)

This commit is contained in:
Alexander Neumann 2024-12-16 19:08:24 +01:00 committed by GitHub
parent e1f8cf71b2
commit 948820b46e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 15 additions and 6 deletions

View File

@ -17,13 +17,17 @@ if(VCPKG_TARGET_IS_WINDOWS)
elseif(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
set(DATAROOT "share")
endif()
file(COPY "${CURRENT_INSTALLED_DIR}/${DATAROOT}/kservicetypes5" DESTINATION "${CURRENT_PACKAGES_DIR}/debug/bin/data")
file(GLOB TEMP_DESKTOP_FILES_DBG "${CURRENT_PACKAGES_DIR}/debug/${DATAROOT}/kservicetypes5/*")
if(NOT VCPKG_BUILD_TYPE)
file(COPY "${CURRENT_INSTALLED_DIR}/${DATAROOT}/kservicetypes5" DESTINATION "${CURRENT_PACKAGES_DIR}/debug/bin/data")
file(GLOB TEMP_DESKTOP_FILES_DBG "${CURRENT_PACKAGES_DIR}/debug/${DATAROOT}/kservicetypes5/*")
endif()
file(COPY "${CURRENT_INSTALLED_DIR}/${DATAROOT}/kservicetypes5" DESTINATION "${CURRENT_PACKAGES_DIR}/bin/data")
file(GLOB TEMP_DESKTOP_FILES_REL "${CURRENT_PACKAGES_DIR}/${DATAROOT}/kservicetypes5/*")
else()
file(COPY "${CURRENT_INSTALLED_DIR}/share/kservicetypes5" DESTINATION "${CURRENT_PACKAGES_DIR}/debug/share")
file(GLOB TEMP_DESKTOP_FILES_DBG "${CURRENT_PACKAGES_DIR}/debug/share/kservicetypes5/*")
if(NOT VCPKG_BUILD_TYPE)
file(COPY "${CURRENT_INSTALLED_DIR}/share/kservicetypes5" DESTINATION "${CURRENT_PACKAGES_DIR}/debug/share")
file(GLOB TEMP_DESKTOP_FILES_DBG "${CURRENT_PACKAGES_DIR}/debug/share/kservicetypes5/*")
endif()
file(COPY "${CURRENT_INSTALLED_DIR}/share/kservicetypes5" DESTINATION "${CURRENT_PACKAGES_DIR}/share")
file(GLOB TEMP_DESKTOP_FILES_REL "${CURRENT_PACKAGES_DIR}/share/kservicetypes5/*")
endif()

View File

@ -1,7 +1,7 @@
{
"name": "kf5texteditor",
"version": "5.98.0",
"port-version": 1,
"port-version": 2,
"description": "Full text editor component",
"homepage": "https://api.kde.org/frameworks/ktexteditor/html/",
"dependencies": [

View File

@ -4106,7 +4106,7 @@
},
"kf5texteditor": {
"baseline": "5.98.0",
"port-version": 1
"port-version": 2
},
"kf5textwidgets": {
"baseline": "5.98.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6eaa991090763dab7139de8114bc2c715659ef35",
"version": "5.98.0",
"port-version": 2
},
{
"git-tree": "184ee77705278a5194c32d6f6d38ea3bc19b4fd2",
"version": "5.98.0",