aboutsummaryrefslogtreecommitdiff
path: root/ports/kf5bookmarks/vcpkg.json
diff options
context:
space:
mode:
authorDawid Wróbel <me@dawidwrobel.com>2021-09-28 03:15:18 +0300
committerGitHub <noreply@github.com>2021-09-27 17:15:18 -0700
commit6bbee1c30022d33ccf9d9003cdeb55aecb6016fa (patch)
tree364e7d0754d2eb7da137f6c89e30c5651c4a39bb /ports/kf5bookmarks/vcpkg.json
parentcc471dc0f59b7b2066d6172c2893419412327a7a (diff)
downloadvcpkg-6bbee1c30022d33ccf9d9003cdeb55aecb6016fa.tar.gz
vcpkg-6bbee1c30022d33ccf9d9003cdeb55aecb6016fa.zip
[kf5bookmarks] new port (#19780)
* Add kf5bookmarks port * Fixed kf5bookmarks in windows * [kf5*] update to 5.75.0 * [kf5bookmarks] WIP * [kf5bookmarks] remove redundant kf5guiaddons dependnecy * [kf5bookmarks] remove redundant options * [kf5bookmarks] only remove what's needed * [kf5bookmarks] wrap paths in quotes * [kf5bookmarks] use semVer * [kf5bookmarks] update to 5.84 * [kf5bookmarks] add missing gettext dep * [kf5bookmarks] add PACKAGE_NAME to vcpkg_cmake_config_fixup * [kf5bookmarks] update versions * [kf5bookmarks] remove static bin files * [kf5bookmarks] update versions * [kf5bookmarks] fix config cmake file * [kf5bookmarks] update versions * [kf5bookmarks] remote meta info from patch * [kf5bookmarks] use generic, non-semver versioning * [kf5bookmarks] update versions Co-authored-by: Kuntal Majumder <hellozee@disroot.org>
Diffstat (limited to 'ports/kf5bookmarks/vcpkg.json')
-rw-r--r--ports/kf5bookmarks/vcpkg.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/ports/kf5bookmarks/vcpkg.json b/ports/kf5bookmarks/vcpkg.json
new file mode 100644
index 000000000..e07d04569
--- /dev/null
+++ b/ports/kf5bookmarks/vcpkg.json
@@ -0,0 +1,32 @@
+{
+ "name": "kf5bookmarks",
+ "version": "5.84.0",
+ "description": "Bookmarks management library",
+ "homepage": "https://api.kde.org/frameworks/kbookmarks/html/index.html",
+ "dependencies": [
+ "ecm",
+ {
+ "name": "gettext",
+ "host": true,
+ "features": [
+ "tools"
+ ]
+ },
+ "kf5codecs",
+ "kf5config",
+ "kf5configwidgets",
+ "kf5coreaddons",
+ "kf5widgetsaddons",
+ "kf5xmlgui",
+ "qt5-base",
+ "qt5-tools",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}