[gnome-builder] flatpak: remove appdata from dependencies
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] flatpak: remove appdata from dependencies
- Date: Wed, 8 Mar 2017 20:05:19 +0000 (UTC)
commit b95a5a3748966708822e227f335f77da1452d51f
Author: Christian Hergert <chergert redhat com>
Date: Wed Mar 8 12:04:56 2017 -0800
flatpak: remove appdata from dependencies
We only want our appdata to show up in the final tree.
org.gnome.Builder.json | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/org.gnome.Builder.json b/org.gnome.Builder.json
index 7ac8aa8..12b8130 100644
--- a/org.gnome.Builder.json
+++ b/org.gnome.Builder.json
@@ -251,7 +251,7 @@
{
"name": "devhelp",
"config-opts": [ "--disable-compile-warnings" ],
- "cleanup": [ "/bin/*", "/lib/gedit/plugins", "/share/applications/*", "/share/dbus-1/services",
"/share/GConf" ],
+ "cleanup": [ "/bin/*", "/lib/gedit/plugins", "/share/appdata/*", "/share/applications/*",
"/share/dbus-1/services", "/share/GConf" ],
"sources": [
{
"type": "git",
@@ -299,7 +299,7 @@
{
"name": "sysprof",
"config-opts": [ "--enable-gtk", "--with-sysprofd=host" ],
- "cleanup": [ "/bin/*", "/libexec/sysprof", "/share/applications/*", "/share/mime/packages" ],
+ "cleanup": [ "/bin/*", "/libexec/sysprof", "/share/appdata/*", "/share/applications/*",
"/share/mime/packages" ],
"sources": [
{
"type": "git",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]