diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-11 19:38:34 +0000 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-11 19:40:40 +0000 |
| commit | 3ab0271444a4c41a4d93f3c842b2bd41a7798b90 (patch) | |
| tree | b273669ea8cc3f28f1de8d7cb998073d33dcf1bb /debian/control | |
| parent | 2c34f4edfc71530e681e4de5b4b63061572aad29 (diff) | |
| download | qmenumodel-3ab0271444a4c41a4d93f3c842b2bd41a7798b90.tar.gz qmenumodel-3ab0271444a4c41a4d93f3c842b2bd41a7798b90.tar.bz2 qmenumodel-3ab0271444a4c41a4d93f3c842b2bd41a7798b90.zip | |
debian/: Build Qt 6 variant alongside Qt 5 variant
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 54 |
1 files changed, 48 insertions, 6 deletions
diff --git a/debian/control b/debian/control index d0ebe16..d7bed05 100644 --- a/debian/control +++ b/debian/control @@ -15,9 +15,12 @@ Build-Depends: debhelper-compat (= 13), python3-gi:native, python3:any, qml-module-qtquick2 <!nocheck>, + qml6-module-qtquick <!nocheck>, qt5-qmake, qtbase5-dev, qtdeclarative5-dev, + qt6-base-dev, + qt6-declarative-dev, Vcs-Browser: https://github.com/AyatanaIndicators/qmenumodel.git Vcs-Git: https://github.com/AyatanaIndicators/qmenumodel.git Homepage: https://github.com/AyatanaIndicators/qmenumodel @@ -27,13 +30,13 @@ Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends}, -Description: Qt binding for GMenuModel - shared library +Description: Qt 5 binding for GMenuModel - shared library Qt binding for GMenuModel that allows connecting to a menu model exposed on D-Bus and presents it as a list model. It can be used to expose indicator or application menus for applications using the Qt framework. . This package contains the shared library required by applications using - QMenuModel. + QMenuModel (Qt 5 variant). Package: libqmenumodel-dev Architecture: any @@ -41,22 +44,61 @@ Section: libdevel Depends: libqmenumodel1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, -Description: Qt binding for GMenuModel - development files +Description: Qt 5 binding for GMenuModel - development files Qt binding for GMenuModel that allows connecting to a menu model exposed on D-Bus and presents it as a list model. It can be used to expose indicator or application menus for applications using the Qt framework. . - This package contains the development headers for libqmenumodel. + This package contains the development headers for libqmenumodel (Qt 5 variant). Package: qml-module-qmenumodel1 Architecture: any Depends: libqmenumodel1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, -Description: Qt binding for GMenuModel - QML module +Description: Qt 5 binding for GMenuModel - QML module Qt binding for GMenuModel that allows connecting to a menu model exposed on D-Bus and presents it as a list model. It can be used to expose indicator or application menus for applications using the Qt framework. . This package contains the QML module for building applications using the - QMenuModel library. + QMenuModel library (Qt 5 variant). + +Package: libqmenumodel-qt6-1 +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: Qt 6 binding for GMenuModel - shared library + Qt binding for GMenuModel that allows connecting to a menu model exposed on + D-Bus and presents it as a list model. It can be used to expose indicator or + application menus for applications using the Qt framework. + . + This package contains the shared library required by applications using + QMenuModel (Qt 6 variant). + +Package: libqmenumodel-qt6-dev +Architecture: any +Section: libdevel +Depends: libqmenumodel1 (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: Qt 6 binding for GMenuModel - development files + Qt binding for GMenuModel that allows connecting to a menu model exposed on + D-Bus and presents it as a list model. It can be used to expose indicator or + application menus for applications using the Qt framework. + . + This package contains the development headers for libqmenumodel (Qt 6 variant). + +Package: qml6-module-qmenumodel +Architecture: any +Depends: libqmenumodel-qt6-1 (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: Qt 6 binding for GMenuModel - QML module + Qt binding for GMenuModel that allows connecting to a menu model exposed on + D-Bus and presents it as a list model. It can be used to expose indicator or + application menus for applications using the Qt framework. + . + This package contains the QML module for building applications using the + QMenuModel library (Qt 6 variant). |
