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
|
Source: kinit
Section: libs
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: cmake (>= 3.5~),
debhelper-compat (= 13),
extra-cmake-modules (>= 5.78.0~),
libcap-dev [linux-any],
libcap2-bin [linux-any],
libkf5config-dev (>= 5.78.0~),
libkf5crash-dev (>= 5.78.0~),
libkf5dbusaddons-dev (>= 5.78.0~),
libkf5doctools-dev (>= 5.78.0~),
libkf5i18n-dev (>= 5.78.0~),
libkf5kio-dev (>= 5.78.0~),
libkf5service-dev (>= 5.78.0~),
libkf5windowsystem-dev (>= 5.78.0~),
pkg-config,
pkg-kde-tools (>= 0.15.15ubuntu1~),
qtbase5-dev (>= 5.14.0~)
Standards-Version: 4.5.1
Homepage: https://invent.kde.org/frameworks/kinit
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kinit
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kinit.git
Rules-Requires-Root: no
Package: kinit
Architecture: any
Depends: libcap2-bin [linux-any], ${misc:Depends}, ${shlibs:Depends}
Description: process launcher to speed up launching KDE applications
kdeinit is a process launcher somewhat similar to the
famous init used for booting UNIX.
.
It launches processes by forking and then loading a
dynamic library which should contain a 'kdemain(...)'
function.
.
Using kdeinit to launch KDE applications makes starting
a typical KDE applications 2.5 times faster (100ms
instead of 250ms on a P-III 500) It reduces memory
consumption by approx. 350Kb per application.
Package: kinit-dev
Section: libdevel
Architecture: any
Depends: kinit (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: process launcher to speed up launching KDE applications
kdeinit is a process launcher somewhat similar to the
famous init used for booting UNIX.
.
It launches processes by forking and then loading a
dynamic library which should contain a 'kdemain(...)'
function.
.
Using kdeinit to launch KDE applications makes starting
a typical KDE applications 2.5 times faster (100ms
instead of 250ms on a P-III 500) It reduces memory
consumption by approx. 350Kb per application.
.
Contains development files for kinit.
Breaks: libkf5kdelibs4support-dev (<< 5.54)
|