packaging: kde-extraapps dependencies update

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-08-08 18:03:45 +03:00
parent 407ebda144
commit 7c72832988
3 changed files with 5 additions and 3 deletions

View file

@ -21,5 +21,5 @@ Build-Depends: debhelper (>= 9~), cmake, katie-dev, katana-baseapps,
Package: katana-extraapps
Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x hurd-i386
Depends: ${shlibs:Depends}, ${misc:Depends}, freerdp2-x11, bluez-obexd, xsltproc,
speech-dispatcher, ghostscript
speech-dispatcher, ghostscript, qemu-system-x86
Description: Katana extra applications

View file

@ -21,9 +21,10 @@ USE_GETTEXT_TOOLS = build run
USE_GHOSTSCRIPT = run
USE_LDCONFIG = yes
# build and run depending on freerdp2 since the build system checks for its presence but in fact
# only the binaries are needed, speech-dispatcher is both build and runtime dependancy
# only the binaries are needed, speech-dispatcher is both build and runtime dependancy, qemu is
# runtime only
RUN_DEPENDS = xfreerdp:net/freerdp xsltproc:textproc/libxslt \
speech-dispatcher:accessibility/speech-dispatcher
speech-dispatcher:accessibility/speech-dispatcher qemu-system-i386:emulators/qemu
# zlib and oss are not part of any package
LIB_DEPENDS = libKtCore.so:katana/katie libkdecore.so:katana/katanalibs \
libkonq.so:katana/katana-baseapps libplasmagenericshell.so:katana/katana-workspace \

View file

@ -30,6 +30,7 @@ DEPENDS = freerdp2-[0-9]*:../../net/freerdp2
DEPENDS += libxslt-[0-9]*:../../textproc/libxslt
DEPENDS += speech-dispatcher-[0-9]*:../../audio/speech-dispatcher
DEPENDS += ghostscript-[0-9]*:../../print/ghostscript
DEPENDS += qemu-[0-9]*:../../emulators/qemu
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../devel/katie/buildlink3.mk"