diff options
author | Ghiunhan Mamut (aka V3n3RiX) <venerix@rogentos.ro> | 2016-04-24 11:41:59 +0000 |
---|---|---|
committer | Ghiunhan Mamut (aka V3n3RiX) <venerix@rogentos.ro> | 2016-04-24 11:41:59 +0000 |
commit | 075fe6f2724c4caa66a01dd49cc0b04f32085d3e (patch) | |
tree | f71bf56acab249e3c296a1c9d8ce45d885189447 /x11-themes/kogaion-theme/kogaion-theme-2.1.ebuild | |
parent | ff4901aa72df83c783e54de9d70c10e6639fe725 (diff) | |
parent | 90b2a540d969cd17a874584287c3f3cc8687b3aa (diff) |
Merge branch 'master' into 'master'
bump to 2.1, theme reworked
bumping kogaion-theme to new version 2.1
See merge request !6
Diffstat (limited to 'x11-themes/kogaion-theme/kogaion-theme-2.1.ebuild')
-rw-r--r-- | x11-themes/kogaion-theme/kogaion-theme-2.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-themes/kogaion-theme/kogaion-theme-2.1.ebuild b/x11-themes/kogaion-theme/kogaion-theme-2.1.ebuild new file mode 100644 index 00000000..5bda90ca --- /dev/null +++ b/x11-themes/kogaion-theme/kogaion-theme-2.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 2015 Rogentos +# Distributed under the terms of the GNU General Public License v3 +# Maintainer bionel <bionel @ rogentos.ro > + +EAPI=5 + +DESCRIPTION="Official Kogaion-Linux GTK theme" +HOMEPAGE="http://www.rogentos.ro" +SRC_URI="https://gitlab.com/kogaion/kogaion-theme/repository/archive.tar.gz?ref=2.1" + +LICENSE="GPLv3" +SLOT="0" +KEYWORDS="~arm x86 amd64" +IUSE="" +RDEPEND="" + +S="${WORKDIR}"/"${P}" + +src_install() { + rm README.md + rm to_review + insinto /usr/share/themes + doins -r * +} |