summaryrefslogtreecommitdiff
path: root/x11-themes/ultra-flat-gtk/ultra-flat-gtk-1.2.ebuild
blob: fdd3c47d8bce4dbd03fda61bb92f871178ef8b7b (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
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit eutils

DESCRIPTION="A slightly modified version of the famous Numix theme, with no border, flat rounded window buttons and grey selection colour"
HOMEPAGE="http://gnome-look.org/content/show.php/Ultra-Flat?content=167473"
SRC_URI="https://www.dropbox.com/s/bx42h8a1o48w7e0/Ultra-Flat-Theme.tar.gz?dl=1 -> ${P}.tar.gz"

LICENSE="LGPL-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="x11-themes/gtk-engines-murrine"
RDEPEND="${DEPEND}"

S="${WORKDIR}"

src_install(){
	rm -r Ultra-Flat/.git Ultra-Flat/LICENSE
	insinto /usr/share/themes
	doins -r Ultra-Flat
}