summaryrefslogtreecommitdiff
path: root/kde-apps/libkcddb-common
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-01-07 21:02:51 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-01-08 23:59:33 +0100
commit413f461c3f4357074abe2081821bc6e70ce8ecbf (patch)
treec99ac9514cfdb238af5d60a5861d31be9c2dfce5 /kde-apps/libkcddb-common
parent4776ea1ca66c282ee7222f0905e09783dd09b243 (diff)
downloadkde-413f461c3f4357074abe2081821bc6e70ce8ecbf.tar.gz
kde-413f461c3f4357074abe2081821bc6e70ce8ecbf.tar.bz2
kde-413f461c3f4357074abe2081821bc6e70ce8ecbf.zip
kde-apps/libkcddb-common: 24.12.1 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.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}
+)