packaging: kde-extraapps dependencies update

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-12-16 12:31:32 +02:00
parent c5efcc5349
commit f482107dde
3 changed files with 7 additions and 9 deletions

View file

@ -12,13 +12,12 @@ license=('GPL' 'LGPL')
groups=('katana')
depends=("katie-git" "katanalibs>=4.23.0" "katana-workspace>=4.23.0"
'ffmpegthumbnailer' 'libtorrent-rasterbar' 'djvulibre' 'parted'
'libmms' 'libatasmart' 'libvncserver' 'libarchive')
'libmms' 'libatasmart' 'libvncserver' 'libarchive' 'libspectre')
makedepends=('cmake' 'git' 'xorg-server-devel' 'boost')
optdepends=(
'qemu: Virtual machine management'
'freerdp: A free Remote Desktop Protocol (RDP) Implementation'
'ghostscript: PostScript, PDF and DVI support in KIO thumbnailer and Okular'
'texlive-bin: DVI support in Okular'
'texlive-bin: LaTeX support in Okular'
'unrar: RAR write support in Ark'
)
source=("git+https://scm.osdn.net/gitroot/kde/kde-extraapps.git")

View file

@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 9~), cmake, katie-dev,
Package: katana-extraapps
Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x hurd-i386
Depends: ${shlibs:Depends}, ${misc:Depends}, freerdp2-x11, ghostscript,
texlive-binaries, qemu-system-x86, dvipng
Depends: ${shlibs:Depends}, ${misc:Depends}, freerdp2-x11, texlive-binaries,
qemu-system-x86
Recommends: rar, unrar
Description: Katana extra applications

View file

@ -14,17 +14,16 @@ DIST_SUBDIR = ${PORTNAME}
WRKSRC = ${WRKDIR}/kde-extraapps.git
USES = compiler:c++11-lang pkgconfig cmake xorg ssl gettext-tools libarchive \
ghostscript desktop-file-utils
desktop-file-utils
USE_XORG = x11 xrender xtst xdamage xext xfixes
USE_PERL5 = build
USE_GETTEXT_TOOLS = build run
USE_LIBARCHIVE = build
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, qemu is runtime only
# only the binaries are needed. qemu, rar and unrar are runtime only
RUN_DEPENDS = xfreerdp:net/freerdp qemu-system-i386:emulators/qemu \
kpsewhich:devel/tex-kpathsea rar:archivers/rar unrar:archivers/unrar
rar:archivers/rar unrar:archivers/unrar
# oss is not part of any package
LIB_DEPENDS = libKtCore.so:katana/katie libkdecore.so:katana/katanalibs \
libplasmagenericshell.so:katana/katana-workspace libdeflate.so:archivers/libdeflate \