From 4af5ac02f0e73b2346cbcc7c230150b2565c0040 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sun, 11 Jul 2021 11:32:18 +0300 Subject: [PATCH] packaging: add ghostscript to kde-extraapps runtime dependencies Signed-off-by: Ivailo Monev --- packaging/debian/katana-extraapps/control | 2 +- packaging/freebsd/katana-extraapps/Makefile | 3 ++- packaging/netbsd/kde-extraapps/Makefile | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packaging/debian/katana-extraapps/control b/packaging/debian/katana-extraapps/control index 9fa0a6c..617a06b 100644 --- a/packaging/debian/katana-extraapps/control +++ b/packaging/debian/katana-extraapps/control @@ -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 diff --git a/packaging/freebsd/katana-extraapps/Makefile b/packaging/freebsd/katana-extraapps/Makefile index 4dfade8..839360a 100644 --- a/packaging/freebsd/katana-extraapps/Makefile +++ b/packaging/freebsd/katana-extraapps/Makefile @@ -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 diff --git a/packaging/netbsd/kde-extraapps/Makefile b/packaging/netbsd/kde-extraapps/Makefile index 072ed6d..7e5129e 100644 --- a/packaging/netbsd/kde-extraapps/Makefile +++ b/packaging/netbsd/kde-extraapps/Makefile @@ -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"