Skip to content

Commit

Permalink
[libalkimia] no absolute paths (#22710)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Jan 26, 2022
1 parent ef5c753 commit 65be533
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ports/libalkimia/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,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}/COPYING.LIB" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
2 changes: 2 additions & 0 deletions ports/libalkimia/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "libalkimia",
"version": "8.1.70",
"port-version": 1,
"description": "Common functionality for finance applications.",
"homepage": "https://community.kde.org/Alkimia/libalkimia",
"license": "LGPL-2.1-or-later",
"dependencies": [
"ecm",
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3326,7 +3326,7 @@
},
"libalkimia": {
"baseline": "8.1.70",
"port-version": 0
"port-version": 1
},
"libarchive": {
"baseline": "3.5.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libalkimia.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "09e0633aca7ce1433e7cd6542404a12f90bf1de1",
"version": "8.1.70",
"port-version": 1
},
{
"git-tree": "6cf107a0e18ea3b0238500ece6257e212a6ddd2b",
"version": "8.1.70",
Expand Down

0 comments on commit 65be533

Please sign in to comment.