packaging: add ghostscript to kde-extraapps runtime dependencies

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-07-11 11:32:18 +03:00
parent 169943cc32
commit 4af5ac02f0
3 changed files with 4 additions and 2 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
speech-dispatcher, ghostscript
Description: Katana extra applications

View file

@ -14,10 +14,11 @@ DIST_SUBDIR = ${PORTNAME}
WRKSRC = ${WRKDIR}/kde-extraapps-master
USES = compiler:c++11-lang pkgconfig cmake xorg perl5 gettext-tools libarchive jpeg \
desktop-file-utils shared-mime-info
ghostscript desktop-file-utils shared-mime-info
USE_XORG = x11 xrender xtst xdamage xext xfixes
USE_PERL5 = build
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

View file

@ -29,6 +29,7 @@ post-extract:
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
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../devel/katie/buildlink3.mk"