diff options
| author | Laurent Montel <[email protected]> | 2023-12-29 12:58:02 +0100 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2023-12-29 16:42:15 +0100 |
| commit | 35058d939935a35f217769b525bad3930ae07a5a (patch) | |
| tree | 865e947d15497608ce07ac3c7e164c09d2fbcff8 /.flatpak-manifest.json | |
| parent | 6c2bd3d9f3068fb9981b7145821ab3b037a9cc6d (diff) | |
Fix using good baloo branch
Diffstat (limited to '.flatpak-manifest.json')
| -rw-r--r-- | .flatpak-manifest.json | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index eff706ea2..a5afaad23 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -29,7 +29,7 @@ "subdir" : "libraries/liblmdb" }, { - "config-opts": ["-DENABLE_TESTING=OFF" , "-DLMDB_DIR=/app"], + "config-opts": ["-DENABLE_TESTING=OFF", "-DLMDB_DIR=/app"], "name": "baloo", "buildsystem": "cmake-ninja", "builddir": true, @@ -37,21 +37,16 @@ { "type": "git", "url": "https://invent.kde.org/frameworks/baloo.git", - "tag": "v5.101.0", - "x-checker-data": { - "type": "git", - "tag-pattern": "^v([\\d.]+)$" - }, - "commit": "03246908508ec9086171832e615c36bbaa48b6da" + "branch": "master" } ] }, { - "config-opts": ["-DENABLE_TESTING=OFF" , "-DLMDB_DIR=/app"], + "config-opts": ["-DENABLE_TESTING=OFF", "-DQT_MAJOR_VERSION=6", "-DLMDB_DIR=/app"], "name": "baloo-widgets", "buildsystem": "cmake-ninja", "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"], |
