From 24934e623441310f644e5f72855b0f2bf9f3cd1a Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Mon, 27 Oct 2014 18:38:05 +0200 Subject: Incoming! Moving Rogento.git to kogaion-desktop. Finally --- .../rogentos-artwork-grub-2.ebuild | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 x11-themes/rogentos-artwork-grub/rogentos-artwork-grub-2.ebuild (limited to 'x11-themes/rogentos-artwork-grub/rogentos-artwork-grub-2.ebuild') diff --git a/x11-themes/rogentos-artwork-grub/rogentos-artwork-grub-2.ebuild b/x11-themes/rogentos-artwork-grub/rogentos-artwork-grub-2.ebuild new file mode 100644 index 00000000..4517cf17 --- /dev/null +++ b/x11-themes/rogentos-artwork-grub/rogentos-artwork-grub-2.ebuild @@ -0,0 +1,32 @@ +# Copyright 2004-2012 Sabayon +# Copyright 2012 Rogentos +# Distributed under the terms of the GNU General Public License v2 +# Maintainer BlackNoxis + +EAPI=4 + +inherit base mount-boot + +DESCRIPTION="Rogentos GRUB2 Images" +HOMEPAGE="http://www.rogentos.ro" +SRC_URI="http://pkg.rogentos.ro/~rogentos/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.gz" +LICENSE="CCPL-Attribution-ShareAlike-3.0" +SLOT="0" + +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND="" + +S="${WORKDIR}" + +src_install () { + dodir /usr/share/grub + insinto /usr/share/grub + doins default-splash.png +} + +pkg_postinst() { + local dir="${ROOT}"boot/grub + cp "${ROOT}/usr/share/grub/default-splash.png" "${dir}/default-splash.png" || \ + ewarn "cannot install default splash file!" +} -- cgit v1.2.3