summaryrefslogtreecommitdiff
path: root/app-misc/redcore-skel/redcore-skel-314-r6.ebuild
blob: 00fdee5f3e8756014d72975399f7a1af76d9c021 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=6
EGIT_REPO_URI="https://pagure.io/redcore/redcore-skel.git"

inherit eutils git-r3

DESCRIPTION="Redcore Linux skel tree"
HOMEPAGE="https://redcorelinux.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
RDEPEND="
	media-fonts/roboto
	x11-themes/material-icon-theme
	x11-themes/numix-icon-theme
	x11-themes/numix-icon-theme-circle
	x11-themes/redcore-theme
	x11-themes/redcore-artwork-community
	x11-themes/redcore-artwork-core
	x11-themes/redcore-artwork-grub"

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

src_install () {
	dodir etc/skel
	insinto etc/skel
	doins -r skel/*
	doins -r skel/.*

	doicon "${FILESDIR}"/redcore-weblink.svg

	dodir etc/xdg/autostart
	insinto etc/xdg/autostart
	doins "${FILESDIR}"/loginsound.desktop

	dodir usr/share/sounds
	insinto usr/share/sounds
	doins "${FILESDIR}"/redcore.ogg

	rm -rf ${D}etc/.git
}