katie/package/debian/control
Ivailo Monev 02387028f4 Hurd build fixes
libpqtypes-dev was required because of the PostgreSQL CMake module and even
with it CMake could not detect it in Travis environment (which is why
custom module is shipped with Katie), libmariadbd-dev does not depend on
libaio-dev even tho it should but that should be fixed in the official
MariaDB Debian package and CMake respectively, I am not going to workaround
those issues anymore just to bump on more

on Debian GNU/Hurd libpqtypes-dev and libaio-dev are not available
(atleast in the officiall main repository) and since they are not
directly required to build Katie I am removing them for that reason too

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2020-11-07 22:03:48 +02:00

44 lines
1.9 KiB
Text

Source: katie
Section: x11
Priority: optional
Maintainer: Ivailo Monev <xakepa10@gmail.com>
Homepage: https://github.com/fluxer/katie
Vcs-Git: git://github.com/fluxer/katie.git
Vcs-browser: https://github.com/fluxer/katie
Standards-Version: 4.9.0
Build-Depends: debhelper (>= 9~), libssl-dev, zlib1g-dev, libzstd-dev,
libc6-dev, libpng-dev, libjpeg-dev, libtiff5-dev, libcups2-dev,
libfreetype6-dev, libfontconfig1-dev, libpcre3-dev, libdbus-1-dev,
unixodbc-dev, libicu-dev, libsqlite3-dev, cmake, git, xserver-xorg-dev,
libxinerama-dev, libxrandr-dev, libxrender-dev, libxcursor-dev, libsm-dev,
libpq-dev, libmariadbclient-dev, libmariadbd-dev, unifdef
Package: katie-runtime
Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: unixodbc, libpq5, libmariadbclient, xserver-xorg-core
Description: C++ toolkit derived from the Qt 4.8 framework
This package is pre-release version of the Katie tookit (includes libraries,
imports, plugins and translations)
Package: katie-tools
Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x
Depends: ${shlibs:Depends}, ${misc:Depends}, katie-runtime
Description: C++ toolkit derived from the Qt 4.8 framework
This package is pre-release version of the Katie tookit (includes designer,
lconvert, lrelease, lupdate, moc, qdbus, qdbuscpp2xml, qdbusviewer,
qdbusxml2cpp, qscript, qtconfig, rcc and uic)
Package: katie-dev
Architecture: any
Depends: ${misc:Depends}, katie-runtime, katie-tools
Description: C++ toolkit derived from the Qt 4.8 framework
This package is pre-release version of the Katie tookit (includes headers,
pkg-config and CMake files)
Package: katie-doc
Architecture: any
Depends: ${misc:Depends}, man-db
Description: C++ toolkit derived from the Qt 4.8 framework
This package is pre-release version of the Katie tookit (includes manual
pages for the tools)