From 4050d858f5c44dba1855cd17c05d933f3f4093da Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 19 May 2020 23:58:15 +0100 Subject: x11-themes/redcore-artwork-community : change the default wallpaper with Neptune one --- .../redcore-artwork-community-314-r1.ebuild | 48 ++++++++++++++++++++++ .../redcore-artwork-community-314.ebuild | 48 ---------------------- 2 files changed, 48 insertions(+), 48 deletions(-) create mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-314-r1.ebuild delete mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-314.ebuild (limited to 'x11-themes') diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-314-r1.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-314-r1.ebuild new file mode 100644 index 00000000..b3ab894f --- /dev/null +++ b/x11-themes/redcore-artwork-community/redcore-artwork-community-314-r1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils git-r3 + +DESCRIPTION="Redcore Linux Community Wallpapers" +HOMEPAGE="https://redcorelinux.org" + +EGIT_REPO_URI="https://gitlab.com/redcore/redcore-wallpapers.git" +EGIT_BRANCH="master" +EGIT_COMMIT="7a5bd8f9b10dbb859c9b69b36690e9b5276e085b" + +LICENSE="" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +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 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 +} diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-314.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-314.ebuild deleted file mode 100644 index 861d3360..00000000 --- a/x11-themes/redcore-artwork-community/redcore-artwork-community-314.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit eutils git-r3 - -DESCRIPTION="Redcore Linux Community Wallpapers" -HOMEPAGE="https://redcorelinux.org" - -EGIT_REPO_URI="https://gitlab.com/redcore/redcore-wallpapers.git" -EGIT_BRANCH="master" -EGIT_COMMIT="aebe9faba665bebb25f66f016933e6793416eaa9" - -LICENSE="" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -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 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