summaryrefslogtreecommitdiff
path: root/x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild
blob: a94e4eb553d7d986f31de71d034404c61b204003 (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
29
# Copyright 2015 Kogaion Linux
# Distributed under the terms of the GNU General Public License v2
# Original Authors Sabayon Team
# Maintainer BlackNoxis <stefan.cristian at rogentos.ro>

EAPI=5
inherit eutils mount-boot kogaion-artwork

DESCRIPTION="Offical Kogaion-Linux Core Artwork"
HOMEPAGE="http://www.rogentos.ro"
SRC_URI="http://pkg.rogentos.ro/~rogentos/distro/${CATEGORY}/${PN}/"${PN}"-${PV}.tar.gz
	mirror://kogaion/${CATEGORY}/"${PN}"/${P}.tar.gz"

LICENSE="CCPL-Attribution-ShareAlike-3.0"
SLOT="0"
KEYWORDS="~arm x86 amd64"
IUSE=""
RDEPEND="sys-apps/findutils
	!<sys-boot/grub-0.97-r22
	!x11-themes/rogentos-artwork-core"

S="${WORKDIR}"/"${P}"

src_install() {
	rm README.md
	rm to_review
	insinto /usr/share/themes
	doins -r *
}