From 39d4e8d4ba8ebc6de4689825e492b57ea2dc64eb Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Thu, 15 Dec 2016 18:08:38 +0100 Subject: [PATCH] Revert "DBusInterface: Remove package" This reverts commit 91a1dc6f2e0b5081130de7290c0164556e126c0b. --- Cura-extra-plugins/control | 9 +++++++++ .../cura-extra-plugin-dbusinterface.install | 1 + Cura-extra-plugins/rules | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 Cura-extra-plugins/cura-extra-plugin-dbusinterface.install diff --git a/Cura-extra-plugins/control b/Cura-extra-plugins/control index abc78bd..938680e 100644 --- a/Cura-extra-plugins/control +++ b/Cura-extra-plugins/control @@ -26,6 +26,7 @@ Package: cura-extra-plugins-all-dev Architecture: all Depends: cura-extra-plugin-godmode, + cura-extra-plugin-dbusinterface, Provides: cura-extra-plugins Enhances: @@ -41,6 +42,14 @@ Depends: Description: Cura plugin - GodMode For more info see: https://github.com/sedwards2009/cura-god-mode-plugin +Package: cura-extra-plugin-dbusinterface +Architecture: all +Depends: + cura-plugin-api-3, + ${misc:Depends} +Description: Cura plugin - DBusInterface + For more info see: https://github.com/awhiemstra/cura-dbusinterface + Package: cura-extra-plugin-doodle3d Architecture: all Depends: diff --git a/Cura-extra-plugins/cura-extra-plugin-dbusinterface.install b/Cura-extra-plugins/cura-extra-plugin-dbusinterface.install new file mode 100644 index 0000000..d79e3e1 --- /dev/null +++ b/Cura-extra-plugins/cura-extra-plugin-dbusinterface.install @@ -0,0 +1 @@ +usr/lib/cura/plugins/DBusInterface/ diff --git a/Cura-extra-plugins/rules b/Cura-extra-plugins/rules index e2f9ccf..a3a05e3 100755 --- a/Cura-extra-plugins/rules +++ b/Cura-extra-plugins/rules @@ -3,7 +3,7 @@ # output every command that modifies files on the build system. export DH_VERBOSE = 1 -CURA_PLUGINS = PostProcessingPlugin OctoPrintPlugin GodModePlugin OrientationPlugin Doodle3DPlugin +CURA_PLUGINS = PostProcessingPlugin OctoPrintPlugin GodModePlugin OrientationPlugin Doodle3DPlugin DBusInterfacePlugin %: dh $@ --parallel