From c0a751d2f2f03d1bcf8d68930af461bd4ca4feee Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 6 Jan 2019 12:09:55 +0000 Subject: x11-themes/redcore-artwork-community : revision bump --- .../redcore-artwork-community-1337-r1.ebuild | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-1337-r1.ebuild (limited to 'x11-themes/redcore-artwork-community/redcore-artwork-community-1337-r1.ebuild') diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1337-r1.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1337-r1.ebuild new file mode 100644 index 00000000..39742cf5 --- /dev/null +++ b/x11-themes/redcore-artwork-community/redcore-artwork-community-1337-r1.ebuild @@ -0,0 +1,50 @@ +# 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/${PN}.tar.xz" + +LICENSE="" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +S="${WORKDIR}"/"${PN}" + +src_install() { + # default wallpaper + dodir usr/share/backgrounds/redcore-community + insinto usr/share/backgrounds/redcore-community + doins -r defaults/* + + # Wallpapers by pentruprieteni.com, thanks + dodir usr/share/backgrounds/by_pp + insinto usr/share/backgrounds/by_pp + doins -r by_pp/* + + # Photos by Mellita Parjolea, thanks + dodir usr/share/backgrounds/by_mellita + insinto usr/share/backgrounds/by_mellita + doins -r by_mellita/* + + # Wallpapers by Ioan Parjolea (joly), thanks + dodir usr/share/backgrounds/by_joly + insinto usr/share/backgrounds/by_joly + doins -r by_joly/* + + # Wallpapers by Toma S. Muntean, thanks + dodir usr/share/backgrounds/by_tomas + insinto usr/share/backgrounds/by_tomas + doins -r by_tomas/* + + # 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