[office/kmymoney/5.2] /: Flatpak: Clean up a few more unneeded files to make the flatpak smaller
Mark Penner <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit a1fdce21c14592c7934ee19f16c7b08da5ec1afc by Mark Penner.
Committed on 26/07/2026 at 13:40.
Pushed by mrp into branch '5.2'.
Flatpak: Clean up a few more unneeded files to make the flatpak smaller
M +13 -2 .flatpak-manifest.json
https://invent.kde.org/office/kmymoney/-/commit/a1fdce21c14592c7934ee19f16c7b08da5ec1afc
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index 4e373d2d3..24df7329d 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -190,7 +190,8 @@
}
],
"cleanup": [
- "/bin"
+ "/bin",
+ "/lib/libxml++-2.6"
],
"modules": [
{
@@ -213,6 +214,11 @@
}
}
],
+ "cleanup": [
+ "/lib/glibmm-2.4",
+ "/lib/giomm-2.4",
+ "/lib/libglibmm_generate_extra_defs*"
+ ],
"modules": [
{
"name": "sigc++",
@@ -234,6 +240,9 @@
}
}
}
+ ],
+ "cleanup": [
+ "/lib/sigc++-2.0"
]
}
]
@@ -317,7 +326,9 @@
}
],
"cleanup": [
- "/bin"
+ "/bin",
+ "/share/gwenbuild",
+ "/share/gwenhywfar/gwenbuild"
]
}
]