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 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169
|
Source: libqapt
Section: kde
Priority: optional
Maintainer: Debian/Kubuntu KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Uploaders: Sune Vuorela <sune@debian.org>,
Kai Wasserbäch <curan@debian.org>,
Floris-Andrei Stoica-Marcu <floris.sm@gmail.com>,
Maximiliano Curia <maxy@debian.org>,
José Manuel Santamaría Lema <panfaust@gmail.com>
Build-Depends: cmake (>= 2.8.12),
debhelper (>= 11~),
extra-cmake-modules (>= 0.0.14),
libapt-pkg-dev (>= 0.8.0),
libdebconf-kde-dev (>= 1.0.0),
libglib2.0-dev,
libgstreamer-plugins-base1.0-dev,
libgstreamer1.0-dev,
libkf5auth-dev (>= 5.0.0),
libkf5coreaddons-dev (>= 5.0.0),
libkf5i18n-dev (>= 5.0.0),
libkf5iconthemes-dev (>= 5.0.0),
libkf5kio-dev (>= 5.0.0),
libkf5plasma-dev,
libkf5runner-dev (>= 5.0.0),
libkf5textwidgets-dev (>= 5.0.0),
libkf5widgetsaddons-dev (>= 5.0.0),
libkf5windowsystem-dev (>= 5.0.0),
libpolkit-qt5-1-dev (>= 0.112),
libxapian-dev,
pkg-config,
pkg-kde-tools (>> 0.15.15),
qtbase5-dev (>= 5.2.0),
qttools5-dev,
qttools5-dev-tools
Standards-Version: 4.1.4
Homepage: https://cgit.kde.org/libqapt.git/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde-extras/qapt
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde-extras/qapt.git
Package: libqapt3
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: libqapt3-runtime (= ${binary:Version})
Description: QApt library package
LibQApt is a Qt wrapper around the libapt-pkg library as well as an APT
implementation using libapt-pkg. The aim is to provide a sane API for
package management to ease the development of package managers written in Qt
and C++
.
This package contains the QApt library
Package: libqapt-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libapt-pkg-dev,
libqapt3 (= ${binary:Version}),
qtbase5-dev (>= 5.2.0),
${misc:Depends}
Description: Development headers for the QApt library
LibQApt is a Qt wrapper around the libapt-pkg library as well as an APT
implementation using libapt-pkg. The aim is to provide a sane API for
package management to ease the development of package managers written in Qt
and C++
.
This package contains the development headers for the QApt library
Package: libqapt3-runtime
Architecture: any
Depends: polkit-kde-agent-1 | policykit-1-gnome,
${misc:Depends},
${shlibs:Depends}
Description: Runtime components for the QApt library
LibQApt is a Qt wrapper around the libapt-pkg library as well as an APT
implementation using libapt-pkg. The aim is to provide a sane API for
package management to ease the development of package managers written in Qt
and C++
.
This package contains the runtime components necessary for applications using
the QApt library to run.
Package: qapt-utils
Architecture: all
Depends: kde-thumbnailer-deb (>= ${source:Version}),
plasma-runner-installer (>= ${source:Version}),
qapt-batch (>= ${source:Version}),
qapt-deb-installer (>= ${source:Version}),
${misc:Depends}
Recommends: gstreamer-qapt
Description: complete collection of QApt package management utilities
QApt is a collection of tools and a library providing a wrapper around
APT. The intention is to ease the use of APT in Qt-based programs.
.
This is a metapackage depending on all of QApt's extra package management
utilities.
Package: qapt-batch
Architecture: any
Depends: libqapt3-runtime (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Batch package manager for KDE
QApt is a collection of tools and a library providing a wrapper around
APT. The intention is to ease the use of APT in Qt-based programs.
.
QApt Batch is a simple GUI for doing batch package management operations.
It can install and remove packages, as well as update the package cache via a
command line interface. It also has an attach function invokable via the
command line. QApt Batch is a drop-in replacement for the "install-package"
batch package management tool.
Package: qapt-deb-installer
Architecture: any
Depends: libqapt3-runtime (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: tool for installing deb files
QApt is a collection of tools and a library providing a wrapper around
APT. The intention is to ease the use of APT in Qt-based programs.
.
The QApt deb installer allows you to install local .deb files. The QApt Deb
Installer resolves and downloads dependencies. The APT package manager does
the same, but only for remote packages.
Package: plasma-runner-installer
Architecture: any
Depends: qapt-batch (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Recommends: command-not-found
Description: KRunner plugin for installing packages
QApt is a collection of tools and a library providing a wrapper around
APT. The intention is to ease the use of APT in Qt-based programs.
.
This KRunner plugin offers the option to install an application if its
command is typed in to KRunner and the application is not already
installed.
Package: kde-thumbnailer-deb
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Enhances: dolphin, konqueror
Description: KDE plugin to show thumbnails of Debian package files
QApt is a collection of tools and a library providing a wrapper around
APT. The intention is to ease the use of APT in Qt-based programs.
.
A plugin for KDE file managers (Dolphin and Konqueror) to preview Debian
packages (.deb files) as thumbnails.
Package: gstreamer-qapt
Architecture: any
Depends: libqapt3-runtime (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Replaces: gstreamer0.10-qapt (<< 3~), gstreamer1.0-qapt (<< 3~)
Breaks: gstreamer0.10-qapt (<< 3~), gstreamer1.0-qapt (<< 3~)
Description: GStreamer plugin to install codecs using QApt
QApt is a collection of tools and a library providing a wrapper around
APT. The intention is to ease the use of APT in Qt-based programs.
.
This package provides a plugin for the GStreamer multimedia framework
to search and to install audio and video codecs.
Package: gstreamer0.10-qapt
Section: oldlibs
Architecture: all
Depends: gstreamer-qapt (>= ${source:Version}), ${misc:Depends}
Description: transitional dummy package
This is a transitional dummy package. It can safely be removed.
|