Add debian package of keba plugin and add translations
parent
e3433c2f79
commit
ef619b60fc
|
|
@ -527,6 +527,21 @@ Description: nymea.io plugin for snapd
|
||||||
This package will install the 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
|
Package: nymea-plugins-translations
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginkeba.so
|
||||||
|
|
@ -37,6 +37,7 @@ QMAKE_EXTRA_TARGETS += lupdate
|
||||||
|
|
||||||
translations.path = /usr/share/nymea/translations
|
translations.path = /usr/share/nymea/translations
|
||||||
translations.files = $$[QT_SOURCE_TREE]/translations/*.qm
|
translations.files = $$[QT_SOURCE_TREE]/translations/*.qm
|
||||||
|
TRANSLATIONS += $$files($$[QT_SOURCE_TREE]/translations/*.ts, true)
|
||||||
|
|
||||||
# Install plugin
|
# Install plugin
|
||||||
target.path = $$PLUGIN_PATH
|
target.path = $$PLUGIN_PATH
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue