From aeeb3ebffa7c51c7222f4a37a753138f5be1b764 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sat, 3 Dec 2022 02:56:41 +0200 Subject: [PATCH] packaging: update kde-workspace dependencies Signed-off-by: Ivailo Monev --- packaging/archlinux/katana-workspace/PKGBUILD | 4 ++++ packaging/debian/katana-workspace/control | 3 ++- packaging/freebsd/katana-workspace/Makefile | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packaging/archlinux/katana-workspace/PKGBUILD b/packaging/archlinux/katana-workspace/PKGBUILD index a587aa9..f557daa 100644 --- a/packaging/archlinux/katana-workspace/PKGBUILD +++ b/packaging/archlinux/katana-workspace/PKGBUILD @@ -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") diff --git a/packaging/debian/katana-workspace/control b/packaging/debian/katana-workspace/control index 9adb4e4..afe3fd1 100644 --- a/packaging/debian/katana-workspace/control +++ b/packaging/debian/katana-workspace/control @@ -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 diff --git a/packaging/freebsd/katana-workspace/Makefile b/packaging/freebsd/katana-workspace/Makefile index c456166..298c084 100644 --- a/packaging/freebsd/katana-workspace/Makefile +++ b/packaging/freebsd/katana-workspace/Makefile @@ -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 \