flatpak: Cleanup: Update and move module specific value to module cleanup arrays

This commit is contained in:
tinywrkb 2022-06-29 17:25:06 +03:00 committed by ruevs
parent 2d19afaaef
commit 1c5db4d564

View File

@ -12,19 +12,11 @@
], ],
"cleanup": [ "cleanup": [
"/include", "/include",
"/lib/*/include", "/lib/cmake",
"*.a", "/lib/pkgconfig",
"*.la",
"*.m4",
"/lib/libslvs*.so*",
"/lib/libglibmm_generate_extra_defs*.so*",
"/share/pkgconfig",
"*.pc",
"/share/man",
"/share/doc",
"/share/aclocal", "/share/aclocal",
"/bin/mm-common-prepare", "/share/pkgconfig",
"/share/mm-common" "*.la"
], ],
"command": "solvespace", "command": "solvespace",
"modules": [ "modules": [
@ -42,6 +34,12 @@
"stable-only": true "stable-only": true
} }
} }
],
"cleanup": [
"/bin",
"/share/doc",
"/share/man",
"/share/mm-common"
] ]
}, },
{ {
@ -64,6 +62,9 @@
} }
} }
} }
],
"cleanup": [
"/lib/sigc++-*"
] ]
}, },
{ {
@ -86,6 +87,11 @@
} }
} }
} }
],
"cleanup": [
"/lib/giomm-*",
"/lib/glibmm-*",
"/lib/libglibmm_generate_extra_defs-*.so*"
] ]
}, },
{ {
@ -107,6 +113,9 @@
} }
} }
} }
],
"cleanup": [
"/lib/cairomm-*"
] ]
}, },
{ {
@ -126,6 +135,9 @@
} }
} }
} }
],
"cleanup": [
"/lib/pangomm-*"
] ]
}, },
{ {
@ -145,6 +157,9 @@
} }
} }
} }
],
"cleanup": [
"/lib/atkmm-*"
] ]
}, },
{ {
@ -168,6 +183,10 @@
} }
} }
} }
],
"cleanup": [
"/lib/gdkmm-*",
"/lib/gtkmm-*"
] ]
}, },
{ {
@ -227,6 +246,9 @@
"type": "dir", "type": "dir",
"path": "../.." "path": "../.."
} }
],
"cleanup": [
"/lib/libslvs*.so*"
] ]
} }
] ]