From 222d49b4a17f7a1a2efe09f30a771dcc55aa4141 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 27 Jan 2018 15:52:46 +0000 Subject: x11-themes/redcore-artwork-community : version bump --- .../redcore-artwork-community-1801.ebuild | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-1801.ebuild (limited to 'x11-themes/redcore-artwork-community/redcore-artwork-community-1801.ebuild') diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1801.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1801.ebuild new file mode 100644 index 00000000..454a6d7b --- /dev/null +++ b/x11-themes/redcore-artwork-community/redcore-artwork-community-1801.ebuild @@ -0,0 +1,33 @@ +# 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" +SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${P}.tar.xz" + +LICENSE="" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_install() { + # Wallpapers by pentruprieteni.com, thanks + dodir usr/share/backgrounds/redcore-community + insinto usr/share/backgrounds/redcore-community + doins -r by_pp/* + + # Photos by Mellita Parjolea, thanks + dodir usr/share/backgrounds/by_mellita_p + insinto usr/share/backgrounds/by_mellita_p + doins -r by_mellita/* + + # If you want your wallpapers in here, let me know + # I will add them only if you own the rights for them + # venerix [at] redcorelinux [dot] org +} -- cgit v1.2.3