mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 05:38:00 +08:00
[at-spi2-core, at-spi2-atk] Add dependency dbus (#35599)
* [at-spi2-core, at-spi2-atk] Add dependency dbus * update version
This commit is contained in:
parent
85ade256c8
commit
6186ec51c8
@ -1,7 +1,3 @@
|
|||||||
if(VCPKG_TARGET_IS_LINUX)
|
|
||||||
message(STATUS "${PORT} currently requires the following libraries from the system package manager:\n libdbus-1\n\nThese can be installed on Ubuntu systems via apt-get install libdbus-1-dev")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
vcpkg_from_gitlab(
|
vcpkg_from_gitlab(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
GITLAB_URL https://gitlab.gnome.org
|
GITLAB_URL https://gitlab.gnome.org
|
||||||
@ -22,7 +18,7 @@ vcpkg_copy_pdbs()
|
|||||||
|
|
||||||
vcpkg_fixup_pkgconfig()
|
vcpkg_fixup_pkgconfig()
|
||||||
|
|
||||||
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
|
||||||
|
|
||||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "at-spi2-atk",
|
"name": "at-spi2-atk",
|
||||||
"version": "2.38.0",
|
"version": "2.38.0",
|
||||||
|
"port-version": 1,
|
||||||
"description": "Implementation of the ATK interfaces in terms of the libatspi2 API.",
|
"description": "Implementation of the ATK interfaces in terms of the libatspi2 API.",
|
||||||
"homepage": "https://www.gtk.org/",
|
"homepage": "https://www.gtk.org/",
|
||||||
"license": null,
|
"license": null,
|
||||||
@ -8,6 +9,10 @@
|
|||||||
"dependencies": [
|
"dependencies": [
|
||||||
"at-spi2-core",
|
"at-spi2-core",
|
||||||
"atk",
|
"atk",
|
||||||
|
{
|
||||||
|
"name": "dbus",
|
||||||
|
"platform": "linux"
|
||||||
|
},
|
||||||
"libxml2",
|
"libxml2",
|
||||||
{
|
{
|
||||||
"name": "vcpkg-tool-meson",
|
"name": "vcpkg-tool-meson",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
if(VCPKG_TARGET_IS_LINUX)
|
if(VCPKG_TARGET_IS_LINUX)
|
||||||
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")
|
message(STATUS "${PORT} currently requires the following libraries from the system package manager:\n libxi-dev\n libxtst-dev\n\nThese can be installed on Ubuntu systems via apt-get install libxi-dev libxtst-dev")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
vcpkg_from_gitlab(
|
vcpkg_from_gitlab(
|
||||||
@ -36,7 +36,7 @@ if(NOT DEFINED VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL "debug")
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
|
||||||
|
|
||||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share" "${CURRENT_PACKAGES_DIR}/share/defaults")
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share" "${CURRENT_PACKAGES_DIR}/share/defaults")
|
||||||
|
|
||||||
|
@ -1,12 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "at-spi2-core",
|
"name": "at-spi2-core",
|
||||||
"version": "2.44.1",
|
"version": "2.44.1",
|
||||||
"port-version": 2,
|
"port-version": 3,
|
||||||
"description": "Base DBus XML interfaces for accessibility, the accessibility registry daemon, and atspi library.",
|
"description": "Base DBus XML interfaces for accessibility, the accessibility registry daemon, and atspi library.",
|
||||||
"homepage": "https://www.gtk.org/",
|
"homepage": "https://www.gtk.org/",
|
||||||
"license": null,
|
"license": null,
|
||||||
"supports": "linux",
|
"supports": "linux",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"name": "dbus",
|
||||||
|
"platform": "linux"
|
||||||
|
},
|
||||||
"glib",
|
"glib",
|
||||||
{
|
{
|
||||||
"name": "glib",
|
"name": "glib",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "97535464d9f15ce3bcadaf78ad8031fa3df5eda5",
|
||||||
|
"version": "2.38.0",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "ebb28a9cdbd06d3185ba2e0cfc1945be23a0a608",
|
"git-tree": "ebb28a9cdbd06d3185ba2e0cfc1945be23a0a608",
|
||||||
"version": "2.38.0",
|
"version": "2.38.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "5143414003b96ead1ffe40c57c9bf764bf64b0c0",
|
||||||
|
"version": "2.44.1",
|
||||||
|
"port-version": 3
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "897df7693a8a1addc3a5ab84efabef89e4cef1d8",
|
"git-tree": "897df7693a8a1addc3a5ab84efabef89e4cef1d8",
|
||||||
"version": "2.44.1",
|
"version": "2.44.1",
|
||||||
|
@ -286,11 +286,11 @@
|
|||||||
},
|
},
|
||||||
"at-spi2-atk": {
|
"at-spi2-atk": {
|
||||||
"baseline": "2.38.0",
|
"baseline": "2.38.0",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"at-spi2-core": {
|
"at-spi2-core": {
|
||||||
"baseline": "2.44.1",
|
"baseline": "2.44.1",
|
||||||
"port-version": 2
|
"port-version": 3
|
||||||
},
|
},
|
||||||
"atk": {
|
"atk": {
|
||||||
"baseline": "2.38.0",
|
"baseline": "2.38.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user