mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-23 18:32:47 +00:00
packaging: add lrzip to kde-extraapps runtime dependencies
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
aa83875706
commit
4a87e94ae1
4 changed files with 7 additions and 10 deletions
|
@ -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' 'libspectre')
|
||||
'libmms' 'libatasmart' 'libvncserver' 'libarchive' 'libspectre'
|
||||
'lrzip' 'unrar' 'freerdp')
|
||||
makedepends=('cmake' 'git' 'xorg-server-devel' 'boost')
|
||||
optdepends=(
|
||||
'qemu: Virtual machine management'
|
||||
'freerdp: A free Remote Desktop Protocol (RDP) Implementation'
|
||||
'texlive-bin: LaTeX support in Okular'
|
||||
'unrar: RAR write support in Ark'
|
||||
)
|
||||
source=("git+https://scm.osdn.net/gitroot/kde/kde-extraapps.git")
|
||||
sha1sums=('SKIP')
|
||||
|
|
|
@ -12,20 +12,18 @@ license=('GPL' 'LGPL' 'FDL')
|
|||
groups=('katana')
|
||||
depends=("katie-git" "libdbusmenu-katie>=4.23.0" "katanalibs>=4.23.0"
|
||||
'libxdamage' 'libqalculate' 'libdrm' 'libgphoto2' 'lightdm'
|
||||
'libxklavier' 'libxres' 'libxcomposite' 'libxft'
|
||||
'libxklavier' 'libxres' 'libxcomposite' 'libxft' 'accountsservice'
|
||||
'xorg-xrdb' 'xorg-xsetroot' 'xorg-xrandr' 'xorg-xmessage' 'libusb'
|
||||
'xcb-util-renderutil' 'xcb-util-keysyms' 'ttf-dejavu' 'libssh'
|
||||
'pciutils' 'glu' 'mesa' 'libmtp' 'ebook-tools' 'xorg-server'
|
||||
'lm_sensors' 'accountsservice' 'djvulibre' 'ntp')
|
||||
'lm_sensors' 'djvulibre' 'ntp' 'qrencode' 'icoutils')
|
||||
makedepends=('cmake' 'git' 'xorg-server-devel')
|
||||
optdepends=(
|
||||
'gdb: Backtraces support'
|
||||
'mtools: KIO floppy support'
|
||||
'qrencode: QR Code support in Klipper'
|
||||
'ctags: Code indexing support in Kate'
|
||||
'cppcheck: Code analysis support in Kate'
|
||||
'lrzsz: ZModem support in Konsole'
|
||||
'icoutils: ICO thumbnails support in KIO slave'
|
||||
'lsof: Open files widget (KLsofWidget)'
|
||||
'breezy: Bazaar support in Dolphin'
|
||||
'git: Git support in Dolphin'
|
||||
|
|
|
@ -20,6 +20,6 @@ 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, texlive-binaries,
|
||||
qemu-system-x86
|
||||
qemu-system-x86, lrzip
|
||||
Recommends: rar, unrar
|
||||
Description: Katana extra applications
|
||||
|
|
|
@ -21,9 +21,9 @@ USE_GETTEXT_TOOLS = build run
|
|||
USE_LIBARCHIVE = build
|
||||
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, rar and unrar are runtime only
|
||||
# only the binaries are needed. qemu, rar, unrar and lrzip are runtime only
|
||||
RUN_DEPENDS = xfreerdp:net/freerdp qemu-system-i386:emulators/qemu \
|
||||
rar:archivers/rar unrar:archivers/unrar
|
||||
rar:archivers/rar unrar:archivers/unrar lrzip:archivers/lrzip
|
||||
# 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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue