diff options
author | Ghiunhan Mamut (aka V3n3RiX) <venerix@rogentos.ro> | 2016-10-27 15:31:40 +0000 |
---|---|---|
committer | Ghiunhan Mamut (aka V3n3RiX) <venerix@rogentos.ro> | 2016-10-27 15:31:40 +0000 |
commit | ac91dd6b97c6d8d523efc0ced80c9939a136a22d (patch) | |
tree | 81b10f20e2c6401594fe687c8fe6470ff44bc002 | |
parent | 05c0c98b21b71501d39eb7dc02e3d01ce3c7f146 (diff) | |
parent | b8b70fd7ea759f24ce68a0eb56e34e05b9dd59fb (diff) |
Merge branch 'master' into 'master'
bump request, theme updated
See merge request !19
-rw-r--r-- | x11-themes/kogaion-artwork-grub/kogaion-artwork-grub-3.0-r2.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-themes/kogaion-artwork-grub/kogaion-artwork-grub-3.0-r2.ebuild b/x11-themes/kogaion-artwork-grub/kogaion-artwork-grub-3.0-r2.ebuild new file mode 100644 index 00000000..8c00511e --- /dev/null +++ b/x11-themes/kogaion-artwork-grub/kogaion-artwork-grub-3.0-r2.ebuild @@ -0,0 +1,27 @@ +# Distributed under the terms of the GNU General Public License v2 +# Maintainer BlackNoxis <stefan.cristian at rogentos.ro> + +EAPI=5 + +inherit base mount-boot git-2 eutils + +DESCRIPTION="Kogaion-Linux GRUB2 Images" +HOMEPAGE="http://www.rogentos.ro" + +EGIT_BRANCH="master" +EGIT_REPO_URI="https://gitlab.com/kogaion/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/kogaion || die +} |