[gnome-photos] flatpak: Fix the "cleanup" for tracker
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] flatpak: Fix the "cleanup" for tracker
- Date: Thu, 13 Sep 2018 16:11:12 +0000 (UTC)
commit 1dffe5b2e39fc2b71618323d583626876095cc2d
Author: Debarshi Ray <debarshir gnome org>
Date: Thu Sep 13 18:07:12 2018 +0200
flatpak: Fix the "cleanup" for tracker
Strictly speaking, the entire /share/dbus-1 tree should be removed,
and not just /share/dbus-1/services. This doesn't matter in practice
because other modules do put things in /share/dbus-1 that are needed in
the Flatpak bundle, so there's no empty /app/share/dbus-1 lurking
around.
flatpak/org.gnome.Photos.json | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 631007c8..acb8be4b 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -255,12 +255,7 @@
},
{
"name": "tracker",
- "cleanup": [ "/bin",
- "/etc",
- "/lib/girepository-1.0",
- "/libexec",
- "/share/dbus-1/services",
- "/share/gir-1.0" ],
+ "cleanup": [ "/bin", "/etc", "/lib/girepository-1.0", "/libexec", "/share/dbus-1",
"/share/gir-1.0" ],
"config-opts": [ "-Dbash_completion=no", "-Ddocs=false", "-Dsystemd_user_services=no" ],
"sources": [
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]