[gnome-builder] flatpak: add more ignores for known runtime types
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] flatpak: add more ignores for known runtime types
- Date: Mon, 25 Sep 2017 22:02:32 +0000 (UTC)
commit e5fa540bc4a946a93f16bd9948bd251b3fc9fa8b
Author: Christian Hergert <chergert redhat com>
Date: Mon Sep 25 15:00:04 2017 -0700
flatpak: add more ignores for known runtime types
src/plugins/flatpak/gbp-flatpak-util.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/flatpak/gbp-flatpak-util.c b/src/plugins/flatpak/gbp-flatpak-util.c
index 7364fd5..ec2616f 100644
--- a/src/plugins/flatpak/gbp-flatpak-util.c
+++ b/src/plugins/flatpak/gbp-flatpak-util.c
@@ -92,6 +92,8 @@ gbp_flatpak_is_ignored (const gchar *name)
strstr (name, ".VAAPI") != NULL ||
strstr (name, ".Icontheme") != NULL ||
strstr (name, ".Extension") != NULL ||
- strstr (name, ".Gtk3theme") != NULL;
+ strstr (name, ".Gtk3theme") != NULL ||
+ strstr (name, ".KStyle") != NULL ||
+ strstr (name, ".PlatformTheme") != NULL;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]