summaryrefslogtreecommitdiff
path: root/kde-apps/libkcddb-common/libkcddb-common-25.04.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-04-11 21:07:44 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-04-11 21:24:25 +0200
commit340c8df701636eb4de1add9d9f6005b8dcb6adf5 (patch)
treee0ca82c0f5535f013bf77653429ff078d600a569 /kde-apps/libkcddb-common/libkcddb-common-25.04.0.ebuild
parentcea428e3faebd44366960334e9e90bf3cf4717ee (diff)
downloadkde-340c8df701636eb4de1add9d9f6005b8dcb6adf5.tar.gz
kde-340c8df701636eb4de1add9d9f6005b8dcb6adf5.tar.bz2
kde-340c8df701636eb4de1add9d9f6005b8dcb6adf5.zip
kde-apps/libkcddb-common: 25.04.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/libkcddb-common/libkcddb-common-25.04.0.ebuild')
-rw-r--r--kde-apps/libkcddb-common/libkcddb-common-25.04.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-apps/libkcddb-common/libkcddb-common-25.04.0.ebuild b/kde-apps/libkcddb-common/libkcddb-common-25.04.0.ebuild
new file mode 100644
index 00000000000..f0c5fd30bb1
--- /dev/null
+++ b/kde-apps/libkcddb-common/libkcddb-common-25.04.0.ebuild
@@ -0,0 +1,23 @@
+# 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}
+)