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_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>
|
||||
|
||||
@ -1 +1 @@
|
||||
9
|
||||
13
|
||||
|
||||
@ -9,15 +9,19 @@ Build-Depends: debhelper,
|
||||
dpkg-dev,
|
||||
libavahi-client-dev,
|
||||
libavahi-common-dev,
|
||||
libxkbcommon-dev,
|
||||
qt6-base-dev,
|
||||
qt6-base-dev-tools,
|
||||
qt6-base-private-dev,
|
||||
qt6-connectivity-dev,
|
||||
qt6-charts-dev,
|
||||
qt6-svg-dev,
|
||||
qt6-websockets-dev,
|
||||
qt6-webview-dev,
|
||||
qt6-declarative-dev,
|
||||
libqt6quickcontrols2-6,
|
||||
qt6-tools-dev,
|
||||
libqt6quickcontrols2-6
|
||||
|
||||
|
||||
Package: nymea-app
|
||||
Architecture: any
|
||||
@ -25,21 +29,8 @@ Section: x11
|
||||
Multi-Arch: same
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
libqt5network5,
|
||||
libqt5gui5,
|
||||
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,
|
||||
Recommends: qml6-module-qtwebview,
|
||||
Suggests: nymea,
|
||||
network-manager
|
||||
Description: A client app for nymea
|
||||
This package will install nymea:app, the client app
|
||||
|
||||
@ -3,8 +3,9 @@
|
||||
|
||||
export DH_VERBOSE=1
|
||||
|
||||
override_dh_missing:
|
||||
dh_missing --fail-missing
|
||||
override_dh_auto_install:
|
||||
dh_auto_install --destdir=debian/tmp
|
||||
|
||||
%:
|
||||
dh $@ --buildsystem=qmake --parallel --with systemd
|
||||
dh $@ --buildsystem=qmake6 --parallel
|
||||
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
1.11.0
|
||||
681
|
||||
682
|
||||
|
||||
Reference in New Issue
Block a user