From 68341c024dbc0b0aba3e8efa0f20def3845a2036 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Mon, 4 Dec 2023 10:42:20 -0800 Subject: [PATCH 1/2] pcb2gcode: update dependencies --- Formula/p/pcb2gcode.rb | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Formula/p/pcb2gcode.rb b/Formula/p/pcb2gcode.rb index 0414606586c99..8e634462b29e9 100644 --- a/Formula/p/pcb2gcode.rb +++ b/Formula/p/pcb2gcode.rb @@ -17,10 +17,6 @@ class Pcb2gcode < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "ec22ceb70ddf645429e299780bed3d3ed0e3e26c2c1a97ba986d8fe7ebc881fd" end - # Release 2.0.0 doesn't include an autoreconfed tarball - # glibmm, gtkmm and librsvg are used only in unittests, - # and are therefore not needed at runtime. - depends_on "atkmm@2.28" => :build depends_on "autoconf" => :build depends_on "automake" => :build depends_on "cairomm@1.14" => :build @@ -31,8 +27,16 @@ class Pcb2gcode < Formula depends_on "libtool" => :build depends_on "pangomm@2.46" => :build depends_on "pkg-config" => :build + depends_on "at-spi2-core" depends_on "boost" + depends_on "cairo" + depends_on "gdk-pixbuf" depends_on "gerbv" + depends_on "gettext" + depends_on "glib" + depends_on "gtk+" + depends_on "harfbuzz" + depends_on "pango" fails_with gcc: "5" From 05aaf308d984c9acfb052d3451be95c9284764a3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 4 Dec 2023 19:50:32 +0000 Subject: [PATCH 2/2] pcb2gcode: update 2.5.0_4 bottle. --- Formula/p/pcb2gcode.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/p/pcb2gcode.rb b/Formula/p/pcb2gcode.rb index 8e634462b29e9..46dac917044ab 100644 --- a/Formula/p/pcb2gcode.rb +++ b/Formula/p/pcb2gcode.rb @@ -8,13 +8,14 @@ class Pcb2gcode < Formula head "https://github.com/pcb2gcode/pcb2gcode.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sonoma: "165dcd58cedd972f134aca913649728a39819f5cb17e01a6f9b5adf34ede7792" - sha256 cellar: :any, arm64_ventura: "83bf29c11793c0a6208364355933e342f50c7fa06a8ce78e82b1e20443eda6fd" - sha256 cellar: :any, arm64_monterey: "0ef47de906052a46031dd49c805d891bfd5be25bbe468a9933a3afe523d55be6" - sha256 cellar: :any, sonoma: "a5f6f6d946b919477efb31e923f378ff89f04861f1bf35aa7cbacbbd9dc5de51" - sha256 cellar: :any, ventura: "bef81727aaaa2079ceef617955d35a26a48721785b3903afca106b5f14b25a29" - sha256 cellar: :any, monterey: "9e79fcda35d2e77f22aa77f0054393751912b05361473320cea9901de5cacf2b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ec22ceb70ddf645429e299780bed3d3ed0e3e26c2c1a97ba986d8fe7ebc881fd" + rebuild 1 + sha256 cellar: :any, arm64_sonoma: "419f56f545fef6c657ba66b44dfc4a6bd5809a4eb5bf5adf818fdf8c4259d829" + sha256 cellar: :any, arm64_ventura: "524e436fd4770d16fb870a59cc1edfa096d7270bfb4c2476d4048b34185a2bca" + sha256 cellar: :any, arm64_monterey: "dd374ee932d974d59f26e38a887db0d579570889bb54527bde075a843fd41393" + sha256 cellar: :any, sonoma: "cde6955320ec6da6a34156daf803b9dfa272bf7edd1e0d01858a98abf5e74a27" + sha256 cellar: :any, ventura: "48b9b683160f5bf4f84f6d5bab7ee32aad6bad95193692ed41a7476b74fd7e48" + sha256 cellar: :any, monterey: "c675dd3695e13f352e54b7f63190aa5ba012f33490ea333260b403475379fac9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c7725fe41da2b8d4960737e8b45e6194f0782fb368592869d5ac78558d62e950" end depends_on "autoconf" => :build