mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
[kf5texteditor] Fix installation order bug (#40452)
This commit is contained in:
parent
6aefaf4d1a
commit
acfe7e6f23
@ -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}
|
||||||
)
|
)
|
||||||
|
@ -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": [
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user