# Copyright 2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 KFMIN="6.10.0" ECM_NONGUI="true" inherit ecm MY_PN="KDE-Rounded-Corners" DESCRIPTION="Rounds the corners of your windows in KDE Plasma 6" HOMEPAGE="https://github.com/matinlotfali/KDE-Rounded-Corners" SRC_URI="https://github.com/matinlotfali/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="GPL-3" SLOT="6" KEYWORDS="~amd64" IUSE="wayland X" REQUIRED_USE="|| ( wayland X )" # Kwin was split in 6.4 # this should be simplified once kwin 6.3 is dropped from ::gentoo KWIN_DEP=" wayland? ( kde-plasma/kwin:${SLOT} ) X? ( || ( >=kde-plasma/kwin-x11-6.4.0:${SLOT}