gentoo-zh/gui-apps/crystal-dock/crystal-dock-2.11.ebuild
liuyujielol 2e4f299076 gui-apps/crystal-dock: add 2.11, drop 2.10
Signed-off-by: liuyujielol <2073201758GD@gmail.com>
2025-03-26 09:39:53 +08:00

26 lines
575 B
Bash

# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake xdg
DESCRIPTION="Cool dock (desktop panel) for Linux desktop"
HOMEPAGE="https://github.com/dangvd/crystal-dock"
SRC_URI="
https://github.com/dangvd/crystal-dock/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
"
S="${WORKDIR}/${P}/src"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
>=dev-libs/wayland-1.22
dev-qt/qtbase:6[dbus,gui,widgets]
dev-util/vulkan-headers
kde-plasma/layer-shell-qt:6
x11-libs/libxkbcommon
"
RDEPEND="${DEPEND}"