Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2021-12-28 17:09:53 +0300
committerPatrick <tingping@tingping.se>2021-12-28 22:46:53 +0300
commitda24746c294a3f4da917dc329a142736ce907948 (patch)
tree1620bdcf6e4906a8b54c132a7a5309e045f97873
parent807ec3987636d4088c7b7696626a22a350c91229 (diff)
pygtk: cleanup all devel and demo artifacts
-rw-r--r--pygtk/pygtk.json29
1 files changed, 27 insertions, 2 deletions
diff --git a/pygtk/pygtk.json b/pygtk/pygtk.json
index d5d2dca..5319e4b 100644
--- a/pygtk/pygtk.json
+++ b/pygtk/pygtk.json
@@ -20,6 +20,15 @@
]
}
],
+ "cleanup": [
+ "/bin",
+ "/include/pygtk-2.0",
+ "*.la",
+ "/lib/pkgconfig",
+ "/lib/pygtk",
+ "/share/gtk-doc",
+ "/share/pygtk"
+ ],
"modules": [
{
"name": "python2-pycairo",
@@ -27,6 +36,11 @@
"config-opts": [
"-Dpython=python2"
],
+ "cleanup": [
+ "/include/pycairo",
+ "/lib/pkgconfig",
+ "/lib/python2.7/site-packages/cairo/include"
+ ],
"sources": [
{
"type": "archive",
@@ -41,7 +55,12 @@
"--disable-glibtest"
],
"cleanup": [
- "/bin"
+ "/bin",
+ "/include/pygtk-2.0",
+ "*.la",
+ "/lib/pkgconfig",
+ "/share/gtk-doc",
+ "/share/pygobject"
],
"sources": [
{
@@ -55,7 +74,13 @@
"name": "libglade",
"rm-configure": true,
"cleanup": [
- "/bin"
+ "/bin",
+ "/include/libglade-2.0",
+ "*.a",
+ "*.la",
+ "/lib/pkgconfig",
+ "/share/gtk-doc",
+ "/share/xml/libglade"
],
"sources": [
{