[gnome-apps-nightly] Builder: audit installed files, remove a bunch
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-apps-nightly] Builder: audit installed files, remove a bunch
- Date: Thu, 13 Oct 2016 01:02:55 +0000 (UTC)
commit b85869e2e9bfb856201aa60cbefbb16bcb3666eb
Author: Christian Hergert <chergert redhat com>
Date: Wed Oct 12 18:02:42 2016 -0700
Builder: audit installed files, remove a bunch
We were installing lots of stuff that can be pruned, so go ahead and do
that. Hopefully we won't have any fallout.
org.gnome.Builder.json | 33 +++++++++++++++++++++++++--------
1 files changed, 25 insertions(+), 8 deletions(-)
---
diff --git a/org.gnome.Builder.json b/org.gnome.Builder.json
index 42a4af3..1f1151c 100644
--- a/org.gnome.Builder.json
+++ b/org.gnome.Builder.json
@@ -48,7 +48,8 @@
"cleanup": ["/include", "/lib/pkgconfig",
"/share/pkgconfig", "/share/aclocal",
"/man", "/share/man", "/share/gtk-doc",
- "/share/vala",
+ "/share/doc", "/share/vala", "/share/appdata",
+ "/share/bash-completions",
"*.la", "*.a"],
"modules": [
{
@@ -74,7 +75,11 @@
{
"name": "ostree",
"config-opts": [ "--disable-man" ],
- "cleanup": [ "/bin", "/etc/grub.d", "/libexec" ],
+ "cleanup": [ "/bin",
+ "/etc/grub.d",
+ "/etc/ostree",
+ "/share/ostree",
+ "/libexec" ],
"sources": [
{
"type": "git",
@@ -89,6 +94,8 @@
"--disable-sandboxed-triggers",
"--disable-system-helper" ],
"cleanup": [ "/etc/profile.d",
+ "/bin/flatpak",
+ "/bin/flatpak-builder",
"/libexec",
"/lib/systemd",
"/share/dbus-1/interfaces/org.freedesktop.*",
@@ -107,6 +114,12 @@
"name": "polkit",
"config-opts": [ "--disable-polkitd", "--disable-man-pages", "--disable-introspection" ],
"rm-configure": true,
+ "cleanup": [ "/bin/*",
+ "/etc/pam.d",
+ "/etc/dbus-1",
+ "/share/dbus-1/system-services/*",
+ "/share/polkit-1/actions/*",
+ "/lib/polkit-1" ],
"sources": [
{
"type": "archive",
@@ -185,6 +198,7 @@
"cmake": true,
"config-opts": [ "-DBUILD_SHARED_LIBS:BOOL=ON",
"-DTHREADSAFE=ON" ],
+ "cleanup": [ "/lib/cmake" ],
"sources": [
{
"type": "git",
@@ -224,39 +238,42 @@
{
"name": "mm-common",
"config-opts": [ "--disable-documentation" ],
+ "cleanup": [ "/bin/*", "/share/mm-common" ],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/mm-common/0.9/mm-common-0.9.10.tar.xz",
- "sha256": "16c0e2bc196b67fbc145edaecb5dbe5818386504fe5703de27002d77140fa217"
+ "sha256": "16c0e2bc196b67fbc145edaecb5dbe5818386504fe5703de27002d77140fa217"
}
]
},
{
"name": "libsigcplusplus",
"config-opts": [ "--disable-documentation" ],
+ "cleanup": [ "/lib/sigc++-2.0" ],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/libsigc++/2.9/libsigc++-2.9.3.tar.xz",
- "sha256": "0bf9b301ad6198c550986c51150a646df198e8d1d235270c16486b0dda30097f"
+ "sha256": "0bf9b301ad6198c550986c51150a646df198e8d1d235270c16486b0dda30097f"
}
]
},
{
"name": "glibmm",
- "config-opts": [ "--disable-documentation" ],
+ "config-opts": [ "--disable-documentation" ],
+ "cleanup": [ "/lib/glibmm-2.4", "/lib/giomm-2.4" ],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/glibmm/2.49/glibmm-2.49.5.tar.xz",
- "sha256": "4e9c147c3fd3b8ecb15b3d5bdc120ef4e88a5d6948c8e82c3d95f85add33304e"
+ "sha256": "4e9c147c3fd3b8ecb15b3d5bdc120ef4e88a5d6948c8e82c3d95f85add33304e"
}
]
},
{
"name": "devhelp",
- "cleanup": [ "/bin/*" ],
+ "cleanup": [ "/bin/*", "/lib/gedit/plugins", "/share/applications/*", "/share/dbus-1/services",
"/share/GConf" ],
"sources": [
{
"type": "git",
@@ -267,7 +284,7 @@
{
"name": "sysprof",
"config-opts": [ "--enable-gtk", "--with-sysprofd=host" ],
- "cleanup": [ "/bin/*", "/libexec/sysprof" ],
+ "cleanup": [ "/bin/*", "/libexec/sysprof", "/share/applications/*", "/share/mime/packages" ],
"sources": [
{
"type": "git",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]