summaryrefslogtreecommitdiff
path: root/x11-themes/kogaion-artwork-community/kogaion-artwork-community-2.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-04-29 09:06:25 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-04-29 09:06:25 +0100
commit2abcb77b278375641ec70247045d6ac9b448627f (patch)
tree61655203ae1f19b293f9194783dfe2cc34b4f2c5 /x11-themes/kogaion-artwork-community/kogaion-artwork-community-2.0.ebuild
parentf7b1121188afdbea4a229c433f020fe56f931a21 (diff)
add most of submitted wallpapers in Kogaion contest
Diffstat (limited to 'x11-themes/kogaion-artwork-community/kogaion-artwork-community-2.0.ebuild')
-rw-r--r--x11-themes/kogaion-artwork-community/kogaion-artwork-community-2.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-themes/kogaion-artwork-community/kogaion-artwork-community-2.0.ebuild b/x11-themes/kogaion-artwork-community/kogaion-artwork-community-2.0.ebuild
new file mode 100644
index 00000000..f3709eeb
--- /dev/null
+++ b/x11-themes/kogaion-artwork-community/kogaion-artwork-community-2.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Kogaion Artwork Community"
+HOMEPAGE="http://rogentos.ro"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+S=${FILESDIR}
+
+src_install() {
+ dodir "/usr/share/backgrounds/kogaion-community" || die
+ insinto "/usr/share/backgrounds/kogaion-community" || die
+ doins -r "${S}"/* || die
+}