2014-11-24 17:31:57 +00:00
|
|
|
# Copyright 2014 Julian Ospald <hasufell@posteo.de>
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2016-04-22 15:42:34 +00:00
|
|
|
require github [ user=jpfleury ]
|
|
|
|
|
2014-11-24 17:31:57 +00:00
|
|
|
SUMMARY="GTK+ 3 port of Clearlooks, the default theme for GNOME 2"
|
|
|
|
|
|
|
|
LICENCES="GPL-3"
|
|
|
|
SLOT="0"
|
|
|
|
PLATFORMS="~amd64 ~x86"
|
|
|
|
|
|
|
|
DEPENDENCIES="
|
|
|
|
run:
|
|
|
|
x11-libs/gtk+:3[>=3.14.0]
|
|
|
|
gnome-desktop/gtk-engines
|
|
|
|
"
|
|
|
|
|
|
|
|
src_install() {
|
2016-02-17 01:53:28 +00:00
|
|
|
insinto /usr/share/themes/Clearlooks-Phenix
|
|
|
|
doins -r *
|
2014-11-24 17:31:57 +00:00
|
|
|
}
|
|
|
|
|