From 90b2a540d969cd17a874584287c3f3cc8687b3aa Mon Sep 17 00:00:00 2001 From: bionel Date: Sun, 24 Apr 2016 14:34:01 +0300 Subject: bump to 2.1, theme reworked --- x11-themes/kogaion-theme/kogaion-theme-2.1.ebuild | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 x11-themes/kogaion-theme/kogaion-theme-2.1.ebuild (limited to 'x11-themes/kogaion-theme') 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 + +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 * +} -- cgit v1.2.3