gentoo/kde-apps/libkcddb-common/libkcddb-common-25.08.3.ebuild
Arthur Zamarin 1f77a81cc3
kde-apps/libkcddb-common: Stabilize 25.08.3 arm64, #965829
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-11-19 23:02:53 +02:00

24 lines
510 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_HANDBOOK="true"
ECM_HANDBOOK_DIR=( kcmcddb/doc )
ECM_KCM_TARGETS=( kcm_cddb:kcmcddb/ )
KDE_ORG_NAME="${PN/-common/}"
inherit ecm-common gear.kde.org
LICENSE="GPL-2+ handbook? ( FDL-1.2 )"
SLOT="0"
KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
RDEPEND="
!<kde-apps/libkcddb-23.08.5-r1:5
!<kde-apps/libkcddb-24.05.2-r1:6
"
ECM_INSTALL_FILES=(
libkcddb/libkcddb5.kcfg:\${KDE_INSTALL_KCFGDIR}
)