Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s*: migrate to pkgconf (part 3) #198453

Merged
merged 14 commits into from
Nov 21, 2024
2 changes: 1 addition & 1 deletion Formula/s/sh4d0wup.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Sh4d0wup < Formula

Check notice on line 1 in Formula/s/sh4d0wup.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for sh4d0wup built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/sh4d0wup.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for sh4d0wup built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/sh4d0wup.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for sh4d0wup built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/sh4d0wup.rb

View workflow job for this annotation

GitHub Actions / Linux

Bottle cache hit

Bottle for sh4d0wup built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/sh4d0wup.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for sh4d0wup built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/sh4d0wup.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for sh4d0wup built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)
desc "Signing-key abuse and update exploitation framework"
homepage "https://github.com/kpcyrd/sh4d0wup"
url "https://github.com/kpcyrd/sh4d0wup/archive/refs/tags/v0.10.0.tar.gz"
Expand All @@ -15,7 +15,7 @@
end

depends_on "llvm" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "rust" => :build
depends_on "pgpdump" => :test

Expand Down
4 changes: 2 additions & 2 deletions Formula/s/shairport-sync.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class ShairportSync < Formula

Check notice on line 1 in Formula/s/shairport-sync.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for shairport-sync built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/shairport-sync.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for shairport-sync built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/shairport-sync.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for shairport-sync built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/shairport-sync.rb

View workflow job for this annotation

GitHub Actions / Linux

Bottle cache hit

Bottle for shairport-sync built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/shairport-sync.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for shairport-sync built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/shairport-sync.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for shairport-sync built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)
desc "AirTunes emulator that adds multi-room capability"
homepage "https://github.com/mikebrady/shairport-sync"
url "https://github.com/mikebrady/shairport-sync/archive/refs/tags/4.3.4.tar.gz"
Expand All @@ -24,7 +24,7 @@

depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "libao"
depends_on "libconfig"
depends_on "libdaemon"
Expand All @@ -34,7 +34,7 @@
depends_on "pulseaudio"

def install
system "autoreconf", "-fvi"
system "autoreconf", "--force", "--install", "--verbose"
args = %W[
--with-libdaemon
--with-ssl=openssl
Expand Down
2 changes: 1 addition & 1 deletion Formula/s/shared-mime-info.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class SharedMimeInfo < Formula

Check notice on line 1 in Formula/s/shared-mime-info.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for shared-mime-info built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/shared-mime-info.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for shared-mime-info built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/shared-mime-info.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for shared-mime-info built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/shared-mime-info.rb

View workflow job for this annotation

GitHub Actions / Linux

Bottle cache hit

Bottle for shared-mime-info built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/shared-mime-info.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for shared-mime-info built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/shared-mime-info.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for shared-mime-info built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)
desc "Database of common MIME types"
homepage "https://wiki.freedesktop.org/www/Software/shared-mime-info"
url "https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/2.4/shared-mime-info-2.4.tar.bz2"
Expand Down Expand Up @@ -27,7 +27,7 @@
depends_on "itstool" => :build
depends_on "meson" => :build
depends_on "ninja" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "xmlto" => :build
depends_on "glib"

Expand Down
2 changes: 1 addition & 1 deletion Formula/s/shibboleth-sp.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class ShibbolethSp < Formula

Check notice on line 1 in Formula/s/shibboleth-sp.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for shibboleth-sp built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/shibboleth-sp.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for shibboleth-sp built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/shibboleth-sp.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for shibboleth-sp built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/shibboleth-sp.rb

View workflow job for this annotation

GitHub Actions / Linux

Bottle cache hit

Bottle for shibboleth-sp built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/shibboleth-sp.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for shibboleth-sp built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/shibboleth-sp.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for shibboleth-sp built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)
desc "Shibboleth 2 Service Provider daemon"
homepage "https://wiki.shibboleth.net/confluence/display/SHIB2"
url "https://shibboleth.net/downloads/service-provider/3.5.0/shibboleth-sp-3.5.0.tar.bz2"
Expand All @@ -19,7 +19,7 @@
sha256 x86_64_linux: "0dd53cb012bdb80804df6c2ae04476966cc9f337b4e5b2df5ee5cdef9017191c"
end

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build

depends_on "apr"
depends_on "apr-util"
Expand Down
2 changes: 1 addition & 1 deletion Formula/s/sigrok-cli.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class SigrokCli < Formula

