diff options
Diffstat (limited to 'trinity-base/tdetoys-meta')
-rw-r--r-- | trinity-base/tdetoys-meta/tdetoys-meta-14.1.2.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/trinity-base/tdetoys-meta/tdetoys-meta-14.1.2.ebuild b/trinity-base/tdetoys-meta/tdetoys-meta-14.1.2.ebuild new file mode 100644 index 00000000..cbfa8591 --- /dev/null +++ b/trinity-base/tdetoys-meta/tdetoys-meta-14.1.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2024 Gentoo Authors +# Copyright 2020-2024 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +DESCRIPTION="tdetoys metapackage - merge this to pull in all tdetoys-derived packages" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="metapackage" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +else + PROPERTIES+=" live" +fi + +RDEPEND=" + ~trinity-base/amor-${PV} + ~trinity-base/eyesapplet-${PV} + ~trinity-base/fifteenapplet-${PV} + ~trinity-base/kmoon-${PV} + ~trinity-base/kodo-${PV} + ~trinity-base/kteatime-${PV} + ~trinity-base/ktux-${PV} + ~trinity-base/kweather-${PV} + ~trinity-base/kworldclock-${PV} + ~trinity-base/tdetoys-doc-${PV} +" |