From 8c09eda99ee3149fc628470031e3ffa1ea1e6ec7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 4 Oct 2016 17:57:12 +0100 Subject: bump kogaion theme with initial support for gtk 3.20 --- x11-themes/kogaion-theme/kogaion-theme-3.0.ebuild | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 x11-themes/kogaion-theme/kogaion-theme-3.0.ebuild (limited to 'x11-themes/kogaion-theme/kogaion-theme-3.0.ebuild') diff --git a/x11-themes/kogaion-theme/kogaion-theme-3.0.ebuild b/x11-themes/kogaion-theme/kogaion-theme-3.0.ebuild new file mode 100644 index 00000000..eda4c9d1 --- /dev/null +++ b/x11-themes/kogaion-theme/kogaion-theme-3.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 2015 Rogentos +# Distributed under the terms of the GNU General Public License v3 +# Maintainer bionel + +EAPI=5 + +inherit eutils git-2 + +DESCRIPTION="Official Kogaion-Linux GTK theme" +HOMEPAGE="http://www.rogentos.ro" + +EGIT_BRANCH="master" +EGIT_REPO_URI="https://gitlab.com/kogaion/kogaion-theme.git" + +LICENSE="GPLv3" +SLOT="0" +KEYWORDS="~arm x86 amd64" +IUSE="" +RDEPEND="" + +src_install() { + rm README.md + rm to_review + insinto /usr/share/themes + doins -r * +} -- cgit v1.2.3