summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-apps/libkcddb-common/Manifest1
-rw-r--r--kde-apps/libkcddb-common/libkcddb-common-24.12.1.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-apps/libkcddb-common/Manifest b/kde-apps/libkcddb-common/Manifest
new file mode 100644
index 00000000000..faea0d4f235
--- /dev/null
+++ b/kde-apps/libkcddb-common/Manifest
@@ -0,0 +1 @@
+DIST libkcddb-24.12.1.tar.xz 450052 BLAKE2B 3f356e96f75ee50dd53c6feef2ba470482f2ed291dd27a16aeead8a9df6b53fb5ab9b5848e99421ee11ec0cac3dd0aee643113741757a74bdbb50f484e019ebb SHA512 3db7ae5c11953681ee3d5bd0ac87b13e4ddbfa86e8cc853b8cc57eea5ec2c29b58751915e0c4d422e5f8e83e7063eda7440135caaa5a8654048f86612f124307
diff --git a/kde-apps/libkcddb-common/libkcddb-common-24.12.1.ebuild b/kde-apps/libkcddb-common/libkcddb-common-24.12.1.ebuild
new file mode 100644
index 00000000000..422b5adcdc5
--- /dev/null
+++ b/kde-apps/libkcddb-common/libkcddb-common-24.12.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2024 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/}"
+KFMIN=5.115.0
+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}
+)