Skip to content

Commit 25d53c7

Browse files
authored
Merge pull request Homebrew#181760 from gwarf/lbdb_build_khard_module
lbdb: depend on khard, so that the khard module is built
2 parents 74011c6 + e093c85 commit 25d53c7

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

Formula/l/lbdb.rb

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@ class Lbdb < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1356664e0d455f6454e8105fe21ac8cc2b1919facc10a21f94527cb24118afc7"
15-
sha256 cellar: :any_skip_relocation, arm64_ventura: "3f2c63f1b83751a398957e64f32e3a69900f1271f7080e6a2071bfd74e4faa62"
16-
sha256 cellar: :any_skip_relocation, arm64_monterey: "2bfb2c099177387127a5538ce370e534b83c68fcbddcd40e1e74eeb9a8aa90b2"
17-
sha256 cellar: :any_skip_relocation, sonoma: "069208bf8d2ae5c6a5d3c04ec26fb8c42ffb31b51ad01fc46d970c973b7512c8"
18-
sha256 cellar: :any_skip_relocation, ventura: "cc2ccce70a1e46b6cfa83fa7254cfd6155276cf77c3edacc5cbc79a6eee103cd"
19-
sha256 cellar: :any_skip_relocation, monterey: "a5266455cc882270c08a6b693cd9099d9c652601d8e7d469e58eb61c9ff59ee7"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5bc185cb81698fe354cd26296f641f7314a1e2f98976355db9437bfd63a6b8f3"
14+
rebuild 1
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "be9937a2767a3912fa32ef9c29355603ee74fba343d2853f27c9670ac7e6b276"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b1e41b9735e02227ae4fb6d111a00542e65fa91bfd2c85f04f5b81799562f22b"
17+
sha256 cellar: :any_skip_relocation, arm64_monterey: "dfcd28b6fddeb64d97d8dd8e52dca156b3a1526bf5024c4ed0768e3e73e92b69"
18+
sha256 cellar: :any_skip_relocation, sonoma: "ccaf64124b63207fe3b2d7c59473e405becde367174cdc14d0047fcbe5f15a1f"
19+
sha256 cellar: :any_skip_relocation, ventura: "0744d37e7b5b5bdde2b75a10b41f6e78ef00d4f81ded91fcb36af85c35729411"
20+
sha256 cellar: :any_skip_relocation, monterey: "7a75bff4a9c752e3171c8f7b97cc3d2ce469dc4065c842578965ff83e8c72c51"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "57f6c94491fec0cc6a020978ad12096d98b181a6dca7541117c94a7ab31c9f5e"
2122
end
2223

2324
depends_on "abook"
25+
depends_on "khard"
2426

2527
def install
2628
system "./configure", "--prefix=#{prefix}", "--libdir=#{lib}/lbdb"
@@ -29,5 +31,7 @@ def install
2931

3032
test do
3133
assert_match version.major_minor.to_s, shell_output("#{bin}/lbdbq -v")
34+
assert_predicate lib/"lbdb/m_abook", :exist?, "m_abook module is missing!"
35+
assert_predicate lib/"lbdb/m_khard", :exist?, "m_khard module is missing!"
3236
end
3337
end

0 commit comments

Comments
 (0)