aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Jemens <sjemens@hotmail.com>2017-11-01 12:03:33 +0200
committerAlexander Karatarakis <alex@karatarakis.com>2017-11-01 06:11:03 -0700
commit13e2621d02fa8405582ab74b8e1cbc7eaf809a5a (patch)
treec32a2191cda1c4b75807e255d220a837ad5c99f4
parent47090e68b8deeb5a38b638934b59fe3ddef0fa9f (diff)
downloadvcpkg-13e2621d02fa8405582ab74b8e1cbc7eaf809a5a.tar.gz
vcpkg-13e2621d02fa8405582ab74b8e1cbc7eaf809a5a.zip
Update to v1.2.0. Remove man pages
-rw-r--r--ports/xlnt/CONTROL2
-rw-r--r--ports/xlnt/portfile.cmake6
2 files changed, 5 insertions, 3 deletions
diff --git a/ports/xlnt/CONTROL b/ports/xlnt/CONTROL
index 907b66b16..25b4ce010 100644
--- a/ports/xlnt/CONTROL
+++ b/ports/xlnt/CONTROL
@@ -1,3 +1,3 @@
Source: xlnt
-Version: 1.1.0-1
+Version: 1.2.0-1
Description: Cross-platform user-friendly xlsx library for C++14
diff --git a/ports/xlnt/portfile.cmake b/ports/xlnt/portfile.cmake
index e514cf8eb..f0cb9425d 100644
--- a/ports/xlnt/portfile.cmake
+++ b/ports/xlnt/portfile.cmake
@@ -1,7 +1,7 @@
include(vcpkg_common_functions)
-set(XLNT_VERSION 1.1.0)
-set(XLNT_HASH f0c59a2b241c6b219fbd8bb39705847e2b31332e413bc4aff7e0a8d4d4b9ef6750c03ecc49a196f647fdf60c3bec9f06c800bdb53b56648d2ba9fab359623f95)
+set(XLNT_VERSION 1.2.0)
+set(XLNT_HASH 359ff1e99531513d7b1228ff07f137531be99d7a95bbc5b399168a6c609f56dba2e030464f8203db92db137ab80dbe10f71de71a62b0bcb96eaafc0f09256339)
set(XLNT_SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/xlnt-${XLNT_VERSION})
vcpkg_download_distfile(ARCHIVE
@@ -26,6 +26,8 @@ vcpkg_configure_cmake(
vcpkg_install_cmake()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
+file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
+file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/share/man)
file(INSTALL ${XLNT_SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/xlnt RENAME copyright)
vcpkg_copy_pdbs()