[atk] Allow building on ARM (#27228)

* [atk] Allow building on ARM

Tested on Windows 11 ARM / macOS ARM

* [atk] Update version
This commit is contained in:
Ice0 2022-10-18 18:21:47 -07:00 committed by GitHub
parent c581ba650b
commit 80ec78ddf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -24,3 +24,4 @@ vcpkg_copy_pdbs()
vcpkg_fixup_pkgconfig() vcpkg_fixup_pkgconfig()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,11 +1,10 @@
{ {
"name": "atk", "name": "atk",
"version": "2.38.0", "version": "2.38.0",
"port-version": 2, "port-version": 3,
"description": "GNOME Accessibility Toolkit", "description": "GNOME Accessibility Toolkit",
"homepage": "https://developer.gnome.org/atk/", "homepage": "https://developer.gnome.org/atk/",
"license": "GPL-2.0-only", "license": "GPL-2.0-only",
"supports": "!arm",
"dependencies": [ "dependencies": [
"gettext", "gettext",
"glib", "glib",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "648ef40c1a892940c1a4c501123cafacd86e4f5a",
"version": "2.38.0",
"port-version": 3
},
{ {
"git-tree": "e6aebc3163947c210e176a1e9ab0ddd1c6c7d0bf", "git-tree": "e6aebc3163947c210e176a1e9ab0ddd1c6c7d0bf",
"version": "2.38.0", "version": "2.38.0",

View File

@ -234,7 +234,7 @@
}, },
"atk": { "atk": {
"baseline": "2.38.0", "baseline": "2.38.0",
"port-version": 2 "port-version": 3
}, },
"atkmm": { "atkmm": {
"baseline": "2.36.1", "baseline": "2.36.1",