Check notice on line 1 in Formula/s/sigrok-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for sigrok-cli built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/sigrok-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for sigrok-cli built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/sigrok-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for sigrok-cli built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/sigrok-cli.rb

View workflow job for this annotation

GitHub Actions / Linux

Bottle cache hit

Bottle for sigrok-cli built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/sigrok-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for sigrok-cli built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/sigrok-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for sigrok-cli built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)
desc "Sigrok command-line interface to use logic analyzers and more"
homepage "https://sigrok.org/"
url "https://sigrok.org/download/source/sigrok-cli/sigrok-cli-0.7.2.tar.gz"
Expand Down Expand Up @@ -32,7 +32,7 @@
depends_on "libtool" => :build
end

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "glib"
depends_on "libsigrok"
depends_on "libsigrokdecode"
Expand Down
2 changes: 1 addition & 1 deletion Formula/s/sile.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Sile < Formula

Check notice on line 1 in Formula/s/sile.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for sile built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/sile.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for sile built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/sile.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for sile built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/sile.rb

View workflow job for this annotation

GitHub Actions / Linux

Bottle cache hit

Bottle for sile built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/sile.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for sile built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/sile.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for sile built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)
desc "Modern typesetting system inspired by TeX"
homepage "https://sile-typesetter.org"
url "https://github.com/sile-typesetter/sile/releases/download/v0.15.5/sile-0.15.5.tar.zst"
Expand All @@ -24,7 +24,7 @@
end

depends_on "jq" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "poppler" => :build
depends_on "rust" => :build

Expand Down
8 changes: 4 additions & 4 deletions Formula/s/silicon.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Silicon < Formula

Check notice on line 1 in Formula/s/silicon.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for silicon built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/silicon.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for silicon built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/silicon.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for silicon built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/silicon.rb

View workflow job for this annotation

GitHub Actions / Linux

Bottle cache hit

Bottle for silicon built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/silicon.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for silicon built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)
desc "Create beautiful image of your source code"
homepage "https://github.com/Aloxaf/silicon/"
url "https://github.com/Aloxaf/silicon/archive/refs/tags/v0.5.3.tar.gz"
Expand All @@ -20,7 +20,7 @@
depends_on "harfbuzz"

on_linux do
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "libxcb"
depends_on "xclip"
end
Expand All @@ -30,7 +30,7 @@
end

test do
(testpath/"test.rs").write <<~EOF
(testpath/"test.rs").write <<~RUST
fn factorial(n: u64) -> u64 {
match n {
0 => 1,
Expand All @@ -41,10 +41,10 @@
fn main() {
println!("10! = {}", factorial(10));
}
EOF
RUST

system bin/"silicon", "-o", "output.png", "test.rs"
assert_predicate testpath/"output.png", :exist?
assert_path_exists testpath/"output.png"
expected_size = [894, 630]
assert_equal expected_size, File.read("output.png")[0x10..0x18].unpack("NN")
end
Expand Down
2 changes: 1 addition & 1 deletion Formula/s/silk.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Silk < Formula

Check notice on line 1 in Formula/s/silk.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for silk built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/silk.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for silk built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/silk.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for silk built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/silk.rb

View workflow job for this annotation

GitHub Actions / Linux

Bottle cache hit

Bottle for silk built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/silk.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for silk built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)
desc "Collection of traffic analysis tools"
homepage "https://tools.netsa.cert.org/silk/"
url "https://tools.netsa.cert.org/releases/silk-3.23.1.tar.gz"
Expand All @@ -19,7 +19,7 @@
sha256 x86_64_linux: "41438d609da5625f2a222397a1e8e5e85c82d2fe5aed69192e5b82394f52ebc0"
end

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build

depends_on "glib"
depends_on "libfixbuf"
Expand Down
2 changes: 1 addition & 1 deletion Formula/s/simple-mtpfs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class SimpleMtpfs < Formula
depends_on "autoconf" => :build
depends_on "autoconf-archive" => :build # required for AX_CXX_COMPILE_STDCXX_17
depends_on "automake" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "libfuse@2"
depends_on "libmtp"
depends_on "libusb"
Expand Down
2 changes: 1 addition & 1 deletion Formula/s/simple-scan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class SimpleScan < Formula
depends_on "itstool" => :build
depends_on "meson" => :build
depends_on "ninja" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "vala" => :build

depends_on "cairo"
Expand Down
4 changes: 2 additions & 2 deletions Formula/s/simple-tiles.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class SimpleTiles < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "5b9bddf6bb8104fa5720df1b5a14e1f15710a09f04ccd9901555cc61bfd9d568"
end

depends_on "pkg-config" => [:build, :test]
depends_on "pkgconf" => [:build, :test]

depends_on "cairo"
depends_on "gdal"
Expand Down Expand Up @@ -59,7 +59,7 @@ def install
return 0;
}
C
cflags = shell_output("pkg-config --cflags simple-tiles").chomp.split
cflags = shell_output("pkgconf --cflags simple-tiles").chomp.split
system ENV.cc, "test.c", *cflags, "-L#{lib}", "-lsimple-tiles", "-o", "test"
system "./test"
end
Expand Down
6 changes: 2 additions & 4 deletions Formula/s/simutrans.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Simutrans < Formula

