From 2c0637b2199e4c63609b7bc6870d6a89cd23d1f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 3 Aug 2019 17:00:11 +0100 Subject: x11-themes/redcore-artwork-community : add the new wallpapers for 1908 Mira --- x11-themes/redcore-artwork-community/Manifest | 1 - .../redcore-artwork-community-1337-r2.ebuild | 48 ---------------------- .../redcore-artwork-community-314.ebuild | 48 ++++++++++++++++++++++ 3 files changed, 48 insertions(+), 49 deletions(-) delete mode 100644 x11-themes/redcore-artwork-community/Manifest delete mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-1337-r2.ebuild create mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-314.ebuild (limited to 'x11-themes') diff --git a/x11-themes/redcore-artwork-community/Manifest b/x11-themes/redcore-artwork-community/Manifest deleted file mode 100644 index 4a377cc9..00000000 --- a/x11-themes/redcore-artwork-community/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST redcore-artwork-community.tar.xz 98302368 BLAKE2B a53e55fa94d4abfd7a0787d99d141329566a66926d853d706f2c7cff79c16fcb4276e0819cb37ece22e168bc09b9a98088262a02fda5d1a7944c0e3107a829ff SHA512 7508b246829624e78a5d46c59f0b3cfb55de97995179f7e6caae479198a5051bc275f0859a2031a311439ac0114b1fdbdc38abbe901774f11feed23a47495939 diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1337-r2.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1337-r2.ebuild deleted file mode 100644 index a523ac57..00000000 --- a/x11-themes/redcore-artwork-community/redcore-artwork-community-1337-r2.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://pagure.io/redcore/redcore-wallpapers.git" -EGIT_BRANCH="master" -EGIT_COMMIT="a2a845112993670f1ecd5a9e67c0409b4c364104" - -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 new file mode 100644 index 00000000..09c4d06e --- /dev/null +++ b/x11-themes/redcore-artwork-community/redcore-artwork-community-314.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://pagure.io/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