Skip to content

Commit

Permalink
[pkgconf] Remove docs (#24688)
Browse files Browse the repository at this point in the history
* [pkgconf] Remove docs

* version

* license

* version
  • Loading branch information
Thomas1664 committed May 13, 2022
1 parent 4491ca9 commit 0cf5b43
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 3 additions & 1 deletion ports/pkgconf/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ vcpkg_configure_meson(
SOURCE_PATH "${SOURCE_PATH}"
NO_PKG_CONFIG
OPTIONS -Dtests=false
)
)

set(systemsuffix "")
set(architectureprefix "")
Expand Down Expand Up @@ -69,6 +69,8 @@ vcpkg_fixup_pkgconfig(SKIP_CHECK)

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/doc")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/man")

if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/pkgconf/libpkgconf/libpkgconf-api.h" "#if defined(PKGCONFIG_IS_STATIC)" "#if 1")
Expand Down
3 changes: 2 additions & 1 deletion ports/pkgconf/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "pkgconf",
"version": "1.8.0",
"port-version": 2,
"port-version": 3,
"description": "pkgconf is a program which helps to configure compiler and linker flags for development libraries. It is similar to pkg-config from freedesktop.org.",
"homepage": "https://github.com/pkgconf/pkgconf",
"license": null,
"supports": "!uwp",
"dependencies": [
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5434,7 +5434,7 @@
},
"pkgconf": {
"baseline": "1.8.0",
"port-version": 2
"port-version": 3
},
"platform-folders": {
"baseline": "4.1.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pkgconf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a0408f161d8a23907635840add678d5946024d09",
"version": "1.8.0",
"port-version": 3
},
{
"git-tree": "5b599bd7dbbbc7837f7dbcf1b111478da076e2a4",
"version": "1.8.0",
Expand Down

0 comments on commit 0cf5b43

Please sign in to comment.