From 96bf16b0e6fde5ff49598034a75357192a867873 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 6 Nov 2016 10:09:26 +0000 Subject: trim repo size by dumping shitloads of kogaion wallpapers out, only keep one --- x11-themes/redcore-artwork-community/files/0.png | Bin 0 -> 1636021 bytes .../redcore-artwork-community-2.0.ebuild | 23 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 x11-themes/redcore-artwork-community/files/0.png create mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-2.0.ebuild (limited to 'x11-themes/redcore-artwork-community') diff --git a/x11-themes/redcore-artwork-community/files/0.png b/x11-themes/redcore-artwork-community/files/0.png new file mode 100644 index 00000000..7ff3bc34 Binary files /dev/null and b/x11-themes/redcore-artwork-community/files/0.png differ 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 +} -- cgit v1.2.3