diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-11-06 10:09:26 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-11-06 10:09:26 +0000 |
commit | 96bf16b0e6fde5ff49598034a75357192a867873 (patch) | |
tree | 552e3f050a52612c514e057f38216044721ae6ad /x11-themes/redcore-artwork-community | |
parent | 93277a685b3bedd2a46c908e5690cf74c647a4f5 (diff) |
trim repo size by dumping shitloads of kogaion wallpapers out, only keep one
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 +} |