[gnome-builder/gnome-builder-3-26] flatpak: add more ignores for known runtime types



commit d0ce8c9e44ac768b5590246eeeb6be4e5ef78450
Author: Christian Hergert <chergert redhat com>
Date:   Mon Sep 25 15:00:04 2017 -0700

    flatpak: add more ignores for known runtime types

 plugins/flatpak/gbp-flatpak-util.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/plugins/flatpak/gbp-flatpak-util.c b/plugins/flatpak/gbp-flatpak-util.c
index 7364fd5..ec2616f 100644
--- a/plugins/flatpak/gbp-flatpak-util.c
+++ b/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]