11class AtSpi2Core < Formula
22 desc "Protocol definitions and daemon for D-Bus at-spi"
33 homepage "https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/"
4- url "https://download.gnome.org/sources/at-spi2-core/2.56 /at-spi2-core-2.56.4 .tar.xz"
5- sha256 "dbe35b951499e1d6f1fb552c2e0a09cea7cba2adf6c2eba0b2c85b6c094a3a02 "
4+ url "https://download.gnome.org/sources/at-spi2-core/2.58 /at-spi2-core-2.58.0 .tar.xz"
5+ sha256 "dfdd3300da2783a21969ffade2889817fb7c1906a4ef92497eba65969b3dab5a "
66 license "LGPL-2.1-or-later"
77
88 bottle do
9- sha256 arm64_tahoe : "b655a631d05ee3e4d6d5db104446bec6593d3f240d4dcad9dfc4010c1fbe69ae"
10- sha256 arm64_sequoia : "eb6790869d525f4e60efa86d0f8d4393bcfa731b0ea428aed854d2bc369b2d19"
11- sha256 arm64_sonoma : "d3a71ffcdd7e6f41166381e05d6b659df11061150a60246b3e5d08339dcdcc8d"
12- sha256 arm64_ventura : "ade98c260a0781f8243689f9f86ad8ad09acf446919d656ff44ca07a84cbdbf8"
13- sha256 sonoma : "a0c090f3bb57c2237f012ff347abcda89f0c2481b5a06acaba0806ce5ec518fe"
14- sha256 ventura : "28d025e00a35ffb860474d237df2b679fa33b11c5f1165c3a0c0ff6e147e8bba"
15- sha256 arm64_linux : "3c335185fc9e3650051422b718ef49cb33ec8362e7dda83597b2a4b2fd8ea8dd"
16- sha256 x86_64_linux : "4707a71272f8f60d3a22ced6e86eec2c0843846fc79f2ad363b13a56e48c492b"
9+ sha256 arm64_tahoe : "379a4e5a1f967f1856f761949affacf6ed8f13e7b7c14a1537144cbf907a373f"
10+ sha256 arm64_sequoia : "453b4536f1f3858d9181a94fc49eeb0dc1b08986515330741711674f05a2139b"
11+ sha256 arm64_sonoma : "714889751e3585026629752da6713a49a7e8e77dfdf6b42e5c5cb885343aafd6"
12+ sha256 sonoma : "82ab50821a7dd46bc4d22f391f2fb9bd1d8458ee34d2e4448e02e35f590a58d8"
13+ sha256 arm64_linux : "a4631294361f9f99d5d688995596beb7c9f3df6bb733c421a0a638f1de6fcf56"
14+ sha256 x86_64_linux : "5b1898285656a3a211d2b238257b8eea4cf74c8aedb31642f627ee247efb3bae"
1715 end
1816
1917 depends_on "gettext" => :build
@@ -36,6 +34,9 @@ class AtSpi2Core < Formula
3634 end
3735
3836 def install
37+ # Workaround for https://gitlab.gnome.org/GNOME/at-spi2-core/-/issues/203
38+ ENV . append_to_cflags "-D_DARWIN_C_SOURCE" if OS . mac?
39+
3940 system "meson" , "setup" , "build" , *std_meson_args
4041 system "meson" , "compile" , "-C" , "build" , "--verbose"
4142 system "meson" , "install" , "-C" , "build"
0 commit comments