aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
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"
+ ]
+}