File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ class GzGui9 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/gz-gui/releases/gz-gui-9.0.1.tar.bz2"
5
5
sha256 "873d9950b1aa577b5b7f864caa4c3f759e29d5b67b81c4d69ab7d37043c4f96d"
6
6
license "Apache-2.0"
7
- revision 11
7
+ revision 12
8
8
9
9
head "https://github.com/gazebosim/gz-gui.git" , branch : "gz-gui9"
10
10
11
+ bottle do
12
+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13
+ sha256 sonoma : "389e4ba5206eba1f657b225c40e988192835d7a5bcb4881972bbea86e3b2cc74"
14
+ sha256 ventura : "56287ad736b5128798ea63306d1dedb3131fe585ead1c98077bacfc43eeaeee7"
15
+ end
16
+
11
17
depends_on "cmake" => [ :build , :test ]
12
18
depends_on "pkgconf" => [ :build , :test ]
13
19
depends_on "abseil"
@@ -24,6 +30,12 @@ class GzGui9 < Formula
24
30
depends_on "qt@5"
25
31
depends_on "tinyxml2"
26
32
33
+ patch do
34
+ # Fix for compatibility with protobuf 30
35
+ url "https://github.com/gazebosim/gz-gui/commit/e1eb227411f605577c4eb6de2f4df627d72d1ade.patch?full_index=1"
36
+ sha256 "6134cf08e128909430e2a0ed1e09c1092fe13b9ec9a345d2a24fed7eeee00e52"
37
+ end
38
+
27
39
def install
28
40
rpaths = [
29
41
rpath ,
You can’t perform that action at this time.
0 commit comments