[gnome-software/wip/temp/ubuntu-xenial-rebased: 191/329] Make the apt plugin conflict with packagekit
- From: Iain Lane <iainl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/temp/ubuntu-xenial-rebased: 191/329] Make the apt plugin conflict with packagekit
- Date: Fri, 29 Apr 2016 14:01:23 +0000 (UTC)
commit 600ffa1e14a3d87530cbd3fd3bb205b1ffe683fe
Author: Iain Lane <iain orangesquash org uk>
Date: Wed Apr 6 12:34:00 2016 +0100
Make the apt plugin conflict with packagekit
src/plugins/gs-plugin-apt.c | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/gs-plugin-apt.c b/src/plugins/gs-plugin-apt.c
index f491200..4f74af5 100644
--- a/src/plugins/gs-plugin-apt.c
+++ b/src/plugins/gs-plugin-apt.c
@@ -63,6 +63,26 @@ gs_plugin_get_deps (GsPlugin *plugin)
return deps;
}
+/**
+ * gs_plugin_get_conflicts:
+ */
+const gchar **
+gs_plugin_get_conflicts (GsPlugin *plugin)
+{
+
+ static const gchar *deps[] = {
+ "packagekit",
+ "packagekit-history",
+ "packagekit-offline",
+ "packagekit-origin",
+ "packagekit-proxy",
+ "packagekit-refine",
+ "packagekit-refresh",
+ "systemd-updates",
+ NULL };
+ return deps;
+}
+
static void
free_package_info (gpointer data)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]