debian: Switch debian packaging to Qt6
android: Fix android manifest
This commit is contained in:
parent
f4e8361d9d
commit
b1f161bb3a
@ -89,7 +89,6 @@
|
|||||||
|
|
||||||
<meta-data android:name="com.google.firebase.messaging.default_notification_icon" android:resource="@drawable/notificationicon"/>
|
<meta-data android:name="com.google.firebase.messaging.default_notification_icon" android:resource="@drawable/notificationicon"/>
|
||||||
<meta-data android:name="com.google.firebase.messaging.default_notification_color" android:resource="@color/notification_icon_color"/>
|
<meta-data android:name="com.google.firebase.messaging.default_notification_color" android:resource="@color/notification_icon_color"/>
|
||||||
<meta-data android:name="com.google.firebase.messaging.default_notification_channel_id" android:value="@string/notification_channel_id"/>
|
|
||||||
|
|
||||||
<service android:name="com.google.firebase.messaging.MessageForwardingService" android:exported="false">
|
<service android:name="com.google.firebase.messaging.MessageForwardingService" android:exported="false">
|
||||||
</service>
|
</service>
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
9
|
13
|
||||||
|
|||||||
@ -9,15 +9,19 @@ Build-Depends: debhelper,
|
|||||||
dpkg-dev,
|
dpkg-dev,
|
||||||
libavahi-client-dev,
|
libavahi-client-dev,
|
||||||
libavahi-common-dev,
|
libavahi-common-dev,
|
||||||
|
libxkbcommon-dev,
|
||||||
qt6-base-dev,
|
qt6-base-dev,
|
||||||
qt6-base-dev-tools,
|
qt6-base-dev-tools,
|
||||||
|
qt6-base-private-dev,
|
||||||
qt6-connectivity-dev,
|
qt6-connectivity-dev,
|
||||||
qt6-charts-dev,
|
qt6-charts-dev,
|
||||||
qt6-svg-dev,
|
qt6-svg-dev,
|
||||||
qt6-websockets-dev,
|
qt6-websockets-dev,
|
||||||
qt6-webview-dev,
|
qt6-webview-dev,
|
||||||
qt6-declarative-dev,
|
qt6-declarative-dev,
|
||||||
libqt6quickcontrols2-6,
|
qt6-tools-dev,
|
||||||
|
libqt6quickcontrols2-6
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-app
|
Package: nymea-app
|
||||||
Architecture: any
|
Architecture: any
|
||||||
@ -25,21 +29,8 @@ Section: x11
|
|||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
libqt5network5,
|
Recommends: qml6-module-qtwebview,
|
||||||
libqt5gui5,
|
Suggests: nymea,
|
||||||
libqt5websockets5,
|
|
||||||
libqt5bluetooth5,
|
|
||||||
qml-module-qt-labs-calendar,
|
|
||||||
qml-module-qt-labs-folderlistmodel,
|
|
||||||
qml-module-qt-labs-settings,
|
|
||||||
qml-module-qtcharts,
|
|
||||||
qml-module-qtgraphicaleffects,
|
|
||||||
qml-module-qtquick-controls2,
|
|
||||||
qml-module-qtquick-layouts,
|
|
||||||
qml-module-qtquick-window2,
|
|
||||||
qml-module-qtquick2,
|
|
||||||
Recommends: qml-module-qtwebview,
|
|
||||||
Suggests: nymea,
|
|
||||||
network-manager
|
network-manager
|
||||||
Description: A client app for nymea
|
Description: A client app for nymea
|
||||||
This package will install nymea:app, the client app
|
This package will install nymea:app, the client app
|
||||||
|
|||||||
@ -3,8 +3,9 @@
|
|||||||
|
|
||||||
export DH_VERBOSE=1
|
export DH_VERBOSE=1
|
||||||
|
|
||||||
override_dh_missing:
|
override_dh_auto_install:
|
||||||
dh_missing --fail-missing
|
dh_auto_install --destdir=debian/tmp
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --buildsystem=qmake --parallel --with systemd
|
dh $@ --buildsystem=qmake6 --parallel
|
||||||
|
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
1.11.0
|
1.11.0
|
||||||
681
|
682
|
||||||
|
|||||||
Reference in New Issue
Block a user