[gnome-builder/wip/gtk4-port: 806/1774] plugins: add project-tree dependencies
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 806/1774] plugins: add project-tree dependencies
- Date: Mon, 11 Jul 2022 22:31:24 +0000 (UTC)
commit 3631800ddebd1ae483a7b67549a8562587defbba
Author: Christian Hergert <chergert redhat com>
Date: Fri Apr 29 09:53:24 2022 -0700
plugins: add project-tree dependencies
These are needed so that menu merging happens in the right order.
src/plugins/buildui/buildui.plugin | 1 +
src/plugins/debuggerui/debuggerui.plugin | 1 +
src/plugins/open-with-external/open-with-external.plugin | 1 +
src/plugins/sysprof/sysprof.plugin | 2 +-
src/plugins/valgrind/valgrind.plugin | 1 +
5 files changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/src/plugins/buildui/buildui.plugin b/src/plugins/buildui/buildui.plugin
index 24ed79f07..dc55a10cf 100644
--- a/src/plugins/buildui/buildui.plugin
+++ b/src/plugins/buildui/buildui.plugin
@@ -2,6 +2,7 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2015-2018 Christian Hergert
+Depends=project-tree;
Description=Provides user interface components to display the build settings.
Embedded=_gbp_buildui_register_types
Hidden=true
diff --git a/src/plugins/debuggerui/debuggerui.plugin b/src/plugins/debuggerui/debuggerui.plugin
index 38b89a177..48b20fb22 100644
--- a/src/plugins/debuggerui/debuggerui.plugin
+++ b/src/plugins/debuggerui/debuggerui.plugin
@@ -2,6 +2,7 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2014-2018 Christian Hergert
+Depends=project-tree;
Description=Builder's visual debugger
Embedded=_gbp_debuggerui_register_types
Hidden=true
diff --git a/src/plugins/open-with-external/open-with-external.plugin
b/src/plugins/open-with-external/open-with-external.plugin
index 629ef935f..22ec44d41 100644
--- a/src/plugins/open-with-external/open-with-external.plugin
+++ b/src/plugins/open-with-external/open-with-external.plugin
@@ -2,6 +2,7 @@
Authors=vanadiae <vanadiae35 gmail com>
Builtin=true
Copyright=Copyright © 2021 vanadiae
+Depends=project-tree;
Description=Provides a fallback file opener and an Open in External Program menu entry
Embedded=_gbp_owe_register_types
Hidden=true
diff --git a/src/plugins/sysprof/sysprof.plugin b/src/plugins/sysprof/sysprof.plugin
index 4b4c07c40..6326cb0b9 100644
--- a/src/plugins/sysprof/sysprof.plugin
+++ b/src/plugins/sysprof/sysprof.plugin
@@ -2,7 +2,7 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2016-2018 Christian Hergert
-Depends=buildui;
+Depends=buildui;project-tree;
Description=Integration with the Sysprof system profiler
Embedded=_gbp_sysprof_register_types
Hidden=true
diff --git a/src/plugins/valgrind/valgrind.plugin b/src/plugins/valgrind/valgrind.plugin
index 028e7c046..915d0a192 100644
--- a/src/plugins/valgrind/valgrind.plugin
+++ b/src/plugins/valgrind/valgrind.plugin
@@ -2,6 +2,7 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2017-2022 Christian Hergert
+Depends=project-tree;
Description=Provides integration with valgrind
Embedded=_gbp_valgrind_register_types
Module=valgrind
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]