summaryrefslogtreecommitdiff
path: root/x11-themes/redcore-artwork-community/redcore-artwork-community-1710.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-29 19:52:44 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-10-29 19:52:44 +0000
commit7fc56660b91ace2e09db03f6ac6d9e798a50ac2d (patch)
treebce4740e77b57093d02b462804e95819e7c921f9 /x11-themes/redcore-artwork-community/redcore-artwork-community-1710.ebuild
parentd6e15f6e7e343945c1fd4740fbeeefc243d47bb9 (diff)
revbump last pieces of artwork for 1710
Diffstat (limited to 'x11-themes/redcore-artwork-community/redcore-artwork-community-1710.ebuild')
-rw-r--r--x11-themes/redcore-artwork-community/redcore-artwork-community-1710.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1710.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1710.ebuild
new file mode 100644
index 00000000..6bc2eece
--- /dev/null
+++ b/x11-themes/redcore-artwork-community/redcore-artwork-community-1710.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="Redcore Linux Community Wallpapers"
+HOMEPAGE="http://redcorelinux.org"
+SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${P}.tar.xz"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_install() {
+ dodir "/usr/share/backgrounds/redcore-community" || die
+ insinto "/usr/share/backgrounds/redcore-community" || die
+ doins -r "${S}"/* || die
+}