You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
894 B
35 lines
894 B
# Copyright 1999-2022 Gentoo Authors
|
|
# Copyright 2022 The Trinity Desktop Project
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI="8"
|
|
|
|
DESCRIPTION="tdeutils metapackage - merge this to pull in all tdeutils-derived packages"
|
|
HOMEPAGE="https://trinitydesktop.org/"
|
|
|
|
LICENSE="metapackage"
|
|
SLOT="14"
|
|
if [[ ${PV} != *9999* ]] ; then
|
|
KEYWORDS="~amd64 ~arm64 ~x86"
|
|
fi
|
|
|
|
RDEPEND="
|
|
~trinity-base/ark-${PV}
|
|
~trinity-base/kcalc-${PV}
|
|
~trinity-base/kcharselect-${PV}
|
|
~trinity-base/kdf-${PV}
|
|
~trinity-base/kedit-${PV}
|
|
~trinity-base/kfloppy-${PV}
|
|
~trinity-base/kgpg-${PV}
|
|
~trinity-base/khexedit-${PV}
|
|
~trinity-base/kjots-${PV}
|
|
~trinity-base/klaptopdaemon-${PV}
|
|
~trinity-base/kmilo-${PV}
|
|
~trinity-base/kregexpeditor-${PV}
|
|
~trinity-base/ksim-${PV}
|
|
~trinity-base/ktimer-${PV}
|
|
~trinity-base/superkaramba-${PV}
|
|
~trinity-base/tdelirc-${PV}
|
|
~trinity-base/tdewallet-${PV}
|
|
"
|