x11-misc/kdocker - 6.2 (gentoo)

Search

Package Information

Description:
Helper to dock any application into the system tray
Homepage:
https://github.com/user-none/KDocker
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
6.2 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake xdg

MY_P=KDocker-${PV}
DESCRIPTION="Helper to dock any application into the system tray"
HOMEPAGE="https://github.com/user-none/KDocker"
SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86"

RDEPEND="
	dev-qt/qtbase:6[dbus,gui,widgets,X]
	x11-libs/libX11
"
DEPEND="${RDEPEND}
	x11-libs/libxcb
"

PATCHES=(
	# Merged. To be removed at next version 6.3.
	"${FILESDIR}"/${P}-fix_clang.patch
)

Dependencies

DEPEND

	dev-qt/qtbase:6[dbus,gui,widgets,X]
	x11-libs/libX11

	x11-libs/libxcb

RDEPEND

	dev-qt/qtbase:6[dbus,gui,widgets,X]
	x11-libs/libX11

Manifest for 6.2

Type File Size Source URLs
DIST KDocker-6.2.tar.gz 352810 bytes https://github.com/user-none/KDocker/archive/6.2.tar.gz