1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00

Fix using good baloo branch

This commit is contained in:
Laurent Montel 2023-12-29 12:58:02 +01:00
parent 6c2bd3d9f3
commit 35058d9399

View File

@ -29,7 +29,7 @@
"subdir" : "libraries/liblmdb" "subdir" : "libraries/liblmdb"
}, },
{ {
"config-opts": ["-DENABLE_TESTING=OFF" , "-DLMDB_DIR=/app"], "config-opts": ["-DENABLE_TESTING=OFF", "-DLMDB_DIR=/app"],
"name": "baloo", "name": "baloo",
"buildsystem": "cmake-ninja", "buildsystem": "cmake-ninja",
"builddir": true, "builddir": true,
@ -37,21 +37,16 @@
{ {
"type": "git", "type": "git",
"url": "https://invent.kde.org/frameworks/baloo.git", "url": "https://invent.kde.org/frameworks/baloo.git",
"tag": "v5.101.0", "branch": "master"
"x-checker-data": {
"type": "git",
"tag-pattern": "^v([\\d.]+)$"
},
"commit": "03246908508ec9086171832e615c36bbaa48b6da"
} }
] ]
}, },
{ {
"config-opts": ["-DENABLE_TESTING=OFF" , "-DLMDB_DIR=/app"], "config-opts": ["-DENABLE_TESTING=OFF", "-DQT_MAJOR_VERSION=6", "-DLMDB_DIR=/app"],
"name": "baloo-widgets", "name": "baloo-widgets",
"buildsystem": "cmake-ninja", "buildsystem": "cmake-ninja",
"builddir": true, "builddir": true,
"sources": [ { "type": "git", "url": "https://invent.kde.org/libraries/baloo-widgets.git" } ] "sources": [ { "type": "git", "url": "https://invent.kde.org/libraries/baloo-widgets.git", "branch": "master"} ]
}, },
{ {
"config-opts": ["-DFLATPAK=ON"], "config-opts": ["-DFLATPAK=ON"],