Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F34606986
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
12 KB
Subscribers
None
View Options
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index 2318cf131..ee3bd08d2 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -1,279 +1,249 @@
{
"app-id": "org.kde.kleopatra",
"runtime": "org.kde.Platform",
- "runtime-version": "6.9",
+ "runtime-version": "6.10",
"sdk": "org.kde.Sdk",
"command": "kleopatra",
"rename-icon": "kleopatra",
"finish-args": [
"--share=ipc",
"--share=network",
"--socket=wayland",
"--socket=fallback-x11",
"--filesystem=~/.gnupg:create",
"--filesystem=xdg-run/gnupg:ro",
"--talk-name=org.kde.StatusNotifierWatcher"
],
"modules": [
{
"name": "boost",
"buildsystem": "simple",
"build-commands": [
"./bootstrap.sh --prefix=/app --with-libraries=system",
"./b2 -j $FLATPAK_BUILDER_N_JOBS install"
],
"sources": [
{
"type": "archive",
"url": "https://archives.boost.io/release/1.86.0/source/boost_1_86_0.tar.bz2",
"sha256": "1bed88e40401b2cb7a1f76d4bab499e352fa4d0c5f31c0dbae64e24d34d7513b",
"x-checker-data": {
"type": "anitya",
"project-id": 6845,
"stable-only": true,
"url-template": "https://archive.boosts.io/release/$version/source/boost_${major}_${minor}_$patch.tar.bz2"
}
}
]
},
{
"name": "paperkey",
"buildsystem": "autotools",
"sources": [
{
"type": "archive",
"url": "http://www.jabberwocky.com/software/paperkey/paperkey-1.6.tar.gz",
"sha256": "a245fd13271a8d2afa03dde979af3a29eb3d4ebb1fbcad4a9b52cf67a27d05f7",
"x-checker-data": {
"type": "anitya",
"project-id": 8571,
"stable-only": true,
"url-template": "http://www.jabberwocky.com/software/paperkey/paperkey-$version.tar.gz"
}
},
{
"type": "shell",
"commands": [
"cp -p /usr/share/automake-*/config.{sub,guess} ."
]
}
]
},
{
"name": "gpgme",
"builddir": true,
"sources": [
{
"type": "archive",
- "url": "https://gnupg.org/ftp/gcrypt/gpgme/gpgme-2.0.0.tar.bz2",
- "sha256": "ddf161d3c41ff6a3fcbaf4be6c6e305ca4ef1cc3f1ecdfce0c8c2a167c0cc36d",
+ "url": "https://gnupg.org/ftp/gcrypt/gpgme/gpgme-2.0.1.tar.bz2",
+ "sha256": "821ab0695c842eab51752a81980c92b0410c7eadd04103f791d5d2a526784966",
"x-checker-data": {
"type": "anitya",
"project-id": 1239,
"stable-only": true,
"url-template": "https://gnupg.org/ftp/gcrypt/gpgme/gpgme-$version.tar.bz2"
}
}
]
},
{
"name": "gpgmepp",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DBUILD_TESTING=OFF",
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
],
"sources": [
{
"type": "archive",
"url": "https://gnupg.org/ftp/gcrypt/gpgmepp/gpgmepp-2.0.0.tar.xz",
"sha256": "d4796049c06708a26f3096f748ef095347e1a3c1e570561701fe952c3f565382",
"x-checker-data": {
"type": "anitya",
"project-id": 378536,
"stable-only": true,
"url-template": "https://gnupg.org/ftp/gcrypt/gpgmepp/gpgmepp-$version.tar.bz2"
}
}
]
},
{
"name": "qgpgme",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DBUILD_TESTING=OFF",
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
],
"sources": [
{
"type": "archive",
"url": "https://gnupg.org/ftp/gcrypt/qgpgme/qgpgme-2.0.0.tar.xz",
"sha256": "15645b2475cca6118eb2ed331b3a8d9442c9d4019c3846ba3f6d25321b4a61ad",
"x-checker-data": {
"type": "anitya",
"project-id": 378538,
"stable-only": true,
"url-template": "https://gnupg.org/ftp/gcrypt/qgpgme/qgpgme-$version.tar.bz2"
}
}
]
},
+ {
+ "name": "qtkeychain",
+ "buildsystem": "cmake-ninja",
+ "sources": [
{
- "name": "qtkeychain",
- "buildsystem": "cmake-ninja",
- "sources": [
- {
- "type": "archive",
- "url": "https://github.com/frankosterfeld/qtkeychain/archive/0.14.2.tar.gz",
- "sha256": "cf2e972b783ba66334a79a30f6b3a1ea794a1dc574d6c3bebae5ffd2f0399571",
- "x-checker-data": {
- "type": "anitya",
- "project-id": 4138,
- "stable-only": true,
- "url-template": "https://github.com/frankosterfeld/qtkeychain/archive/$version.tar.gz"
- }
- }
- ],
- "config-opts": [
- "-DCMAKE_INSTALL_LIBDIR=/app/lib",
- "-DLIB_INSTALL_DIR=/app/lib",
- "-DBUILD_TRANSLATIONS=NO",
- "-DBUILD_WITH_QT6=ON"
- ],
- "cleanup": [
- "/include",
- "/lib/cmake",
- "/mkspecs"
- ],
- "modules": [
- {
- "name": "libsecret",
- "buildsystem": "meson",
- "config-opts": [
- "-Dmanpage=false",
- "-Dvapi=false",
- "-Dgtk_doc=false",
- "-Dintrospection=false",
- "-Dcrypto=libgcrypt"
- ],
- "sources": [
- {
- "type": "archive",
- "url": "https://download.gnome.org/sources/libsecret/0.21/libsecret-0.21.4.tar.xz",
- "sha256": "163d08d783be6d4ab9a979ceb5a4fecbc1d9660d3c34168c581301cd53912b20",
- "x-checker-data": {
- "type": "gnome",
- "name": "libsecret",
- "stable-only": true
- }
- }
- ],
- "cleanup": [
- "/bin/secret-tool",
- "/include",
- "/lib/pkgconfig"
- ]
- }
- ]
- },
+ "type": "archive",
+ "url": "https://github.com/frankosterfeld/qtkeychain/archive/0.15.0.tar.gz",
+ "sha256": "f4254dc8f0933b06d90672d683eab08ef770acd8336e44dfa030ce041dc2ca22",
+ "x-checker-data": {
+ "type": "anitya",
+ "project-id": 4138,
+ "stable-only": true,
+ "url-template": "https://github.com/frankosterfeld/qtkeychain/archive/$version.tar.gz"
+ }
+ }
+ ],
+ "config-opts": [
+ "-DCMAKE_INSTALL_LIBDIR=/app/lib",
+ "-DLIB_INSTALL_DIR=/app/lib",
+ "-DBUILD_TRANSLATIONS=NO",
+ "-DBUILD_WITH_QT6=ON"
+ ],
+ "cleanup": [
+ "/include",
+ "/lib/cmake",
+ "/mkspecs"
+ ]
+ },
{
"name": "ktextaddons",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DBUILD_TESTING=OFF",
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
],
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/libraries/ktextaddons",
- "branch": "1.8"
+ "branch": "1.9"
}
]
},
{
"name": "kpimtextedit",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DBUILD_TESTING=OFF",
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
],
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/pim/kpimtextedit",
"branch": "master"
}
]
},
{
"name": "libkleo",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/pim/libkleo",
"branch": "master"
}
],
"config-opts": [
"-DBUILD_TESTING=OFF"
]
},
{
"name": "kmime",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/pim/kmime",
"branch": "master"
}
],
"config-opts": [
"-DBUILD_TESTING=OFF"
- ]
+ ]
},
{
"name": "kmbox",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/pim/kmbox",
"branch": "master"
}
],
"config-opts": [
"-DBUILD_TESTING=OFF"
]
},
{
"name": "mimetreeparser",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/pim/mimetreeparser",
"branch": "master"
}
],
"config-opts": [
"-DBUILD_TESTING=OFF"
]
},
{
"name": "kleopatra",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "dir",
"path": "."
}
],
"config-opts": [
"-DBUILD_TESTING=OFF"
]
}
]
}
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index daa56c92f..cdfce5da4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,14 +1,14 @@
# SPDX-FileCopyrightText: 2020-2021 Laurent Montel <montel@kde.org>
# SPDX-License-Identifier: CC0-1.0
include:
- project: sysadmin/ci-utilities
file:
- /gitlab-templates/yaml-lint.yml
- /gitlab-templates/linux-qt6.yml
- /gitlab-templates/linux-qt6-next.yml
- /gitlab-templates/json-validation.yml
- /gitlab-templates/freebsd-qt6.yml
- # - /gitlab-templates/flatpak.yml
+ - /gitlab-templates/flatpak.yml
- /gitlab-templates/cppcheck.yml
- /gitlab-templates/documentation.yml
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Jan 18, 11:34 PM (3 h, 51 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
37/3f/e3d9f85c3f42ccf42ea90064d850
Attached To
rKLEOPATRA Kleopatra
Event Timeline
Log In to Comment