diff options
Diffstat (limited to 'trinity-base/kworldclock/kworldclock-14.1.1.ebuild')
-rw-r--r-- | trinity-base/kworldclock/kworldclock-14.1.1.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/trinity-base/kworldclock/kworldclock-14.1.1.ebuild b/trinity-base/kworldclock/kworldclock-14.1.1.ebuild new file mode 100644 index 00000000..1fa1c654 --- /dev/null +++ b/trinity-base/kworldclock/kworldclock-14.1.1.ebuild @@ -0,0 +1,14 @@ +# 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_SUBMODULE="kworldwatch" +TRINITY_MODULE_NAME="tdetoys" +TRINITY_MODULE_TYPE="core" +inherit trinity-meta-2 + +DESCRIPTION="Trinity program that displays the part of the Earth lit up by the Sun" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi |