commit:     70d006f0204197aef0b3f9abad9364269d95164d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  3 12:31:57 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 11:02:51 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=70d006f0

kde-frameworks/kcmutils-tools: new package, add 9999

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kcmutils-tools/kcmutils-tools-9999.ebuild      | 25 ++++++++++++++++++++++
 kde-frameworks/kcmutils-tools/metadata.xml         | 16 ++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/kde-frameworks/kcmutils-tools/kcmutils-tools-9999.ebuild 
b/kde-frameworks/kcmutils-tools/kcmutils-tools-9999.ebuild
new file mode 100644
index 0000000000..2194cb666f
--- /dev/null
+++ b/kde-frameworks/kcmutils-tools/kcmutils-tools-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+KDE_ORG_NAME="kcmutils"
+QTMIN=5.15.5
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="CMake modules for KCMUtils and KCM desktop file generator"
+
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="!<kde-frameworks/kcmutils-5.98.0"
+
+src_configure() {
+       local mycmakeargs=(
+               -DTOOLS_ONLY=YES
+       )
+       ecm_src_configure
+}

diff --git a/kde-frameworks/kcmutils-tools/metadata.xml 
b/kde-frameworks/kcmutils-tools/metadata.xml
new file mode 100644
index 0000000000..506ecf605b
--- /dev/null
+++ b/kde-frameworks/kcmutils-tools/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo KDE Project</name>
+       </maintainer>
+       <upstream>
+               <bugs-to>https://bugs.kde.org/</bugs-to>
+       </upstream>
+       <slots>
+               <subslots>
+                       Must only be used by packages that are known to use 
private parts of the Frameworks API.
+               </subslots>
+       </slots>
+</pkgmetadata>

Reply via email to