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/kiosktool | |
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/kiosktool')
-rw-r--r-- | trinity-apps/kiosktool/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/kiosktool/kiosktool-14.1.0.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/trinity-apps/kiosktool/Manifest b/trinity-apps/kiosktool/Manifest index e2dd2123..e3b244f1 100644 --- a/trinity-apps/kiosktool/Manifest +++ b/trinity-apps/kiosktool/Manifest @@ -1 +1,2 @@ DIST kiosktool-trinity-14.0.13.tar.xz 269964 BLAKE2B 2b68c3c491c00a964fd9d68931ecd53828648de47d9487d557c0c37f0dcb8b0b7af7a949269d1fcb78ae72d0c29e7e0e2ad8af286e90ea8ed125bfe6c544f29f SHA512 74226bda475abb5b4dd1199b1f7dd4f315ca170a49ac8406232609df2b970cc4aa0bfce9c438e8351182bbf69cc7a17f89d422bdcbb401b6523ef814d19ab4e9 +DIST kiosktool-trinity-14.1.0.tar.xz 270004 BLAKE2B c323bd6e7c6901ffbfcfcd5c65b80c45dbd9799a71d970596acc40a2bfa1d43e4e0674067f37417e215b0e0b5e667565ac396cf6a8c87faccedd7e0622836abc SHA512 723d19abb34670c12d95b8e14bf544511af6cd2857e83dc9fe7397a428e8165d27587bdebdd36935fe572ea341ef1080cdc86883e59a9bb1946512b76a279824 diff --git a/trinity-apps/kiosktool/kiosktool-14.1.0.ebuild b/trinity-apps/kiosktool/kiosktool-14.1.0.ebuild new file mode 100644 index 00000000..9d004ad1 --- /dev/null +++ b/trinity-apps/kiosktool/kiosktool-14.1.0.ebuild @@ -0,0 +1,31 @@ +# 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="bg br ca cs cy da de en_GB es et fr ga is + it lt mt nl pt pt_BR ro ru sr sr@Latn sv ta tr" +TRINITY_MODULE_TYPE="applications/settings" +inherit trinity-base-2 + +DESCRIPTION="Tool to configure the TDE kiosk framework " +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi +IUSE="kcmautostart" + +src_configure() { + local mycmakeargs=( + -DBUILD_KCM_AUTOSTART="$(usex kcmautostart)" + ) + + trinity-base-2_src_configure +} |