diff options
author | ormorph <[email protected]> | 2023-04-22 11:30:51 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2023-04-22 21:42:10 +0300 |
commit | 3e6b95222ab4ee71b69a570f49e1e887b166a83e (patch) | |
tree | 30fa95df5cd70e135890939da86d325d10bf0dca /trinity-apps/kcpuload | |
parent | 70fc50722d8c4c3d7c566fb8ab9e7d4376eea1bf (diff) | |
download | tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.tar.gz tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.zip |
Adding version 14.1.0
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/kcpuload')
-rw-r--r-- | trinity-apps/kcpuload/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/kcpuload/kcpuload-14.1.0.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/kcpuload/Manifest b/trinity-apps/kcpuload/Manifest index ce9d652d..750d93b9 100644 --- a/trinity-apps/kcpuload/Manifest +++ b/trinity-apps/kcpuload/Manifest @@ -1 +1,2 @@ DIST kcpuload-trinity-14.0.13.tar.xz 34492 BLAKE2B 5026678b730fc017c8730ca32d0bdc5204c5c645a4c3f5264602e1d95ab5cccc2b4f6f00567e706b0bb09afc376b38882e34fd38e40e8392b38907c630722856 SHA512 35e57bafaddfd56e7b97e7d81b4cc7e1919d775ffcaf6ed52dae30a77ae656f3f7e86a735c9200279cd62d72a24dee61db9119cdba7b12fa2289debc9ae54756 +DIST kcpuload-trinity-14.1.0.tar.xz 34888 BLAKE2B a213c1020ea2952dd10e279b5059a015f3e77cce9db098f3514c78b58369875e58b05e8b6cd605cff50c171391da7f86758bcb0d20f762dfcd0fc2b4c079d7df SHA512 4b6bffd889dac6a21a53ba35d8a62231d891d4a6686a7b920a8f9a96ffce31319cc52575c84e6e0921030c5af98c7cb04820b12939a16ce40e7eb2eb8131592a diff --git a/trinity-apps/kcpuload/kcpuload-14.1.0.ebuild b/trinity-apps/kcpuload/kcpuload-14.1.0.ebuild new file mode 100644 index 00000000..1bcf445b --- /dev/null +++ b/trinity-apps/kcpuload/kcpuload-14.1.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2023 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 +} |