mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:09:07 +08:00
[libgpg-error] Release-only build support (#22036)
* [libgpg-error] Release-only build support * Update version database * Fix protfile spaces * Update version database
This commit is contained in:
parent
8060230922
commit
d31b8a6fe3
@ -91,8 +91,15 @@ else()
|
||||
vcpkg_install_make()
|
||||
vcpkg_fixup_pkgconfig()
|
||||
vcpkg_copy_pdbs()
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/tools/libgpg-error/bin/gpg-error-config" "${CURRENT_INSTALLED_DIR}" "`dirname $0`/../../..")
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/tools/libgpg-error/debug/bin/gpg-error-config" "${CURRENT_INSTALLED_DIR}" "`dirname $0`/../../../..")
|
||||
|
||||
if(NOT DEFINED VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL "release")
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/tools/libgpg-error/bin/gpg-error-config" "${CURRENT_INSTALLED_DIR}" "`dirname $0`/../../..")
|
||||
endif()
|
||||
|
||||
if(NOT DEFINED VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL "debug")
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/tools/libgpg-error/debug/bin/gpg-error-config" "${CURRENT_INSTALLED_DIR}" "`dirname $0`/../../../..")
|
||||
endif()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/${PORT}/locale" "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
file(INSTALL "${SOURCE_PATH}/COPYING.LIB" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
endif()
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "libgpg-error",
|
||||
"version": "1.42",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "A common dependency of all GnuPG components",
|
||||
"homepage": "https://gnupg.org/software/libgpg-error/index.html",
|
||||
"supports": "!(windows & (arm | arm64))"
|
||||
|
@ -3502,7 +3502,7 @@
|
||||
},
|
||||
"libgpg-error": {
|
||||
"baseline": "1.42",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"libgpod": {
|
||||
"baseline": "2019-08-29",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1ced42ca6160e2283326366e1c1132fe50acfb97",
|
||||
"version": "1.42",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "f6c78e927a70ff136576abd61f1125861824bfd2",
|
||||
"version": "1.42",
|
||||
|
Loading…
Reference in New Issue
Block a user