mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-24 02:42:47 +00:00
packaging: add ghostscript to kde-extraapps runtime dependencies
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
169943cc32
commit
4af5ac02f0
3 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue