summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kcpuload
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/kcpuload')
-rw-r--r--trinity-apps/kcpuload/Manifest1
-rw-r--r--trinity-apps/kcpuload/kcpuload-14.1.2.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/kcpuload/Manifest b/trinity-apps/kcpuload/Manifest
index 85239092..2f6ed051 100644
--- a/trinity-apps/kcpuload/Manifest
+++ b/trinity-apps/kcpuload/Manifest
@@ -1 +1,2 @@
DIST kcpuload-trinity-14.1.1.tar.xz 35340 BLAKE2B 2993a31bc018b994ff742ff8001208791a387b59ff3975a42105648d5cfc76ca3ba1b91f923d0394791dbaadc97794c8753ba5774a51580248b84e1b427446b3 SHA512 77449e3a6e802636380e61146d3955010ce0f2d71ddd912c8edf3851be086e8d03fbaeca3d38bfd738215eb412f417eb432ce94e5b4f21ff38c29cb358100b3b
+DIST kcpuload-trinity-14.1.2.tar.xz 35404 BLAKE2B e2139375d77d598b89fb385d6d585d1109ba3431c4185cbcbfbc0903a5a4578dac433d85d7ccfeb4c257ae3de9e6543617d630b95caeb3bd39d0a44efd2febbc SHA512 c8048afffb73299e64b11b890782d30d7817f5db69bcedb73c39fa48d03bdda6a417a3790de07b700c579ecaa1ad5816e6066c416b970a0dfe645b5bce85e014
diff --git a/trinity-apps/kcpuload/kcpuload-14.1.2.ebuild b/trinity-apps/kcpuload/kcpuload-14.1.2.ebuild
new file mode 100644
index 00000000..4e4d6d2d
--- /dev/null
+++ b/trinity-apps/kcpuload/kcpuload-14.1.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2020-2024 Gentoo Authors
+# Copyright 2020-2024 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+TRINITY_EXTRAGEAR_PACKAGING="yes"
+TRINITY_HANDBOOK="optional"
+
+TRINITY_LANGS="de"
+
+TRINITY_MODULE_TYPE="applications/utilities"
+inherit trinity-base-2
+
+DESCRIPTION="A small CPU meter for Kicker"
+HOMEPAGE="https://trinitydesktop.org/"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="14"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TRANSLATIONS=ON
+ )
+ trinity-base-2_src_configure
+}