From 96bf16b0e6fde5ff49598034a75357192a867873 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 6 Nov 2016 10:09:26 +0000 Subject: trim repo size by dumping shitloads of kogaion wallpapers out, only keep one --- .../redcore-artwork-grub-3.0-r2.ebuild | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 x11-themes/redcore-artwork-grub/redcore-artwork-grub-3.0-r2.ebuild (limited to 'x11-themes/redcore-artwork-grub') diff --git a/x11-themes/redcore-artwork-grub/redcore-artwork-grub-3.0-r2.ebuild b/x11-themes/redcore-artwork-grub/redcore-artwork-grub-3.0-r2.ebuild new file mode 100644 index 00000000..345e7285 --- /dev/null +++ b/x11-themes/redcore-artwork-grub/redcore-artwork-grub-3.0-r2.ebuild @@ -0,0 +1,27 @@ +# Distributed under the terms of the GNU General Public License v2 +# Maintainer BlackNoxis + +EAPI=5 + +inherit base mount-boot git-2 eutils + +DESCRIPTION="Redcore Linux GRUB2 Images" +HOMEPAGE="http://redcorelinux.org" + +EGIT_BRANCH="master" +EGIT_REPO_URI="https://gitlab.com/redcore/boot-core.git" + +LICENSE="CCPL-Attribution-ShareAlike-3.0" +SLOT="0" + +KEYWORDS="amd64 x86" +IUSE="" +RDEPEND="" + +S="${WORKDIR}" + +src_install () { + dodir /usr/share/grub/themes || die + insinto /usr/share/grub/themes || die + doins -r "${S}"/cdroot/boot/grub/themes/redcore || die +} -- cgit v1.2.3