summaryrefslogtreecommitdiff
path: root/kde-apps/libkcddb-common
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-02-04 20:28:27 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-02-04 20:46:22 +0100
commit53bda8662472081209895cd80d81629d75b811d3 (patch)
tree72a6f4de3decaa1db8a8edaece3407490a4338bd /kde-apps/libkcddb-common
parent006215c43b46181435e8cc432ec9db83e027a631 (diff)
downloadkde-53bda8662472081209895cd80d81629d75b811d3.tar.gz
kde-53bda8662472081209895cd80d81629d75b811d3.tar.bz2
kde-53bda8662472081209895cd80d81629d75b811d3.zip
kde-apps/libkcddb-common: 24.12.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/libkcddb-common')
-rw-r--r--kde-apps/libkcddb-common/Manifest1
-rw-r--r--kde-apps/libkcddb-common/libkcddb-common-24.12.2.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..ef81dbe9028
--- /dev/null
+++ b/kde-apps/libkcddb-common/Manifest
@@ -0,0 +1 @@
+DIST libkcddb-24.12.2.tar.xz 449948 BLAKE2B 64585da83cbeab63905dc52e0e6e2623dac90795d6c50147920cd955ef7e6e8e39ad0cbb18fe5c4a992083aa62f44f66993b55e254db3678601af7ea8b9f6174 SHA512 a5ed3a866611571f6900ba2f90a5670e7e77c8275aa4ef17315b9b7fb3a6e3135f01c874570511c31abd28b11b876de651c136b0588a34fb9ceede0e752ea958
diff --git a/kde-apps/libkcddb-common/libkcddb-common-24.12.2.ebuild b/kde-apps/libkcddb-common/libkcddb-common-24.12.2.ebuild
new file mode 100644
index 00000000000..f0c5fd30bb1
--- /dev/null
+++ b/kde-apps/libkcddb-common/libkcddb-common-24.12.2.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}
+)