[gnome-software/wip/rancell/apt] APT plugin depends on appstream to set source information
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/rancell/apt] APT plugin depends on appstream to set source information
- Date: Wed, 2 Mar 2016 08:10:54 +0000 (UTC)
commit 2aa1df7d0e1d9ffb2f50c182ee5a9d015c3d1cf9
Author: Robert Ancell <robert ancell canonical com>
Date: Wed Mar 2 21:10:30 2016 +1300
APT plugin depends on appstream to set source information
src/plugins/gs-plugin-apt.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/gs-plugin-apt.c b/src/plugins/gs-plugin-apt.c
index f37263d..4b97a59 100644
--- a/src/plugins/gs-plugin-apt.c
+++ b/src/plugins/gs-plugin-apt.c
@@ -53,6 +53,15 @@ gs_plugin_get_name (void)
return "apt";
}
+const gchar **
+gs_plugin_get_deps (GsPlugin *plugin)
+{
+ static const gchar *deps[] = {
+ "appstream", /* need pkgname */
+ NULL };
+ return deps;
+}
+
static void
free_package_info (gpointer data)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]