1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
Source: kirigami2
Section: kde
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Maximiliano Curia <maxy@debian.org>,
Norbert Preining <norbert@preining.info>
Build-Depends: breeze-icon-theme,
cmake (>= 3.5~),
debhelper-compat (= 13),
doxygen,
extra-cmake-modules (>= 5.78.0~),
graphviz,
kpackagetool5,
libkf5doctools-dev,
libqt5svg5-dev (>= 5.14.0~),
pkg-kde-tools,
qtbase5-dev (>= 5.14.0~),
qtdeclarative5-dev (>= 5.14.0~),
qtquickcontrols2-5-dev (>= 5.14.0~),
qttools5-dev,
qttools5-dev-tools (>= 5.7)
Standards-Version: 4.5.1
Homepage: https://invent.kde.org/frameworks/kirigami
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kirigami
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kirigami.git
Rules-Requires-Root: no
Package: kirigami2-dev
Architecture: any
Depends: libkf5kirigami2-5 (= ${binary:Version}),
qml-module-org-kde-kirigami2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: libkf5kirigami2-doc (>= ${source:Version})
Description: set of QtQuick components targeted for mobile use
Kirigami is a set of QtQuick components at the moment targeted for
mobile use (in the future desktop as well) targeting both Plasma
Mobile and Android. A set of high level components to make the
creation of applications that look and feel great on mobile as well
as desktop devices and follow the Kirigami Human Interface
Guidelines. The target of these components is anybody that wants to
do an application using QtQuick as its main UI, especially if
targeting a mobile platform, without adding many dependencies. They
work on a variety of platforms, such as Plasma Mobile, Desktop Linux,
Android and Windows.
.
This package contains the development files.
Package: libkf5kirigami2-5
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: set of QtQuick components targeted for mobile use
Kirigami is a set of QtQuick components at the moment targeted for
mobile use (in the future desktop as well) targeting both Plasma
Mobile and Android. A set of high level components to make the
creation of applications that look and feel great on mobile as well
as desktop devices and follow the Kirigami Human Interface
Guidelines. The target of these components is anybody that wants to
do an application using QtQuick as its main UI, especially if
targeting a mobile platform, without adding many dependencies. They
work on a variety of platforms, such as Plasma Mobile, Desktop Linux,
Android and Windows.
.
This package contains the library.
Package: libkf5kirigami2-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: set of QtQuick components targeted for mobile use (documentation)
Kirigami is a set of QtQuick components at the moment targeted for
mobile use (in the future desktop as well) targeting both Plasma
Mobile and Android. A set of high level components to make the
creation of applications that look and feel great on mobile as well
as desktop devices and follow the Kirigami Human Interface
Guidelines. The target of these components is anybody that wants to
do an application using QtQuick as its main UI, especially if
targeting a mobile platform, without adding many dependencies. They
work on a variety of platforms, such as Plasma Mobile, Desktop Linux,
Android and Windows.
.
This package contains the qch documentation files.
Package: qml-module-org-kde-kirigami2
Architecture: any
Depends: libkf5kirigami2-5 (= ${binary:Version}),
qml-module-qtgraphicaleffects,
qml-module-qtqml-models2,
qml-module-qtquick-controls2,
qml-module-qtquick-layouts,
qml-module-qtquick-templates2,
qml-module-qtquick2,
${misc:Depends},
${shlibs:Depends}
Description: set of QtQuick components targeted for mobile use
Kirigami is a set of QtQuick components at the moment targeted for
mobile use (in the future desktop as well) targeting both Plasma
Mobile and Android. A set of high level components to make the
creation of applications that look and feel great on mobile as well
as desktop devices and follow the Kirigami Human Interface
Guidelines. The target of these components is anybody that wants to
do an application using QtQuick as its main UI, especially if
targeting a mobile platform, without adding many dependencies. They
work on a variety of platforms, such as Plasma Mobile, Desktop Linux,
Android and Windows.
|