diff --git a/debian/control b/debian/control index a9c3eca..0e89335 100644 --- a/debian/control +++ b/debian/control @@ -527,6 +527,21 @@ Description: nymea.io plugin for snapd This package will install the nymea.io plugin for snapd +Package: nymea-plugin-keba +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + nymea-plugins-translations, +Replaces: guh-plugin-keba +Description: nymea.io plugin for keba + The nymea daemon is a plugin based IoT (Internet of Things) server. The + server works like a translator for devices, things and services and + allows them to interact. + With the powerful rule engine you are able to connect any device available + in the system and create individual scenes and behaviors for your environment. + . + This package will install the nymea.io plugin for keba + Package: nymea-plugins-translations diff --git a/debian/nymea-plugin-keba.install.in b/debian/nymea-plugin-keba.install.in new file mode 100644 index 0000000..050c7a8 --- /dev/null +++ b/debian/nymea-plugin-keba.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginkeba.so diff --git a/plugins.pri b/plugins.pri index 2b77883..fb3c1ce 100644 --- a/plugins.pri +++ b/plugins.pri @@ -37,6 +37,7 @@ QMAKE_EXTRA_TARGETS += lupdate translations.path = /usr/share/nymea/translations translations.files = $$[QT_SOURCE_TREE]/translations/*.qm +TRANSLATIONS += $$files($$[QT_SOURCE_TREE]/translations/*.ts, true) # Install plugin target.path = $$PLUGIN_PATH