mirror of https://github.com/nymea/nymea.git
add build dependecy for translation tools
add translation path for packagespull/135/head
parent
1e4e2ac09c
commit
48535e5c56
|
|
@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9.0.0),
|
|||
python,
|
||||
qt5-default,
|
||||
qtbase5-dev,
|
||||
qttools5-dev-tools,
|
||||
qtconnectivity5-dev,
|
||||
libqt5websockets5-dev,
|
||||
libqt5bluetooth5,
|
||||
|
|
@ -107,6 +108,7 @@ Depends: libguh1 (= ${binary:Version}),
|
|||
${misc:Depends},
|
||||
python,
|
||||
qtconnectivity5-dev,
|
||||
qttools5-dev-tools,
|
||||
libqt5websockets5-dev,
|
||||
libavahi-client-dev,
|
||||
libavahi-common-dev
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
usr/lib/guh/plugins
|
||||
usr/share/guh/translations
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
usr/lib/guh/plugins
|
||||
usr/share/guh/translations
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
usr/lib/guh/plugins
|
||||
usr/share/guh/translations
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
usr/bin
|
||||
etc/guh/
|
||||
usr/share/guh/translations
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Mock Devices",
|
||||
"idName": "MockDevice",
|
||||
"translationPrefix": "mock",
|
||||
"id": "727a4a9a-c187-446f-aadf-f1b2220607d1",
|
||||
"paramTypes": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -245,7 +245,7 @@ writePluginInfo("PluginId pluginId = PluginId(\"%s\");" % pluginMap['id'])
|
|||
extractVendors(pluginMap)
|
||||
|
||||
writePluginInfo("")
|
||||
writePluginInfo("// Loging category")
|
||||
writePluginInfo("// Logging category")
|
||||
|
||||
if 'idName' in pluginMap:
|
||||
writePluginInfo('Q_DECLARE_LOGGING_CATEGORY(dc%s)' % pluginMap['idName'])
|
||||
|
|
|
|||
Loading…
Reference in New Issue