diff options
author | bionel <ionel.busuioc@gmail.com> | 2014-12-09 14:25:13 +0200 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2014-12-09 14:25:13 +0200 |
commit | 2abaf2b1dc3a038ec4e0434ec7c5a622362e380d (patch) | |
tree | 0e101f3730ac8241a7ec68b9033b434294e02d37 /x11-themes | |
parent | 77feb20b6f8dadaf3c237072390487b73ed7b03c (diff) |
Propper kogaion-artwork-grub
new file: x11-themes/kogaion-artwork-grub/kogaion-artwork-grub-2.1.ebuild
src created
not manifested
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/kogaion-artwork-grub/kogaion-artwork-grub-2.1.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/x11-themes/kogaion-artwork-grub/kogaion-artwork-grub-2.1.ebuild b/x11-themes/kogaion-artwork-grub/kogaion-artwork-grub-2.1.ebuild new file mode 100644 index 00000000..92d819a2 --- /dev/null +++ b/x11-themes/kogaion-artwork-grub/kogaion-artwork-grub-2.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 2004-2012 Sabayon +# Copyright 2012 Rogentos +# Distributed under the terms of the GNU General Public License v2 +# Maintainer BlackNoxis <stefan.cristian at rogentos.ro> + +EAPI=4 + +inherit base mount-boot + +DESCRIPTION="Kogaion-Linux GRUB2 Images" +HOMEPAGE="http://www.rogentos.ro" +SRC_URI="http://pkg.rogentos.ro/~rogentos/distro/${CATEGORY}/${PN}/${PN}-${PV}.tar.gz" +LICENSE="CCPL-Attribution-ShareAlike-3.0" +SLOT="0" + +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND="!x11-themes/sabayon-artwork-grub + !x11-themes/rogentos-artwork-grub" #avoid file colision + +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!" +} |