summaryrefslogtreecommitdiff
path: root/kde-apps
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/libkcddb-common/Manifest1
-rw-r--r--kde-apps/libkcddb-common/libkcddb-common-24.12.3.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-apps/libkcddb-common/Manifest b/kde-apps/libkcddb-common/Manifest
new file mode 100644
index 00000000000..549390f3a3b
--- /dev/null
+++ b/kde-apps/libkcddb-common/Manifest
@@ -0,0 +1 @@
+DIST libkcddb-24.12.3.tar.xz 450048 BLAKE2B ed9b86f49b175f9ec5449dfda5912423af47056926af91e1b51a52bcd86a60a4f81fc6cce717fafc39aa5f676a56b2f4efa2e92cf6335782c797ba4ee8109416 SHA512 76875eeda07a763f9925d003e8269226cbd3d487c89fe7e7cb4df3a2cd86ac4d25075ca0c04824fd76b392374f5f6d57a6cfdfd5743db0e7242eadc0f7108ebc
diff --git a/kde-apps/libkcddb-common/libkcddb-common-24.12.3.ebuild b/kde-apps/libkcddb-common/libkcddb-common-24.12.3.ebuild
new file mode 100644
index 00000000000..f0c5fd30bb1
--- /dev/null
+++ b/kde-apps/libkcddb-common/libkcddb-common-24.12.3.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}
+)