Skip to content

Commit

Permalink
at-spi2-core 2.50.0
Browse files Browse the repository at this point in the history
* Enable building on macOS
* Remove specific Python and let `meson` use current interpreter
* Merge `atk` and `atk-spi2-atk` into `at-spi2-core`
  • Loading branch information
cho-m committed Nov 27, 2023
1 parent c8e5083 commit 9650eff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 143 deletions.
91 changes: 0 additions & 91 deletions Formula/a/at-spi2-atk.rb

This file was deleted.

8 changes: 4 additions & 4 deletions Formula/a/at-spi2-core.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class AtSpi2Core < Formula
desc "Protocol definitions and daemon for D-Bus at-spi"
homepage "https://www.freedesktop.org/wiki/Accessibility/AT-SPI2"
url "https://download.gnome.org/sources/at-spi2-core/2.44/at-spi2-core-2.44.1.tar.xz"
sha256 "4beb23270ba6cf7caf20b597354d75194d89afb69d2efcf15f4271688ba6f746"
url "https://download.gnome.org/sources/at-spi2-core/2.50/at-spi2-core-2.50.0.tar.xz"
sha256 "e9f5a8c8235c9dd963b2171de9120301129c677dde933955e1df618b949c4adc"
license "LGPL-2.1-or-later"

bottle do
Expand All @@ -15,14 +15,14 @@ class AtSpi2Core < Formula
depends_on "meson" => :build
depends_on "ninja" => :build
depends_on "pkg-config" => [:build, :test]
depends_on "python@3.11" => :build
depends_on "dbus"
depends_on "glib"
depends_on "libx11"
depends_on "libxtst"
depends_on :linux
depends_on "xorgproto"

uses_from_macos "libxml2"

def install
system "meson", "setup", "build", *std_meson_args
system "meson", "compile", "-C", "build", "--verbose"
Expand Down
47 changes: 0 additions & 47 deletions Formula/a/atk.rb

This file was deleted.

4 changes: 3 additions & 1 deletion formula_renames.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"app-engine-java-sdk": "app-engine-java",
"ark": "velero",
"arm": "nyx",
"at-spi2-atk": "at-spi2-core",
"atk": "at-spi2-core",
"azion-cli": "azion",
"aztfy": "aztfexport",
"artifactory-cli-go": "jfrog-cli-go",
Expand Down Expand Up @@ -182,4 +184,4 @@
"wxmac": "wxwidgets",
"wxmac@3.0": "wxwidgets@3.0",
"xu4": "scummvm"
}
}

0 comments on commit 9650eff

Please sign in to comment.