protobuf: move existing package to protobuf-compat
authorGeorge Sapkin <redacted>
Sun, 10 May 2026 12:48:49 +0000 (15:48 +0300)
committerGeorge Sapkin <redacted>
Wed, 13 May 2026 17:57:12 +0000 (20:57 +0300)
commit1955859cd4c7ffa9d724cd707cbcf801da52d47b
treeeebac7279cecbfd6a63803db5da32575bdcb302d
parent736edbfa2f76eba06102f67c6d0ae4224d26d2d3
protobuf: move existing package to protobuf-compat

Move existing protobuf package to protobuf-compat to support packages that
don't work with modern version of Protobuf.

Install headers and libraries into /usr/protobuf-compat so as not to
confuse other packages with duplicate headers, and to prevent paths
conflicts with non-compat Protobuf.

Install link protoc as protoc-compat.

Signed-off-by: George Sapkin <redacted>
libs/protobuf/Makefile [deleted file]
libs/protobuf/protobuf-compat/Makefile [new file with mode: 0644]
libs/protobuf/protobuf-compat/patches/001-cmake4.patch [moved from libs/protobuf/patches/001-cmake4.patch with 100% similarity]
libs/protobuf/protobuf-compat/patches/010-rpath.patch [moved from libs/protobuf/patches/010-rpath.patch with 100% similarity]
libs/protobuf/protobuf-compat/patches/100-rename-protoc.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT