summaryrefslogtreecommitdiff
path: root/libappstream-builder
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-01-22 15:01:10 +0000
committerRichard Hughes <richard@hughsie.com>2016-01-22 15:03:05 +0000
commitd12d2cffe4d8ae10d84aa57bb21927256040894b (patch)
treefc19081659f04a75ce1ff99ab7f369813e549262 /libappstream-builder
parent3952f7101803a81a3c2559fcba9bde08271a8054 (diff)
downloadappstream-glib-d12d2cffe4d8ae10d84aa57bb21927256040894b.tar.gz
Remove the hardcoded rule for xfdashboard as it has been reported upstream
Diffstat (limited to 'libappstream-builder')
-rw-r--r--libappstream-builder/plugins/asb-plugin-hardcoded.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libappstream-builder/plugins/asb-plugin-hardcoded.c b/libappstream-builder/plugins/asb-plugin-hardcoded.c
index a0fd56d..f15e15c 100644
--- a/libappstream-builder/plugins/asb-plugin-hardcoded.c
+++ b/libappstream-builder/plugins/asb-plugin-hardcoded.c
@@ -57,15 +57,6 @@ asb_plugin_process_app (AsbPlugin *plugin,
gchar **filelist;
guint i;
- /* add extra project groups */
- if (g_strcmp0 (as_app_get_id (AS_APP (app)), "xfdashboard.desktop") == 0) {
- as_app_set_project_group (AS_APP (app), "XFCE");
- asb_package_log (pkg,
- ASB_PACKAGE_LOG_LEVEL_DEBUG,
- "Auto-adding project group XFCE for %s",
- as_app_get_id (AS_APP (app)));
- }
-
/* look for any installed docs */
filelist = asb_package_get_filelist (pkg);
for (i = 0; filelist[i] != NULL; i++) {