-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
antlr4-cpp-runtime: Remove additional gtest pkconfigs/includes (#2852)
**Summary** The build previously downloaded its own copy of googletest and installed its pkgconfigs/includes. This removes the fetching part, so it uses the system `gtest` instead, thus also no longer requiring networking. **Test Plan** Confirmed gtest/gmock files are no longer installed. **Checklist** - [x] Package was built and tested against unstable
- Loading branch information
Showing
2 changed files
with
24 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
<Name>antlr4-cpp-runtime</Name> | ||
<Homepage>https://www.antlr.org/</Homepage> | ||
<Packager> | ||
<Name>Muhammad Alfi Syahrin</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Gavin Zhao</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>BSD-3-Clause</License> | ||
<License>MIT</License> | ||
|
@@ -21,7 +21,7 @@ | |
</Description> | ||
<PartOf>programming.library</PartOf> | ||
<Files> | ||
<Path fileType="library">/usr/lib64/libantlr4-runtime.so.4.13.1</Path> | ||
<Path fileType="library">/usr/lib/libantlr4-runtime.so.4.13.1</Path> | ||
<Path fileType="doc">/usr/share/doc/libantlr4/LICENSE.txt</Path> | ||
<Path fileType="doc">/usr/share/doc/libantlr4/README.md</Path> | ||
<Path fileType="doc">/usr/share/doc/libantlr4/VERSION</Path> | ||
|
@@ -34,7 +34,7 @@ | |
</Description> | ||
<PartOf>programming.devel</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="2">antlr4-cpp-runtime</Dependency> | ||
<Dependency release="3">antlr4-cpp-runtime</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="header">/usr/include/antlr4-runtime/.idea</Path> | ||
|
@@ -209,68 +209,23 @@ | |
<Path fileType="header">/usr/include/antlr4-runtime/tree/xpath/XPathTokenElement.h</Path> | ||
<Path fileType="header">/usr/include/antlr4-runtime/tree/xpath/XPathWildcardAnywhereElement.h</Path> | ||
<Path fileType="header">/usr/include/antlr4-runtime/tree/xpath/XPathWildcardElement.h</Path> | ||
<Path fileType="header">/usr/include/gmock/gmock-actions.h</Path> | ||
<Path fileType="header">/usr/include/gmock/gmock-cardinalities.h</Path> | ||
<Path fileType="header">/usr/include/gmock/gmock-function-mocker.h</Path> | ||
<Path fileType="header">/usr/include/gmock/gmock-matchers.h</Path> | ||
<Path fileType="header">/usr/include/gmock/gmock-more-actions.h</Path> | ||
<Path fileType="header">/usr/include/gmock/gmock-more-matchers.h</Path> | ||
<Path fileType="header">/usr/include/gmock/gmock-nice-strict.h</Path> | ||
<Path fileType="header">/usr/include/gmock/gmock-spec-builders.h</Path> | ||
<Path fileType="header">/usr/include/gmock/gmock.h</Path> | ||
<Path fileType="header">/usr/include/gmock/internal/custom/README.md</Path> | ||
<Path fileType="header">/usr/include/gmock/internal/custom/gmock-generated-actions.h</Path> | ||
<Path fileType="header">/usr/include/gmock/internal/custom/gmock-matchers.h</Path> | ||
<Path fileType="header">/usr/include/gmock/internal/custom/gmock-port.h</Path> | ||
<Path fileType="header">/usr/include/gmock/internal/gmock-internal-utils.h</Path> | ||
<Path fileType="header">/usr/include/gmock/internal/gmock-port.h</Path> | ||
<Path fileType="header">/usr/include/gmock/internal/gmock-pp.h</Path> | ||
<Path fileType="header">/usr/include/gtest/gtest-death-test.h</Path> | ||
<Path fileType="header">/usr/include/gtest/gtest-matchers.h</Path> | ||
<Path fileType="header">/usr/include/gtest/gtest-message.h</Path> | ||
<Path fileType="header">/usr/include/gtest/gtest-param-test.h</Path> | ||
<Path fileType="header">/usr/include/gtest/gtest-printers.h</Path> | ||
<Path fileType="header">/usr/include/gtest/gtest-spi.h</Path> | ||
<Path fileType="header">/usr/include/gtest/gtest-test-part.h</Path> | ||
<Path fileType="header">/usr/include/gtest/gtest-typed-test.h</Path> | ||
<Path fileType="header">/usr/include/gtest/gtest.h</Path> | ||
<Path fileType="header">/usr/include/gtest/gtest_pred_impl.h</Path> | ||
<Path fileType="header">/usr/include/gtest/gtest_prod.h</Path> | ||
<Path fileType="header">/usr/include/gtest/internal/custom/README.md</Path> | ||
<Path fileType="header">/usr/include/gtest/internal/custom/gtest-port.h</Path> | ||
<Path fileType="header">/usr/include/gtest/internal/custom/gtest-printers.h</Path> | ||
<Path fileType="header">/usr/include/gtest/internal/custom/gtest.h</Path> | ||
<Path fileType="header">/usr/include/gtest/internal/gtest-death-test-internal.h</Path> | ||
<Path fileType="header">/usr/include/gtest/internal/gtest-filepath.h</Path> | ||
<Path fileType="header">/usr/include/gtest/internal/gtest-internal.h</Path> | ||
<Path fileType="header">/usr/include/gtest/internal/gtest-param-util.h</Path> | ||
<Path fileType="header">/usr/include/gtest/internal/gtest-port-arch.h</Path> | ||
<Path fileType="header">/usr/include/gtest/internal/gtest-port.h</Path> | ||
<Path fileType="header">/usr/include/gtest/internal/gtest-string.h</Path> | ||
<Path fileType="header">/usr/include/gtest/internal/gtest-type-util.h</Path> | ||
<Path fileType="library">/usr/lib64/cmake/GTest/GTestConfig.cmake</Path> | ||
<Path fileType="library">/usr/lib64/cmake/GTest/GTestConfigVersion.cmake</Path> | ||
<Path fileType="library">/usr/lib64/cmake/GTest/GTestTargets-relwithdebinfo.cmake</Path> | ||
<Path fileType="library">/usr/lib64/cmake/GTest/GTestTargets.cmake</Path> | ||
<Path fileType="library">/usr/lib64/libantlr4-runtime.a</Path> | ||
<Path fileType="library">/usr/lib64/libantlr4-runtime.so</Path> | ||
<Path fileType="library">/usr/lib64/libgmock.a</Path> | ||
<Path fileType="library">/usr/lib64/libgmock_main.a</Path> | ||
<Path fileType="library">/usr/lib64/libgtest.a</Path> | ||
<Path fileType="library">/usr/lib64/libgtest_main.a</Path> | ||
<Path fileType="data">/usr/lib64/pkgconfig/gmock.pc</Path> | ||
<Path fileType="data">/usr/lib64/pkgconfig/gmock_main.pc</Path> | ||
<Path fileType="data">/usr/lib64/pkgconfig/gtest.pc</Path> | ||
<Path fileType="data">/usr/lib64/pkgconfig/gtest_main.pc</Path> | ||
<Path fileType="library">/usr/lib/libantlr4-runtime.a</Path> | ||
<Path fileType="library">/usr/lib/libantlr4-runtime.so</Path> | ||
<Path fileType="library">/usr/lib64/cmake/antlr4-generator/antlr4-generator-config-version.cmake</Path> | ||
<Path fileType="library">/usr/lib64/cmake/antlr4-generator/antlr4-generator-config.cmake</Path> | ||
<Path fileType="library">/usr/lib64/cmake/antlr4-runtime/antlr4-runtime-config-version.cmake</Path> | ||
<Path fileType="library">/usr/lib64/cmake/antlr4-runtime/antlr4-runtime-config.cmake</Path> | ||
<Path fileType="library">/usr/lib64/cmake/antlr4-runtime/antlr4-targets-relwithdebinfo.cmake</Path> | ||
<Path fileType="library">/usr/lib64/cmake/antlr4-runtime/antlr4-targets.cmake</Path> | ||
</Files> | ||
</Package> | ||
<History> | ||
<Update release="2"> | ||
<Date>2023-11-19</Date> | ||
<Update release="3"> | ||
<Date>2024-06-05</Date> | ||
<Version>4.13.1</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Muhammad Alfi Syahrin</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Gavin Zhao</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |