aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2021-04-20 08:28:39 +0800
committerGitHub <noreply@github.com>2021-04-19 17:28:39 -0700
commit631177d3f4ce35d8ab10c07bfbd5368faf510df9 (patch)
tree139b120bc15e11f97713768ab71223dd8e71f2bf /ports
parentd3a67b0559fbb4fe7e64c54473475af8d6bbc1dd (diff)
downloadvcpkg-631177d3f4ce35d8ab10c07bfbd5368faf510df9.tar.gz
vcpkg-631177d3f4ce35d8ab10c07bfbd5368faf510df9.zip
[vcpkg baseline][marble] Disable find I18n (#17341)
* [vcpkg baseline][marble] Disable find I18n * update version record
Diffstat (limited to 'ports')
-rw-r--r--ports/marble/CONTROL6
-rw-r--r--ports/marble/portfile.cmake4
-rw-r--r--ports/marble/vcpkg.json14
3 files changed, 17 insertions, 7 deletions
diff --git a/ports/marble/CONTROL b/ports/marble/CONTROL
deleted file mode 100644
index 20dd30c0c..000000000
--- a/ports/marble/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: marble
-Version: 19.08.2
-Homepage: https://marble.kde.org
-Description: Marble KDE library
-Supports: windows & x64 & !static
-Build-Depends: qt5-base, qt5-svg, qt5-quickcontrols, qt5-webchannel
diff --git a/ports/marble/portfile.cmake b/ports/marble/portfile.cmake
index 665eb31d1..a78e854b1 100644
--- a/ports/marble/portfile.cmake
+++ b/ports/marble/portfile.cmake
@@ -11,7 +11,9 @@ vcpkg_from_github(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
- PREFER_NINJA
+ PREFER_NINJA
+ OPTIONS
+ -DCMAKE_DISABLE_FIND_PACKAGE_I18n=ON
)
vcpkg_install_cmake()
diff --git a/ports/marble/vcpkg.json b/ports/marble/vcpkg.json
new file mode 100644
index 000000000..1c72e0e70
--- /dev/null
+++ b/ports/marble/vcpkg.json
@@ -0,0 +1,14 @@
+{
+ "name": "marble",
+ "version-string": "19.08.2",
+ "port-version": 1,
+ "description": "Marble KDE library",
+ "homepage": "https://marble.kde.org",
+ "supports": "windows & x64 & !static",
+ "dependencies": [
+ "qt5-base",
+ "qt5-quickcontrols",
+ "qt5-svg",
+ "qt5-webchannel"
+ ]
+}