summaryrefslogtreecommitdiff
path: root/x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-07-01 07:01:25 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-07-01 07:01:25 +0100
commit9caa5bc9caf259a1f482688d17d3d460cc2facca (patch)
treeb03c2f34f3abf01d02825aba20e79912e8e32877 /x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r2.ebuild
parent9208a7e75f27b03780dd8f3b5adffa3bdcd3a00a (diff)
x11-themes/redcore-theme-sddm : change default background && x11-themes/redcore-artwork-community : change default wallpaper
Diffstat (limited to 'x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r2.ebuild')
-rw-r--r--x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r2.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r2.ebuild
new file mode 100644
index 00000000..e5a2233f
--- /dev/null
+++ b/x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r2.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/${CATEGORY}/${PN}/${PN}-${PV}.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
+}