[office/kmymoney/5.2] /: Flatpak: Don't build libgcrypt and libgpg-error
Mark Penner <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 0750418d141e80c802a3cee42223717a5933f4a9 by Mark Penner.
Committed on 26/07/2026 at 13:39.
Pushed by mrp into branch '5.2'.
Flatpak: Don't build libgcrypt and libgpg-error
KDE SDK 6.10 has them already, no need to build them again
M +0 -57 .flatpak-manifest.json
https://invent.kde.org/office/kmymoney/-/commit/0750418d141e80c802a3cee42223717a5933f4a9
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index 954b4c147..f2d14a9a4 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -305,11 +305,6 @@
"config-opts": [
"--with-guis=qt6"
],
- "build-options": {
- "env": {
- "GPGRT_CONFIG": "/app/bin/gpgrt-config"
- }
- },
"sources": [
{
"type": "git",
@@ -330,58 +325,6 @@
],
"cleanup": [
"/bin"
- ],
- "modules": [
- {
- "name": "libgcrypt",
- "buildsystem": "autotools",
- "config-opts": [
- "--disable-static"
- ],
- "sources": [
- {
- "type": "archive",
- "url": "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.2.tar.bz2",
- "sha256": "6ba59dd192270e8c1d22ddb41a07d95dcdbc1f0fb02d03c4b54b235814330aac",
- "x-checker-data": {
- "type": "anitya",
- "project-id": 1623,
- "stable-only": true,
- "url-template": "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-$version.tar.bz2"
- }
- }
- ],
- "cleanup": [
- "/bin"
- ],
- "modules": [
- {
- "name": "libgpg-error",
- "buildsystem": "autotools",
- "config-opts": [
- "--disable-static"
- ],
- "sources": [
- {
- "type": "archive",
- "url": "https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.56.tar.bz2",
- "sha256": "82c3d2deb4ad96ad3925d6f9f124fe7205716055ab50e291116ef27975d169c0",
- "x-checker-data": {
- "type": "anitya",
- "project-id": 1628,
- "stable-only": true,
- "url-template": "https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-$version.tar.bz2"
- }
- }
- ],
- "cleanup": [
- "/bin",
- "/share/common-lisp",
- "/share/libgpg-error"
- ]
- }
- ]
- }
]
}
]