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
|
Source: kapptemplate
Section: kde
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Sune Vuorela <sune@debian.org>,
Fathi Boudra <fabo@debian.org>,
Modestas Vainius <modax@debian.org>,
George Kiagiadakis <kiagiadakis.george@gmail.com>,
Maximiliano Curia <maxy@debian.org>
Build-Depends: cmake (>= 2.8.12),
debhelper (>= 9),
extra-cmake-modules (>= 1.0.0),
kdoctools-dev,
kio-dev,
libkf5archive-dev,
libkf5completion-dev,
libkf5configwidgets-dev,
libkf5coreaddons-dev,
libkf5doctools-dev,
libkf5i18n-dev,
libkf5kio-dev,
pkg-kde-tools (>> 0.15.15),
qtbase5-dev (>= 5.4)
Standards-Version: 3.9.8
Homepage: http://www.kde.org/
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kapptemplate.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kapptemplate.git
Package: kapptemplate
Architecture: any
Section: devel
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: kio-dev
Description: application template generator
KAppTemplate is a shell script that will create the necessary framework to
develop several types of applications, including applications based on the
KDE development platform.
.
It generates the build-system configuration and provides example code
for a simple application.
.
This package is part of the KDE Software Development Kit module.
|