Skip to content

Commit

Permalink
[qtkeychain] Fix the CMake export target on windows (#25018)
Browse files Browse the repository at this point in the history
* [qtkeychain] Fix the CMake export target on windows

* [qtkeychain-qt6] Fix the CMake export target on windows
  • Loading branch information
daschuer committed Jun 2, 2022
1 parent 43c85d7 commit abb073f
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 8 deletions.
5 changes: 3 additions & 2 deletions ports/qtkeychain-qt6/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ message(WARNING "qtkeychain is a third-party extension to Qt and is not affiliat
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO frankosterfeld/qtkeychain
REF v0.13.2
SHA512 10f8b1c959a126ba14614b797ea5640404a0b95c71e452225c74856eae90e966aac581ca393508a2106033c3d5ad70427ea6f7ef3f2997eddf6d09a7b4fa26eb
# 0.13.2 plus three commits, for a CMake export target fix
REF cd4d73299b144d11c310f6ca9a6ab1ef50c45431
SHA512 a1af668bec23df5d696ad49129ec2aa6d332f043b43bb9875c2b025007452571bfd9431fd37c72189e957329491c04703e8c6d1104c7a117ebf28cb91249b639
HEAD_REF master
)

Expand Down
1 change: 1 addition & 0 deletions ports/qtkeychain-qt6/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "qtkeychain-qt6",
"version": "0.13.2",
"port-version": 1,
"description": "(Unaffiliated with Qt) Platform-independent Qt6 API for storing passwords securely",
"homepage": "https://github.com/frankosterfeld/qtkeychain",
"license": "BSD-3-Clause",
Expand Down
6 changes: 3 additions & 3 deletions ports/qtkeychain/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ message(WARNING "qtkeychain is a third-party extension to Qt and is not affiliat
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO frankosterfeld/qtkeychain
# 0.13.2 plus two commits, for a CMake export target fix
REF e5eeb1763e295f6b05a3f008ee7ae192fd74ed0c
SHA512 c6f216c8acdd89607d16582305bff962a0049512565f8ead7bebf06bce1540cdf41cc8b6dc31b45396befd90a3bd65a2f8a969242f302cbb61438ff7a48aab1c
# 0.13.2 plus three commits, for a CMake export target fix
REF cd4d73299b144d11c310f6ca9a6ab1ef50c45431
SHA512 a1af668bec23df5d696ad49129ec2aa6d332f043b43bb9875c2b025007452571bfd9431fd37c72189e957329491c04703e8c6d1104c7a117ebf28cb91249b639
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/qtkeychain/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qtkeychain",
"version": "0.13.2",
"port-version": 2,
"port-version": 3,
"description": "(Unaffiliated with Qt) Platform-independent Qt5 API for storing passwords securely",
"homepage": "https://github.com/frankosterfeld/qtkeychain",
"license": "BSD-3-Clause",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5926,11 +5926,11 @@
},
"qtkeychain": {
"baseline": "0.13.2",
"port-version": 2
"port-version": 3
},
"qtkeychain-qt6": {
"baseline": "0.13.2",
"port-version": 0
"port-version": 1
},
"qtlocation": {
"baseline": "6.3.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qtkeychain-qt6.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3733fba48696a40e64b18c2d52d4adc04e6eb22d",
"version": "0.13.2",
"port-version": 1
},
{
"git-tree": "b3df36df3c274f528e53cd1f8366811231b15151",
"version": "0.13.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qtkeychain.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "eda48d2b83676b8209a40d68b286c570aeed785e",
"version": "0.13.2",
"port-version": 3
},
{
"git-tree": "6311d9dd13b97c8a01a980d7b42ea6cfecc4f765",
"version": "0.13.2",
Expand Down

0 comments on commit abb073f

Please sign in to comment.