Skip to content

Commit

Permalink
protobuf-c: Update to version 1.5.0
Browse files Browse the repository at this point in the history
Add abseil-cpp as a dependency since it is now required. Furthermore,
add Config.cmake.in file[1] because it is missing from the tarball.

See protobuf-c/protobuf-c#698

[1] https://github.com/protobuf-c/protobuf-c/blob/8c201f6e47a53feaab773922a743091eb6c8972a/build-cmake/Config.cmake.in
  • Loading branch information
AlessandroBono committed Dec 14, 2023
1 parent 6d9ed5e commit cd8b61a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions gvsbuild/patches/protobuf-c/build-cmake/Config.cmake.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@PACKAGE_INIT@
include("${CMAKE_CURRENT_LIST_DIR}/protobuf-c-targets.cmake")
5 changes: 3 additions & 2 deletions gvsbuild/projects/protobuf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ def __init__(self):
Project.__init__(
self,
"protobuf-c",
version="1.4.1",
version="1.5.0",
archive_url="https://github.com/protobuf-c/protobuf-c/releases/download/v{version}/protobuf-c-{version}.tar.gz",
hash="4cc4facd508172f3e0a4d3a8736225d472418aee35b4ad053384b137b220339f",
hash="7b404c63361ed35b3667aec75cc37b54298d56dd2bcf369de3373212cc06fd98",
dependencies=[
"abseil-cpp",
"cmake",
"protobuf",
"ninja",
Expand Down

0 comments on commit cd8b61a

Please sign in to comment.