From fc2b50cf14d98e312078202ca14ade36f01bc9be Mon Sep 17 00:00:00 2001 From: bionel Date: Thu, 28 Apr 2016 16:20:08 +0300 Subject: bumping theme to 2.2 --- x11-themes/kogaion-theme/kogaion-theme-2.2.ebuild | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 x11-themes/kogaion-theme/kogaion-theme-2.2.ebuild (limited to 'x11-themes') diff --git a/x11-themes/kogaion-theme/kogaion-theme-2.2.ebuild b/x11-themes/kogaion-theme/kogaion-theme-2.2.ebuild new file mode 100644 index 00000000..0d40452f --- /dev/null +++ b/x11-themes/kogaion-theme/kogaion-theme-2.2.ebuild @@ -0,0 +1,28 @@ +# 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" +EGIT_COMMIT="c682cce4ed7db2ff2bc4bd95a3355a318fb72825" + + +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