mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[poppler-data] Cleanup (#46429)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)
|
||||
set(VCPKG_BUILD_TYPE release) # only data
|
||||
|
||||
string(REPLACE "." "_" poppler_data_version "POPPLER_DATA_${VERSION}")
|
||||
|
||||
vcpkg_from_gitlab(
|
||||
GITLAB_URL gitlab.freedesktop.org/
|
||||
GITLAB_URL gitlab.freedesktop.org
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO poppler/poppler-data
|
||||
REF "${poppler_data_version}"
|
||||
@@ -13,13 +14,14 @@ vcpkg_from_gitlab(
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/")
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
|
||||
vcpkg_install_copyright(
|
||||
FILE_LIST
|
||||
"${SOURCE_PATH}/COPYING"
|
||||
"${SOURCE_PATH}/COPYING.adobe"
|
||||
"${SOURCE_PATH}/COPYING.gpl2"
|
||||
"${SOURCE_PATH}/COPYING.gpl3"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "poppler-data",
|
||||
"version": "0.4.12",
|
||||
"port-version": 1,
|
||||
"description": "This package consists of encoding files for use with poppler.",
|
||||
"homepage": "https://poppler.freedesktop.org",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"license": null,
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@@ -7474,7 +7474,7 @@
|
||||
},
|
||||
"poppler-data": {
|
||||
"baseline": "0.4.12",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"popsift": {
|
||||
"baseline": "0.9",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "778b5eb24fdba7451d10d7bbc64b1a965f028259",
|
||||
"version": "0.4.12",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "55f957c8edf789ff4da3d62b47f60b19632cb296",
|
||||
"version": "0.4.12",
|
||||
|
||||
Reference in New Issue
Block a user