summaryrefslogtreecommitdiff
blob: 87df4833f64815ae79ec8e1737bdbd4b48d2fd8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="5"

inherit grub2-theme

DESCRIPTION="Grub2 GFX theme Dharma of the Chakra project"
HOMEPAGE="http://malcer.deviantart.com/art/Dharma-GRUB2-theme-323177583"
SRC_URI="http://chakra.sourceforge.net/sources/chakra-artwork/dharma/grub2-themes/1.6/Dharma.tar.xz -> ${P}.tar.xz"

# see file LICENSE
#   own artwork: CC-BY-ND-3.0
#   oxygen-based drive icon: LGPL-3?
#   distro logos: all-rights-reserved
LICENSE="CC-BY-ND-3.0 LGPL-3 all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

S="${WORKDIR}"
RESTRICT="bindist mirror"

src_install() {
	insinto "${GRUB2_THEME_DIR}"
	doins -r Dharma
}