[many ports]Remove double builds (#6472)

This commit is contained in:
wangli28 2019-05-17 23:10:31 +00:00 committed by Victor Romero
parent 2e51afcd65
commit e54af58986
22 changed files with 15 additions and 22 deletions

View File

@ -1,3 +1,3 @@
Source: clockutils
Version: 1.1.1-3651f232c27074c4ceead169e223edf5f00247c5-2
Version: 1.1.1-3651f232c27074c4ceead169e223edf5f00247c5-3
Description: A lightweight c++ library for commonly needed tasks. Optimized for simplicity and speed.

View File

@ -28,7 +28,6 @@ vcpkg_configure_cmake(
-DCLOCKUTILS_BUILD_SHARED=${SHARED_FLAG}
)
vcpkg_build_cmake()
vcpkg_install_cmake()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)

View File

@ -1,4 +1,4 @@
Source: freerdp
Version: 2.0.0-rc1~vcpkg1
Version: 2.0.0-rc1~vcpkg1-1
Description: A free implementation of the Remote Desktop Protocol (RDP)
Build-Depends: openssl

View File

@ -32,7 +32,6 @@ vcpkg_configure_cmake(
OPTIONS -DGIT_REVISION=${FREERDP_VERSION}
${FREERDP_CRT_LINKAGE})
vcpkg_build_cmake()
vcpkg_install_cmake()
vcpkg_copy_pdbs()

View File

@ -1,3 +1,3 @@
Source: fuzzylite
Version: 6.0-1
Version: 6.0-2
Description: A fuzzy logic control library in C++

View File

@ -30,7 +30,6 @@ vcpkg_configure_cmake(
-DFL_BUILD_TESTS=OFF
)
vcpkg_build_cmake()
vcpkg_install_cmake()
vcpkg_copy_pdbs()

View File

@ -1,3 +1,3 @@
Source: jbigkit
Version: 2.1-2
Version: 2.1-3
Description: A software implementation of the JBIG1 data compression standard (ITU-T T.82)

View File

@ -19,7 +19,6 @@ vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA)
vcpkg_build_cmake()
vcpkg_install_cmake()
vcpkg_copy_pdbs()

View File

@ -1,5 +1,5 @@
Source: libgd
Version: 2.2.5-2
Version: 2.2.5-3
Description: Open source code library for the dynamic creation of images by programmers.
Default-Features: fontconfig, freetype, jpeg, png, tiff, webp

View File

@ -68,7 +68,6 @@ vcpkg_configure_cmake(
-DBUILD_STATIC_LIBS=${LIBGD_STATIC_LIBS}
)
vcpkg_build_cmake()
vcpkg_install_cmake()
vcpkg_copy_pdbs()

View File

@ -1,4 +1,4 @@
Source: libodb-boost
Version: 2.4.0-1
Version: 2.4.0-2
Description: Description: Boost support for the ODB ORM library
Build-Depends: libodb

View File

@ -17,7 +17,7 @@ vcpkg_configure_cmake(
OPTIONS_DEBUG
-DLIBODB_INSTALL_HEADERS=OFF
)
vcpkg_build_cmake()
vcpkg_install_cmake()
file(READ ${CURRENT_PACKAGES_DIR}/debug/share/odb/odb_boostConfig-debug.cmake LIBODB_DEBUG_TARGETS)

View File

@ -1,4 +1,4 @@
Source: libodb-pgsql
Version: 2.4.0-1
Version: 2.4.0-2
Description: Description: PostgreSQL support for the ODB ORM library
Build-Depends: libodb, libpq

View File

@ -17,7 +17,7 @@ vcpkg_configure_cmake(
OPTIONS_DEBUG
-DLIBODB_INSTALL_HEADERS=OFF
)
vcpkg_build_cmake()
vcpkg_install_cmake()
file(READ ${CURRENT_PACKAGES_DIR}/debug/share/odb/odb_pgsqlConfig-debug.cmake LIBODB_DEBUG_TARGETS)

View File

@ -1,4 +1,4 @@
Source: libodb-sqlite
Version: 2.4.0-2
Version: 2.4.0-3
Description: Sqlite support for the ODB ORM library
Build-Depends: libodb, sqlite3

View File

@ -25,7 +25,7 @@ vcpkg_configure_cmake(
OPTIONS_DEBUG
-DLIBODB_INSTALL_HEADERS=OFF
)
vcpkg_build_cmake()
vcpkg_install_cmake()
file(READ ${CURRENT_PACKAGES_DIR}/debug/share/odb/odb_sqliteConfig-debug.cmake LIBODB_DEBUG_TARGETS)

View File

@ -1,3 +1,3 @@
Source: libodb
Version: 2.4.0-3
Version: 2.4.0-4
Description: ODB library, base runtime for the ODB ORM solution

View File

@ -25,7 +25,7 @@ vcpkg_configure_cmake(
OPTIONS_DEBUG
-DLIBODB_INSTALL_HEADERS=OFF
)
vcpkg_build_cmake()
vcpkg_install_cmake()
file(READ ${CURRENT_PACKAGES_DIR}/debug/share/odb/odb_libodbConfig-debug.cmake LIBODB_DEBUG_TARGETS)
string(REPLACE "\${_IMPORT_PREFIX}" "\${_IMPORT_PREFIX}/debug" LIBODB_DEBUG_TARGETS "${LIBODB_DEBUG_TARGETS}")

View File

@ -1,3 +1,3 @@
Source: libp7-baical
Version: 4.4-3
Version: 4.4-4
Description: P7 is a library for high-speed sending telemetry & trace data from application

View File

@ -26,7 +26,6 @@ vcpkg_configure_cmake(
PREFER_NINJA
)
vcpkg_build_cmake()
vcpkg_install_cmake()
vcpkg_copy_pdbs()

View File

@ -1,3 +1,3 @@
Source: libusb-win32
Version: 1.2.6.0-1
Version: 1.2.6.0-2
Description: Allows user space applications to access many USB device on Windows.

View File

@ -21,7 +21,6 @@ vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA)
vcpkg_build_cmake()
vcpkg_install_cmake()
vcpkg_copy_pdbs()