diff options
Diffstat (limited to 'kde-apps/kdeartwork-meta/kdeartwork-meta-15.08.3.ebuild')
-rw-r--r-- | kde-apps/kdeartwork-meta/kdeartwork-meta-15.08.3.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kde-apps/kdeartwork-meta/kdeartwork-meta-15.08.3.ebuild b/kde-apps/kdeartwork-meta/kdeartwork-meta-15.08.3.ebuild new file mode 100644 index 000000000000..4a2c157e60a0 --- /dev/null +++ b/kde-apps/kdeartwork-meta/kdeartwork-meta-15.08.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde5-meta-pkg + +DESCRIPTION="kdeartwork - merge this to pull in all kdeartwork-derived packages" +KEYWORDS="~amd64 ~x86" +IUSE="minimal" + +RDEPEND=" + $(add_kdeapps_dep kdeartwork-colorschemes) + $(add_kdeapps_dep kdeartwork-desktopthemes) + $(add_kdeapps_dep kdeartwork-emoticons) + $(add_kdeapps_dep kdeartwork-iconthemes) + $(add_kdeapps_dep kdeartwork-kscreensaver) + $(add_kdeapps_dep kdeartwork-wallpapers) + $(add_kdeapps_dep kdeartwork-weatherwallpapers) + !minimal? ( $(add_kdeapps_dep kdeartwork-styles) ) +" |