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.
28 lines
845 B
28 lines
845 B
5 years ago
|
# Copyright 1999-2017 Gentoo Foundation
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
# $Id$
|
||
|
EAPI="5"
|
||
|
|
||
|
inherit trinity-functions
|
||
|
|
||
|
set-trinityver
|
||
|
|
||
|
DESCRIPTION="tdeartwork meta package - merge this to pull in all tdeartwork-derived packages"
|
||
|
HOMEPAGE="http://www.trinitydesktop.org/"
|
||
|
LICENSE="GPL-2 LGPL-2"
|
||
|
|
||
|
SLOT="$TRINITY_VER"
|
||
|
KEYWORDS=
|
||
|
IUSE=""
|
||
|
|
||
|
RDEPEND="
|
||
|
>=trinity-base/tdeartwork-emoticons-${PV}:${SLOT}
|
||
|
>=trinity-base/tdeartwork-icon-themes-${PV}:${SLOT}
|
||
|
>=trinity-base/tdeartwork-icewm-themes-${PV}:${SLOT}
|
||
|
>=trinity-base/tdeartwork-tdescreensaver-${PV}:${SLOT}
|
||
|
>=trinity-base/tdeartwork-twin-styles-${PV}:${SLOT}
|
||
|
>=trinity-base/tdeartwork-kworldclock-${PV}:${SLOT}
|
||
|
>=trinity-base/tdeartwork-sounds-${PV}:${SLOT}
|
||
|
>=trinity-base/tdeartwork-styles-${PV}:${SLOT}
|
||
|
>=trinity-base/tdeartwork-wallpapers-${PV}:${SLOT}"
|