diff options
author | Ghiunhan Mamut (aka V3n3RiX) <venerix@rogentos.ro> | 2016-04-28 15:15:11 +0000 |
---|---|---|
committer | Ghiunhan Mamut (aka V3n3RiX) <venerix@rogentos.ro> | 2016-04-28 15:15:11 +0000 |
commit | 6e7d8826886a8bda2ce2492d861f98e1cc048905 (patch) | |
tree | 0d7c9d487232347a8e9e173be4e9284abef6c43b /x11-themes | |
parent | b6e09194bd8dfa5fd7ff9a8478b4d83df1436e12 (diff) | |
parent | f8e4871406356a370e7ad938d5a090e60a4ef477 (diff) |
Merge branch 'master' into 'master'
bumping theme to 2.2
See merge request !7
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/kogaion-theme/kogaion-theme-2.2.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
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 <bionel @ rogentos.ro > + +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 * +} |