diff options
author | ormorph <[email protected]> | 2021-12-05 16:49:54 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2021-12-05 16:49:54 +0300 |
commit | 20d2cdcc6ed13b40485942e8531fd8f8516bcbbe (patch) | |
tree | fc08b9ad5a375c57e41cff3c63e10ccb92da00ba /trinity-apps/kiosktool | |
parent | 2eb38c699ebf0ab2f557e36053410ccaa4a64544 (diff) | |
download | tde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.tar.gz tde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.zip |
Version 14.0.8 removed
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/kiosktool')
-rw-r--r-- | trinity-apps/kiosktool/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/kiosktool/kiosktool-14.0.8.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/trinity-apps/kiosktool/Manifest b/trinity-apps/kiosktool/Manifest index 9a0feb1c..2bd9dcff 100644 --- a/trinity-apps/kiosktool/Manifest +++ b/trinity-apps/kiosktool/Manifest @@ -1,2 +1 @@ DIST kiosktool-trinity-14.0.11.tar.xz 270100 BLAKE2B 6c7182b5f18e0bf33c4d9fa6a5ca8520eff0f889360829660e0836ef8336134d21cb64e58db8ae9c51107225c427b8b64f5a6f5ad2306034d0aeaacb4f6836fc SHA512 4ce9233359139a8c11d1391ab2db9741a54583db8257d48dc9abff938bd6719c964da5b9a73e58da239b6042c51a80977384292831b5f90ae29f4c2d2fe99d8d -DIST kiosktool-trinity-14.0.8.tar.xz 291676 BLAKE2B 059c614b7aa748b5a64ad19b7dc3268907970bc3bbd8153d038290b9a21dd295b5ffc161ef969428baf36347dde133e7a2266b4a4e82d2f3ae8fc054b1af19e9 SHA512 9ceccea243f338e891c2296905a374821435c06ab574b92ffed14c34dad1a5d3326ccfefd6357d595753925cba50fedaad5cf30812465269dd2a855a4904b948 diff --git a/trinity-apps/kiosktool/kiosktool-14.0.8.ebuild b/trinity-apps/kiosktool/kiosktool-14.0.8.ebuild deleted file mode 100644 index c333e0b7..00000000 --- a/trinity-apps/kiosktool/kiosktool-14.0.8.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2020 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" -TRINITY_MODULE_TYPE="applications" - -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" - -inherit trinity-base-2 - -DESCRIPTION="Tool to configure the TDE kiosk framework " -KEYWORDS="~amd64 ~x86" -HOMEPAGE="http://trinitydesktop.org/" -LICENSE="|| ( GPL-2 GPL-3 )" - -need-trinity - -SLOT="${TRINITY_VER}" - -IUSE+=" kcmautostart" - -src_configure() { - mycmakeargs=( - -DBUILD_KCM_AUTOSTART="$(usex kcmautostart)" - ) - - trinity-base-2_src_configure -}
\ No newline at end of file |