aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackBoosY <47264268+JackBoosY@users.noreply.github.com>2019-07-30 02:11:45 +0800
committerPhil Christensen <philc@microsoft.com>2019-07-29 11:11:45 -0700
commit9101fd1bbcd4db98e696b955c364053d8f282945 (patch)
tree514df8685f8ad973a0351bf1f3805e7cfd6193f6
parent87ae16dc51c522b5a64f8477f62c9e785a60b438 (diff)
downloadvcpkg-9101fd1bbcd4db98e696b955c364053d8f282945.tar.gz
vcpkg-9101fd1bbcd4db98e696b955c364053d8f282945.zip
[gl2ps]Update to use vcpkg new functions(vcpkg_from_gitlab). (#7453)
-rw-r--r--ports/gl2ps/CONTROL2
-rw-r--r--ports/gl2ps/portfile.cmake18
2 files changed, 9 insertions, 11 deletions
diff --git a/ports/gl2ps/CONTROL b/ports/gl2ps/CONTROL
index ae8aab8fa..b4721a113 100644
--- a/ports/gl2ps/CONTROL
+++ b/ports/gl2ps/CONTROL
@@ -1,5 +1,5 @@
Source: gl2ps
-Version: 1.4.0-1
+Version: 1.4.0-2
Homepage: https://gitlab.onelab.info/gl2ps/gl2ps
Description: OpenGL to PostScript Printing Library
Build-Depends: freeglut, zlib, libpng
diff --git a/ports/gl2ps/portfile.cmake b/ports/gl2ps/portfile.cmake
index 7f08f8de4..c1568b443 100644
--- a/ports/gl2ps/portfile.cmake
+++ b/ports/gl2ps/portfile.cmake
@@ -1,15 +1,13 @@
include(vcpkg_common_functions)
-set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/gl2ps-gl2ps_1_4_0-e7b16f8f80382e45b681651e6381de09250243a6)
-vcpkg_download_distfile(ARCHIVE
- URLS "http://gitlab.onelab.info/gl2ps/gl2ps/repository/archive.tar.gz?ref=gl2ps_1_4_0"
- FILENAME "gl2ps_1_4_0.tar.gz"
- SHA512 6ec18debdf94e8de22ca7084fe6fef72fb858fc6295a35fa3c98c3c45211f9f72e23a14224a85877f64031077da4978b8d5d81f24dfe18de8c2ec32a680eba60
-)
-vcpkg_extract_source_archive(${ARCHIVE})
-vcpkg_apply_patches(
- SOURCE_PATH ${SOURCE_PATH}
- PATCHES "${CMAKE_CURRENT_LIST_DIR}/separate-static-dynamic-build.patch"
+vcpkg_from_gitlab(
+ GITLAB_URL http://gitlab.onelab.info
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO gl2ps/gl2ps
+ REF gl2ps_1_4_0
+ SHA512 ee10e3fd312eae896934c39b8d115f28017874f918e4dd3350ca8f7cbf47dfc44101a5c6eb8826707620fcc336ca51ddc4eb7bf653af4b27651277625bac3cce
+ HEAD_REF master
+ PATCHES separate-static-dynamic-build.patch
)
vcpkg_configure_cmake(