Skip to content

Commit

Permalink
kde-plasma/breeze-gtk: revision bump adds support for gtk-3.20
Browse files Browse the repository at this point in the history
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.
23 changes: 23 additions & 0 deletions kde-plasma/breeze-gtk/breeze-gtk-5.7.3-r1.ebuild
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
}

0 comments on commit 61381a1

Please sign in to comment.