[kf5texteditor] Fix installation order bug (#40452)

This commit is contained in:
Kai Pastor 2024-08-15 01:53:34 +02:00 committed by GitHub
parent 6aefaf4d1a
commit acfe7e6f23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 2 deletions

View File

@ -32,7 +32,7 @@ vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}" SOURCE_PATH "${SOURCE_PATH}"
OPTIONS OPTIONS
-DBUILD_TESTING=OFF -DBUILD_TESTING=OFF
-DENABLE_KAUTH_DEFAULT=OFF -DENABLE_KAUTH=OFF
-DKDE_INSTALL_PLUGINDIR=plugins -DKDE_INSTALL_PLUGINDIR=plugins
-DVCPKG_HOST_TRIPLET=${VCPKG_HOST_TRIPLET} -DVCPKG_HOST_TRIPLET=${VCPKG_HOST_TRIPLET}
) )

View File

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

View File

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

View File

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