From 3a167939241f1348be4a8e4568ea0e67d9c78bc6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 1 Jul 2018 11:46:48 +0100 Subject: x11-themes/redcore-artwork-community : prepare for release --- x11-themes/redcore-artwork-community/Manifest | 2 +- .../redcore-artwork-community-1337.ebuild | 50 ++++++++++++++++++++++ .../redcore-artwork-community-1803.ebuild | 40 ----------------- 3 files changed, 51 insertions(+), 41 deletions(-) create mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-1337.ebuild delete mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-1803.ebuild (limited to 'x11-themes') diff --git a/x11-themes/redcore-artwork-community/Manifest b/x11-themes/redcore-artwork-community/Manifest index 38a1b66b..59843dc4 100644 --- a/x11-themes/redcore-artwork-community/Manifest +++ b/x11-themes/redcore-artwork-community/Manifest @@ -1 +1 @@ -DIST redcore-artwork-community.tar.xz 42552900 BLAKE2B 2871871654d77af8f84c7eaa39342b453bfa90cd907828bd73f2a1d05d89f590afd6caec3c09e1e2902fa3fce63ddda93531a0aca396e4e2c8d26a7fca9397a6 SHA512 ffed21f4c1e5c8f9579ac87cdd62c05864d830d60047f29ea3c4fff90203b2143e0f0bc7422746eedd531b93120f08db601343328f5c85860027c165f506c982 +DIST redcore-artwork-community.tar.xz 99972968 BLAKE2B 954290e970a64f1c943d77a15fef5253076ad68de2c41c7de03ac591000049301bdd4a1f8fdb9b6d03db77a6d96f84af45472871ca0e668edba7aba98d3af0ab SHA512 afce6f491eb8061d0974ae69583b56aa06a12789cb285aea667e5013e0e4e2ac0017ad484bdf51fd22ea4579e1210039281d2d900b11a37d37aced8141a63bf8 diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1337.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1337.ebuild new file mode 100644 index 00000000..39742cf5 --- /dev/null +++ b/x11-themes/redcore-artwork-community/redcore-artwork-community-1337.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 +} diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1803.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1803.ebuild deleted file mode 100644 index bfe712b6..00000000 --- a/x11-themes/redcore-artwork-community/redcore-artwork-community-1803.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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() { - # Wallpapers by V3n3RiX - dodir usr/share/backgrounds/redcore-community - insinto usr/share/backgrounds/redcore-community - doins -r by_venerix/* - - # 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/* - - # 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