summaryrefslogtreecommitdiff
path: root/x11-themes/numix-frost/numix-frost-3.6.6-r3.ebuild
blob: 3dd7715399e778871abe1ccdf47e524cfc274b25 (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
EAPI=6

DESCRIPTION="Numix is a modern flat theme with a combination of light and dark elements."
HOMEPAGE="https://github.com/Antergos/Numix-Frost"

# Note: We need few more commits to fix some build problems
# But those contains binary files patches that can't portage handle so we just
# specify exact hash instead. When new version is release, return to versions.
HASH="e9d250792bced3b64c50e72c4f3404a2c020dc3e"
SRC_URI="https://github.com/Antergos/Numix-Frost/archive/${HASH}.tar.gz -> ${PN}.tar.gz"
S="${WORKDIR}/numix-frost"

KEYWORDS="amd64"
LICENSE="GPL-3.0+"
SLOT="0"
IUSE=""

DEPEND="
	dev-ruby/sass
	dev-ruby/bundler"
RDEPEND="
	x11-libs/gtk+:3
	x11-libs/gdk-pixbuf
	x11-themes/gtk-engines-murrine"

# Note: This is needed because utils.sh expect repository name to be numix-frost
src_unpack() {
	unpack "${A}"
	mv "${WORKDIR}"/Numix-Frost-${HASH} "$S"
}

src_compile() {
	emake -j1
}

# Jep and makefiles doesn't like to be run in paralel (you have to love it)
src_install() {
	emake -j1 DESTDIR="${D}" install
	einstalldocs
}