[gnome-software] ubuntu-reviews: Depend on appstream to set source information



commit f7fbb273d1a2a72908bf35fb798aa1b4dc3a6b62
Author: Robert Ancell <robert ancell canonical com>
Date:   Mon May 23 11:53:16 2016 +0100

    ubuntu-reviews: Depend on appstream to set source information

 src/plugins/gs-plugin-ubuntu-reviews.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/gs-plugin-ubuntu-reviews.c b/src/plugins/gs-plugin-ubuntu-reviews.c
index 6bc1a46..6c378a0 100644
--- a/src/plugins/gs-plugin-ubuntu-reviews.c
+++ b/src/plugins/gs-plugin-ubuntu-reviews.c
@@ -66,6 +66,9 @@ gs_plugin_initialize (GsPlugin *plugin)
 
        /* we have more reviews than ORDS */
        gs_plugin_add_conflict (plugin, "odrs");
+
+       /* need source */
+       gs_plugin_add_rule (plugin, GS_PLUGIN_RULE_RUN_AFTER, "appstream");
 }
 
 void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]