packaging: update kde-workspace dependencies

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-12-03 02:56:41 +02:00
parent 7b67517d4c
commit aeeb3ebffa
3 changed files with 8 additions and 2 deletions

View file

@ -28,6 +28,10 @@ optdepends=(
'locate: Search indexing support in KFind'
'icoutils: ICO thumbnails support in KIO slave'
'lsof: Open files widget (KLsofWidget)'
'breezy: Bazaar support in Dolphin'
'git: Git support in Dolphin'
'mercurial: Mercurial support in Dolphin'
'subversion: Subversion support in Dolphin'
)
backup=('etc/lightdm/lightdm-kgreeter-greeter.conf')
source=("git+https://scm.osdn.net/gitroot/kde/kde-workspace.git")

View file

@ -22,5 +22,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ariya-icons, gdb | lldb,
xserver-xorg, x11-xserver-utils, x11-xkb-utils, x11-utils, fonts-dejavu,
lm-sensors, pciutils, icoutils, dbus-x11, iso-codes, djvulibre-bin, mtools,
katie-tools, lightdm, qrencode, xauth, sudo, lrzsz, locate, lsof,
cppcheck [linux-any], universal-ctags [linux-any], cryptsetup-bin [linux-any]
cppcheck [linux-any], universal-ctags [linux-any], cryptsetup-bin [linux-any],
subversion, mercurial, bzr, git
Description: Katana workspace interface, base applications and tools

View file

@ -29,7 +29,8 @@ RUN_DEPENDS = ${LOCALBASE}/share/icons/ariya/index.theme:katana/ariya-icons \
setxkbmap:x11/setxkbmap xmodmap:x11/xmodmap xsetroot:x11/xsetroot iceauth:x11/iceauth \
iso-codes>=0:misc/iso-codes mtools:emulators/mtools lspci:sysutils/pciutils \
lightdm:x11/lightdm qrencode:graphics/libqrencode sudo:security/sudo ctags:devel/ctags \
cppcheck:devel/cppcheck lrz:comms/lrzsz lsof:sysutils/lsof
cppcheck:devel/cppcheck lrz:comms/lrzsz lsof:sysutils/lsof svn:devel/subversion \
git:devel/git hg:devel/mercurial svn:devel/subversion
LIB_DEPENDS = libKtCore.so:katana/katie libkdecore.so:katana/katanalibs \
libdbusmenu-katie.so:katana/libdbusmenu-katie libfreetype.so:print/freetype2 \
libfontconfig.so:x11-fonts/fontconfig libxcb-render-util.so:x11/xcb-util-renderutil \