summaryrefslogtreecommitdiff
path: root/x11-themes/redcore-theme/redcore-theme-1.314.1337.ebuild
blob: 87cccf4ee9b55bb00bf6028df8735739014444d2 (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
# Copyright 2015 Rogentos
# Distributed under the terms of the GNU General Public License v3

EAPI=6

inherit eutils git-r3

DESCRIPTION="Official Redcore Linux GTK theme"
HOMEPAGE="http://redcorelinux.org"

EGIT_BRANCH="master"
EGIT_REPO_URI="https://pagure.io/redcore/redcore-theme.git"

LICENSE="GPLv3"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE=""
RDEPEND="x11-themes/gtk-engines-murrine
	x11-themes/gtk-engines-unico"

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