mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:59:00 +08:00
[qca] no absolute paths (#21571)
This commit is contained in:
parent
9205eec995
commit
f2149f09f1
@ -78,5 +78,7 @@ file(REMOVE_RECURSE
|
||||
"${CURRENT_PACKAGES_DIR}/debug/share"
|
||||
)
|
||||
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
# Handle copyright
|
||||
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "qca",
|
||||
"version": "2.3.4",
|
||||
"port-version": 1,
|
||||
"description": "Qt Cryptographic Architecture (QCA).",
|
||||
"homepage": "https://cgit.kde.org/qca.git/",
|
||||
"dependencies": [
|
||||
|
@ -5490,7 +5490,7 @@
|
||||
},
|
||||
"qca": {
|
||||
"baseline": "2.3.4",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"qcustomplot": {
|
||||
"baseline": "2.0.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d61c0d118f3d64f69c85f2442b28d4c2eed0a070",
|
||||
"version": "2.3.4",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "8fd8829b933de5ae6fffecd509403987ca084634",
|
||||
"version": "2.3.4",
|
||||
|
Loading…
Reference in New Issue
Block a user