Skip to content

Commit b790ba1

Browse files
scpetersosrfbuild
andauthored
gz-gui9: patch for protobuf 30 (#3099)
* patch for protobuf 30 * update bottle. Signed-off-by: Steve Peters <scpeters@openrobotics.org> Co-authored-by: OSRF Build Bot <osrfbuild@osrfoundation.org>
1 parent a68af25 commit b790ba1

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Formula/gz-gui9.rb

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ class GzGui9 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-gui/releases/gz-gui-9.0.1.tar.bz2"
55
sha256 "873d9950b1aa577b5b7f864caa4c3f759e29d5b67b81c4d69ab7d37043c4f96d"
66
license "Apache-2.0"
7-
revision 11
7+
revision 12
88

99
head "https://github.com/gazebosim/gz-gui.git", branch: "gz-gui9"
1010

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+
1117
depends_on "cmake" => [:build, :test]
1218
depends_on "pkgconf" => [:build, :test]
1319
depends_on "abseil"
@@ -24,6 +30,12 @@ class GzGui9 < Formula
2430
depends_on "qt@5"
2531
depends_on "tinyxml2"
2632

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+
2739
def install
2840
rpaths = [
2941
rpath,

0 commit comments

Comments
 (0)