diff options
Diffstat (limited to 'x11-themes/redcore-artwork-community')
-rw-r--r-- | x11-themes/redcore-artwork-community/files/0.png | bin | 0 -> 1636021 bytes | |||
-rw-r--r-- | x11-themes/redcore-artwork-community/redcore-artwork-community-2.0.ebuild | 23 |
2 files changed, 23 insertions, 0 deletions
diff --git a/x11-themes/redcore-artwork-community/files/0.png b/x11-themes/redcore-artwork-community/files/0.png Binary files differnew file mode 100644 index 00000000..7ff3bc34 --- /dev/null +++ b/x11-themes/redcore-artwork-community/files/0.png diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-2.0.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-2.0.ebuild new file mode 100644 index 00000000..199704d9 --- /dev/null +++ b/x11-themes/redcore-artwork-community/redcore-artwork-community-2.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Redcore Linux Community Wallpapers" +HOMEPAGE="http://redcorelinux.org" + +LICENSE="" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +S=${FILESDIR} + +src_install() { + dodir "/usr/share/backgrounds/redcore-community" || die + insinto "/usr/share/backgrounds/redcore-community" || die + doins -r "${S}"/* || die +} |