add build dependecy for translation tools
add translation path for packages
This commit is contained in:
parent
1e4e2ac09c
commit
48535e5c56
2
debian/control
vendored
2
debian/control
vendored
@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9.0.0),
|
|||||||
python,
|
python,
|
||||||
qt5-default,
|
qt5-default,
|
||||||
qtbase5-dev,
|
qtbase5-dev,
|
||||||
|
qttools5-dev-tools,
|
||||||
qtconnectivity5-dev,
|
qtconnectivity5-dev,
|
||||||
libqt5websockets5-dev,
|
libqt5websockets5-dev,
|
||||||
libqt5bluetooth5,
|
libqt5bluetooth5,
|
||||||
@ -107,6 +108,7 @@ Depends: libguh1 (= ${binary:Version}),
|
|||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
python,
|
python,
|
||||||
qtconnectivity5-dev,
|
qtconnectivity5-dev,
|
||||||
|
qttools5-dev-tools,
|
||||||
libqt5websockets5-dev,
|
libqt5websockets5-dev,
|
||||||
libavahi-client-dev,
|
libavahi-client-dev,
|
||||||
libavahi-common-dev
|
libavahi-common-dev
|
||||||
|
|||||||
1
debian/guh-plugins-maker.dirs
vendored
1
debian/guh-plugins-maker.dirs
vendored
@ -1 +1,2 @@
|
|||||||
usr/lib/guh/plugins
|
usr/lib/guh/plugins
|
||||||
|
usr/share/guh/translations
|
||||||
|
|||||||
1
debian/guh-plugins-merkur.dirs
vendored
1
debian/guh-plugins-merkur.dirs
vendored
@ -1 +1,2 @@
|
|||||||
usr/lib/guh/plugins
|
usr/lib/guh/plugins
|
||||||
|
usr/share/guh/translations
|
||||||
|
|||||||
1
debian/guh-plugins.dirs
vendored
1
debian/guh-plugins.dirs
vendored
@ -1 +1,2 @@
|
|||||||
usr/lib/guh/plugins
|
usr/lib/guh/plugins
|
||||||
|
usr/share/guh/translations
|
||||||
|
|||||||
1
debian/guhd.dirs
vendored
1
debian/guhd.dirs
vendored
@ -1,2 +1,3 @@
|
|||||||
usr/bin
|
usr/bin
|
||||||
etc/guh/
|
etc/guh/
|
||||||
|
usr/share/guh/translations
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Mock Devices",
|
"name": "Mock Devices",
|
||||||
"idName": "MockDevice",
|
"idName": "MockDevice",
|
||||||
"translationPrefix": "mock",
|
|
||||||
"id": "727a4a9a-c187-446f-aadf-f1b2220607d1",
|
"id": "727a4a9a-c187-446f-aadf-f1b2220607d1",
|
||||||
"paramTypes": [
|
"paramTypes": [
|
||||||
{
|
{
|
||||||
|
|||||||
@ -245,7 +245,7 @@ writePluginInfo("PluginId pluginId = PluginId(\"%s\");" % pluginMap['id'])
|
|||||||
extractVendors(pluginMap)
|
extractVendors(pluginMap)
|
||||||
|
|
||||||
writePluginInfo("")
|
writePluginInfo("")
|
||||||
writePluginInfo("// Loging category")
|
writePluginInfo("// Logging category")
|
||||||
|
|
||||||
if 'idName' in pluginMap:
|
if 'idName' in pluginMap:
|
||||||
writePluginInfo('Q_DECLARE_LOGGING_CATEGORY(dc%s)' % pluginMap['idName'])
|
writePluginInfo('Q_DECLARE_LOGGING_CATEGORY(dc%s)' % pluginMap['idName'])
|
||||||
|
|||||||
Reference in New Issue
Block a user