Skip to content

Commit

Permalink
[at-spi2-core] no absolute paths (microsoft#28856)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Jan 12, 2023
1 parent 28a1587 commit 8dae4e5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/at-spi2-core/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if(VCPKG_TARGET_IS_LINUX)
message(STATUS "${PORT} currently requires the following libraries from the system package manager:\n libdbus-1\n libxi-dev\n libxtst-dev\n\nThese can be installed on Ubuntu systems via apt-get install libdbus-1-dev libxi-dev libxtst-dev")
message(STATUS "${PORT} currently requires the following libraries from the system package manager:\n libdbus-1-dev\n libxi-dev\n libxtst-dev\n\nThese can be installed on Ubuntu systems via apt-get install libdbus-1-dev libxi-dev libxtst-dev")
endif()

vcpkg_from_gitlab(
Expand Down Expand Up @@ -41,7 +41,7 @@ endif()

file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share" "${CURRENT_PACKAGES_DIR}/share/defaults")

if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
Expand Down
1 change: 1 addition & 0 deletions ports/at-spi2-core/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "at-spi2-core",
"version": "2.44.1",
"port-version": 1,
"description": "Base DBus XML interfaces for accessibility, the accessibility registry daemon, and atspi library.",
"homepage": "https://www.gtk.org/",
"license": null,
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/at-spi2-core.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "72611608fcbd5e1a1b867a88e4810d75ddc94fdf",
"version": "2.44.1",
"port-version": 1
},
{
"git-tree": "dd1e736f89692df6c27db81eed2269458666841b",
"version": "2.44.1",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
},
"at-spi2-core": {
"baseline": "2.44.1",
"port-version": 0
"port-version": 1
},
"atk": {
"baseline": "2.38.0",
Expand Down

0 comments on commit 8dae4e5

Please sign in to comment.