Check notice on line 1 in Formula/s/simutrans.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for simutrans built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/simutrans.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for simutrans built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/simutrans.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for simutrans built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/simutrans.rb

View workflow job for this annotation

GitHub Actions / Linux

Bottle cache hit

Bottle for simutrans built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/simutrans.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for simutrans built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)
desc "Transport simulator"
homepage "https://www.simutrans.com/"
url "svn://servers.simutrans.org/simutrans/trunk/", revision: "11395"
Expand Down Expand Up @@ -27,7 +27,7 @@
end

depends_on "cmake" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "fluid-synth"
depends_on "fontconfig"
depends_on "freetype"
Expand All @@ -41,8 +41,6 @@
uses_from_macos "curl"
uses_from_macos "zlib"

fails_with gcc: "5"

resource "pak64" do
url "https://downloads.sourceforge.net/project/simutrans/pak64/124-2/simupak64-124-2.zip"
sha256 "e690e4647a1a617032a3778a2457c8812cc4510afad0f5bf8524999468146d86"
Expand All @@ -56,7 +54,7 @@
# These translations are dynamically generated.
system "./tools/get_lang_files.sh"

system "cmake", "-B", "build", "-S", ".", *std_cmake_args, "-DSIMUTRANS_USE_REVISION=#{stable.specs[:revision]}"
system "cmake", "-B", "build", "-S", ".", "-DSIMUTRANS_USE_REVISION=#{stable.specs[:revision]}", *std_cmake_args
system "cmake", "--build", "build"
system "cmake", "--build", "build", "--target", "makeobj"
system "cmake", "--build", "build", "--target", "nettool"
Expand Down
4 changes: 1 addition & 3 deletions Formula/s/siril.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Siril < Formula

Check warning on line 1 in Formula/s/siril.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

No bottle built for siril!

siril has unbottled dependencies, so a bottle will not be built.
desc "Astronomical image processing tool"
homepage "https://www.siril.org"
url "https://free-astro.org/download/siril-1.2.4.tar.bz2"
Expand All @@ -19,7 +19,7 @@
depends_on "cmake" => :build
depends_on "meson" => :build
depends_on "ninja" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build

depends_on "adwaita-icon-theme"
depends_on "cairo"
Expand Down Expand Up @@ -55,8 +55,6 @@
depends_on "libomp"
end

fails_with gcc: "5" # ffmpeg is compiled with GCC

def install
args = %w[
--force-fallback-for=kplot
Expand Down
5 changes: 2 additions & 3 deletions Formula/s/sispmctl.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Sispmctl < Formula

Check notice on line 1 in Formula/s/sispmctl.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for sispmctl built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/sispmctl.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for sispmctl built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/sispmctl.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for sispmctl built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/sispmctl.rb

View workflow job for this annotation

GitHub Actions / Linux

Bottle cache hit

Bottle for sispmctl built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)

Check notice on line 1 in Formula/s/sispmctl.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for sispmctl built at db93293e68c (Merge c4c503c460f1a17f194230bcb385c9782e300723 into c3d88ad11c16a194ae3895e24a7bcbd5053d6119, 2024-11-21)
desc "Control Gembird SIS-PM programmable power outlet strips"
homepage "https://sispmctl.sourceforge.net/"
url "https://downloads.sourceforge.net/project/sispmctl/sispmctl/sispmctl-4.12/sispmctl-4.12.tar.gz"
Expand All @@ -16,12 +16,11 @@
sha256 x86_64_linux: "db43f15862bbace1e2af6f17b257da7d3522011d82f00fa581d78fea1faa47db"
end

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "libusb-compat"

def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "./configure", *std_configure_args
system "make", "install"
end

Expand Down
Loading