summaryrefslogtreecommitdiff
path: root/x11-themes/kogaion-theme/kogaion-theme-2.2-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-08-06 13:41:40 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-08-06 13:41:40 +0100
commit2d4f43f8373b62d691d4bcf01d990897c6a22702 (patch)
tree81fb00192c6ef56dd9951f0dae7899982213ab1b /x11-themes/kogaion-theme/kogaion-theme-2.2-r1.ebuild
parent50007493c9daba09778730dc183092bb5b740885 (diff)
trigger rebuild for kogaion-theme
Diffstat (limited to 'x11-themes/kogaion-theme/kogaion-theme-2.2-r1.ebuild')
-rw-r--r--x11-themes/kogaion-theme/kogaion-theme-2.2-r1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-themes/kogaion-theme/kogaion-theme-2.2-r1.ebuild b/x11-themes/kogaion-theme/kogaion-theme-2.2-r1.ebuild
new file mode 100644
index 00000000..eda4c9d1
--- /dev/null
+++ b/x11-themes/kogaion-theme/kogaion-theme-2.2-r1.ebuild
@@ -0,0 +1,26 @@
+# 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"
+
+LICENSE="GPLv3"
+SLOT="0"
+KEYWORDS="~arm x86 amd64"
+IUSE=""
+RDEPEND=""
+
+src_install() {
+ rm README.md
+ rm to_review
+ insinto /usr/share/themes
+ doins -r *
+}