summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-08-06 13:29:39 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-08-06 13:29:39 +0100
commitcf1c70fe0e5ce08ab5ac6ef9b6f6ca4db4113fc0 (patch)
treeb71f458045d84f3baacdd944ea0703b5f3ca1a83 /x11-themes
parentae05cdfe4f4876aa38f9e6301b15009b43fca944 (diff)
live ebuild for kogaion-theme-lxqt
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0.ebuild b/x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0.ebuild
new file mode 100644
index 00000000..e6a778fa
--- /dev/null
+++ b/x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0.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 LXQT theme"
+HOMEPAGE="http://www.rogentos.ro"
+
+EGIT_BRANCH="master"
+EGIT_REPO_URI="https://gitlab.com/kogaion/kogaion-theme-lxqt.git"
+
+LICENSE="GPLv3"
+SLOT="0"
+KEYWORDS="x86 amd64"
+IUSE=""
+RDEPEND=""
+
+src_install() {
+ rm README.md
+ dodir /usr/share/lxqt/themes
+ insinto /usr/share/lxqt/themes
+ doins -r *
+}