mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-24 02:42:47 +00:00
packaging: kde-extraapps dependencies update
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
407ebda144
commit
7c72832988
3 changed files with 5 additions and 3 deletions
|
@ -21,5 +21,5 @@ Build-Depends: debhelper (>= 9~), cmake, katie-dev, katana-baseapps,
|
||||||
Package: katana-extraapps
|
Package: katana-extraapps
|
||||||
Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x hurd-i386
|
Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x hurd-i386
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, freerdp2-x11, bluez-obexd, xsltproc,
|
Depends: ${shlibs:Depends}, ${misc:Depends}, freerdp2-x11, bluez-obexd, xsltproc,
|
||||||
speech-dispatcher, ghostscript
|
speech-dispatcher, ghostscript, qemu-system-x86
|
||||||
Description: Katana extra applications
|
Description: Katana extra applications
|
||||||
|
|
|
@ -21,9 +21,10 @@ USE_GETTEXT_TOOLS = build run
|
||||||
USE_GHOSTSCRIPT = run
|
USE_GHOSTSCRIPT = run
|
||||||
USE_LDCONFIG = yes
|
USE_LDCONFIG = yes
|
||||||
# build and run depending on freerdp2 since the build system checks for its presence but in fact
|
# 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 \
|
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
|
# zlib and oss are not part of any package
|
||||||
LIB_DEPENDS = libKtCore.so:katana/katie libkdecore.so:katana/katanalibs \
|
LIB_DEPENDS = libKtCore.so:katana/katie libkdecore.so:katana/katanalibs \
|
||||||
libkonq.so:katana/katana-baseapps libplasmagenericshell.so:katana/katana-workspace \
|
libkonq.so:katana/katana-baseapps libplasmagenericshell.so:katana/katana-workspace \
|
||||||
|
|
|
@ -30,6 +30,7 @@ DEPENDS = freerdp2-[0-9]*:../../net/freerdp2
|
||||||
DEPENDS += libxslt-[0-9]*:../../textproc/libxslt
|
DEPENDS += libxslt-[0-9]*:../../textproc/libxslt
|
||||||
DEPENDS += speech-dispatcher-[0-9]*:../../audio/speech-dispatcher
|
DEPENDS += speech-dispatcher-[0-9]*:../../audio/speech-dispatcher
|
||||||
DEPENDS += ghostscript-[0-9]*:../../print/ghostscript
|
DEPENDS += ghostscript-[0-9]*:../../print/ghostscript
|
||||||
|
DEPENDS += qemu-[0-9]*:../../emulators/qemu
|
||||||
|
|
||||||
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
||||||
.include "../../devel/katie/buildlink3.mk"
|
.include "../../devel/katie/buildlink3.mk"
|
||||||
|
|
Loading…
Add table
Reference in a new issue