aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/at-spi2-atk
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/at-spi2-atk')
-rw-r--r--vcpkg/ports/at-spi2-atk/portfile.cmake25
-rw-r--r--vcpkg/ports/at-spi2-atk/vcpkg.json22
2 files changed, 47 insertions, 0 deletions
diff --git a/vcpkg/ports/at-spi2-atk/portfile.cmake b/vcpkg/ports/at-spi2-atk/portfile.cmake
new file mode 100644
index 0000000..a097214
--- /dev/null
+++ b/vcpkg/ports/at-spi2-atk/portfile.cmake
@@ -0,0 +1,25 @@
+vcpkg_from_gitlab(
+ OUT_SOURCE_PATH SOURCE_PATH
+ GITLAB_URL https://gitlab.gnome.org
+ REPO GNOME/at-spi2-atk
+ REF AT_SPI2_ATK_2_38_0
+ SHA512 d065a22e46f5d9459e14bc81050795e8b60ba8d6650ec9edf90ec6c205e68eb4ea3cc01f096cf636b066439b85892f203bc7a1c9d41f8ca899f29777556aa6cd
+)
+
+vcpkg_configure_meson(
+ SOURCE_PATH "${SOURCE_PATH}"
+ OPTIONS
+ -Dtests=false
+)
+
+vcpkg_install_meson()
+
+vcpkg_copy_pdbs()
+
+vcpkg_fixup_pkgconfig()
+
+vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
+
+if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
+ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
+endif()
diff --git a/vcpkg/ports/at-spi2-atk/vcpkg.json b/vcpkg/ports/at-spi2-atk/vcpkg.json
new file mode 100644
index 0000000..232abaf
--- /dev/null
+++ b/vcpkg/ports/at-spi2-atk/vcpkg.json
@@ -0,0 +1,22 @@
+{
+ "name": "at-spi2-atk",
+ "version": "2.38.0",
+ "port-version": 1,
+ "description": "Implementation of the ATK interfaces in terms of the libatspi2 API.",
+ "homepage": "https://www.gtk.org/",
+ "license": null,
+ "supports": "linux",
+ "dependencies": [
+ "at-spi2-core",
+ "atk",
+ {
+ "name": "dbus",
+ "platform": "linux"
+ },
+ "libxml2",
+ {
+ "name": "vcpkg-tool-meson",
+ "host": true
+ }
+ ]
+}