diff options
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, 0 insertions, 32 deletions
diff --git a/trinity-apps/kiosktool/Manifest b/trinity-apps/kiosktool/Manifest index 631b89f8..9274acd6 100644 --- a/trinity-apps/kiosktool/Manifest +++ b/trinity-apps/kiosktool/Manifest @@ -1,2 +1 @@ -DIST kiosktool-trinity-14.1.0.tar.xz 270004 BLAKE2B c323bd6e7c6901ffbfcfcd5c65b80c45dbd9799a71d970596acc40a2bfa1d43e4e0674067f37417e215b0e0b5e667565ac396cf6a8c87faccedd7e0622836abc SHA512 723d19abb34670c12d95b8e14bf544511af6cd2857e83dc9fe7397a428e8165d27587bdebdd36935fe572ea341ef1080cdc86883e59a9bb1946512b76a279824 DIST kiosktool-trinity-14.1.1.tar.xz 269916 BLAKE2B 36413ab11dac53693ad59e02bf0046a1b2dc9a18ed48a59b73e1867f218f9448918b1c3017a48ce6ddbf1dbad6118bc973e397ca04e3254a22afa1a1d7648753 SHA512 5ed83d7d24a921fd03c758c6222406a48119ac49c2d881a758f01c43ac0c22ff23498f3a9c0ae934b87e197023eb41b8660f52780884458ed8b7139d514075d5 diff --git a/trinity-apps/kiosktool/kiosktool-14.1.0.ebuild b/trinity-apps/kiosktool/kiosktool-14.1.0.ebuild deleted file mode 100644 index 9d004ad1..00000000 --- a/trinity-apps/kiosktool/kiosktool-14.1.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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 -} |