summaryrefslogtreecommitdiff
path: root/flatpak
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-02-15 13:04:58 +0100
committerBastien Nocera <hadess@hadess.net>2019-02-15 13:04:58 +0100
commitcd1c096c2a9ed11eea430be732a88c48d8518741 (patch)
tree01bbe6878b4ce6758f2b3d4583a31f83862ca8e3 /flatpak
parentdb6f7a37538ffd2e0ab500662414e57be2ab1d5e (diff)
downloadtotem-cd1c096c2a9ed11eea430be732a88c48d8518741.tar.gz
flatpak: Small cleanups
Update from Flathub version, mainly tidies up /bin and makes sure that grilo's test executables are still installed for debugging.
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.gnome.Totem.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/flatpak/org.gnome.Totem.json b/flatpak/org.gnome.Totem.json
index 07a7591e1..c7669bb48 100644
--- a/flatpak/org.gnome.Totem.json
+++ b/flatpak/org.gnome.Totem.json
@@ -53,11 +53,14 @@
"shared-modules/lua5.3/lua-5.3.2.json",
{
"name": "libpeas",
- "cleanup": [ "/bin/*", "/lib/peas-demo" ],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libpeas.git"
+ },
+ {
+ "type": "shell",
+ "commands" : [ "sed 's,libpeas-gtk peas-demo,libpeas-gtk,' -i Makefile.am" ]
}
]
},
@@ -82,7 +85,7 @@
"url": "https://gitlab.gnome.org/GNOME/grilo.git"
}
],
- "cleanup": [ "/include", "/bin" ]
+ "cleanup": [ "/include" ]
},
{
"name": "librest",
@@ -107,6 +110,7 @@
{
"name": "liboauth",
"config-opts": [ "--enable-nss" ],
+ "cleanup": [ "/bin/*oauth*", "share/man/man1/*oauth*" ],
"sources": [
{
"type": "archive",
@@ -169,7 +173,7 @@
},
{
"name": "avahi",
- "cleanup": [ "/bin" ],
+ "cleanup": [ "/bin/*avahi*", "share/man/man1/*avahi*" ],
"config-opts": [
"--with-distro=none",
"--enable-gobject",