diff options
author | ormorph <roma251078@mail.ru> | 2023-04-22 11:30:51 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2023-04-22 21:42:10 +0300 |
commit | 3e6b95222ab4ee71b69a570f49e1e887b166a83e (patch) | |
tree | 30fa95df5cd70e135890939da86d325d10bf0dca /trinity-apps/kima | |
parent | 70fc50722d8c4c3d7c566fb8ab9e7d4376eea1bf (diff) | |
download | tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.tar.gz tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.zip |
Adding version 14.1.0
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/kima')
-rw-r--r-- | trinity-apps/kima/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/kima/kima-14.1.0.ebuild | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/trinity-apps/kima/Manifest b/trinity-apps/kima/Manifest index 6c8fe3ed..8ad10be5 100644 --- a/trinity-apps/kima/Manifest +++ b/trinity-apps/kima/Manifest @@ -1 +1,2 @@ DIST kima-trinity-14.0.13.tar.xz 44088 BLAKE2B e70f072456e983ac240a2d15e6c16c5d943ad8080b60b7fae6b613aa0c475f32d6714d1af1f9ca751a2c38a0b31d9597c1395f09975a9f2ae155ef38e60e64bb SHA512 b3f0fd3f135c8b8847a8458918bf2e52b182cf0b040247e10859624a12aa4267551a5a9b7bec9ded086deb5da1df1e49f9047025a87228a7ac02c1a536c88963 +DIST kima-trinity-14.1.0.tar.xz 44300 BLAKE2B cc4204113367fea2539afea4531dbcddc9b04452a1c6713e1a129e0c3245c60160c860c003d32b1c1fa93f21e1e2821f32b6b44aae00459eeaffa69a43d27199 SHA512 f519b6828c22a8e817937205d139bb1ee1e0d2b2c0386d360a8271bfcea2f75a7ed8568665f5808ce16c4b74dad400bfc009883ec54be80b8fa5a3e1a9b87352 diff --git a/trinity-apps/kima/kima-14.1.0.ebuild b/trinity-apps/kima/kima-14.1.0.ebuild new file mode 100644 index 00000000..3252a2e6 --- /dev/null +++ b/trinity-apps/kima/kima-14.1.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-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 es et hu id nl sv tr" +TRINITY_MODULE_TYPE="applications/settings" +inherit trinity-base-2 + +DESCRIPTION="A Kicker monitoring applet" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +# NVControl support needs the nvidia-settings package, +# which isn't in the Portage tree anymore. So if there +# is interest, it could be imported to the overlay maybe. + +src_configure() { + local mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + -DWITH_NVCONTROL=OFF + ) + + trinity-base-2_src_configure +} |