mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 20:32:47 +08:00
[kf5attica] no absolute paths (#22324)
This commit is contained in:
parent
f9b2095ff6
commit
00b791920a
@ -26,4 +26,6 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
|
||||
endif()
|
||||
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "kf5attica",
|
||||
"version": "5.89.0",
|
||||
"port-version": 1,
|
||||
"description": "A Qt library that implements the Open Collaboration Services API",
|
||||
"homepage": "https://api.kde.org/frameworks/attica/html/index.html",
|
||||
"dependencies": [
|
||||
|
@ -3054,7 +3054,7 @@
|
||||
},
|
||||
"kf5attica": {
|
||||
"baseline": "5.89.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"kf5auth": {
|
||||
"baseline": "5.89.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1ef9b989e525f13878a113dcd3ac801efe6d3b7b",
|
||||
"version": "5.89.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "7d2b92c0e01ddccefac1907485d8d515a4e9a682",
|
||||
"version": "5.89.0",
|
||||
|
Loading…
Reference in New Issue
Block a user