forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-plasma/breeze-gtk: revision bump adds support for gtk-3.20
Package-Manager: portage-2.3.0
- Loading branch information
Michael Palimaka
committed
Aug 5, 2016
1 parent
872369d
commit 61381a1
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
inherit kde5 | ||
|
||
DESCRIPTION="Official GTK+ port of KDE's Breeze widget style" | ||
HOMEPAGE="https://projects.kde.org/projects/kde/workspace/breeze-gtk" | ||
LICENSE="LGPL-2.1+" | ||
KEYWORDS="~amd64 ~arm ~x86" | ||
IUSE="" | ||
|
||
src_install() { | ||
kde5_src_install | ||
|
||
insinto /usr/share/themes/Breeze/gtk-3.20 | ||
doins Breeze-gtk/gtk-3.20/gtk.css | ||
|
||
insinto /usr/share/themes/Breeze-Dark/gtk-3.20 | ||
doins Breeze-dark-gtk/gtk-3.20/gtk.css | ||
} |