summaryrefslogtreecommitdiff
path: root/x11-themes/redcore-artwork-community
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-11-06 10:09:26 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-11-06 10:09:26 +0000
commit96bf16b0e6fde5ff49598034a75357192a867873 (patch)
tree552e3f050a52612c514e057f38216044721ae6ad /x11-themes/redcore-artwork-community
parent93277a685b3bedd2a46c908e5690cf74c647a4f5 (diff)
trim repo size by dumping shitloads of kogaion wallpapers out, only keep one
Diffstat (limited to 'x11-themes/redcore-artwork-community')
-rw-r--r--x11-themes/redcore-artwork-community/files/0.pngbin0 -> 1636021 bytes
-rw-r--r--x11-themes/redcore-artwork-community/redcore-artwork-community-2.0.ebuild23
2 files changed, 23 insertions, 0 deletions
diff --git a/x11-themes/redcore-artwork-community/files/0.png b/x11-themes/redcore-artwork-community/files/0.png
new file mode 100644
index 00000000..7ff3bc34
--- /dev/null
+++ b/x11-themes/redcore-artwork-community/files/0.png
Binary files differ
diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-2.0.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-2.0.ebuild
new file mode 100644
index 00000000..199704d9
--- /dev/null
+++ b/x11-themes/redcore-artwork-community/redcore-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="Redcore Linux Community Wallpapers"
+HOMEPAGE="http://redcorelinux.org"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+S=${FILESDIR}
+
+src_install() {
+ dodir "/usr/share/backgrounds/redcore-community" || die
+ insinto "/usr/share/backgrounds/redcore-community" || die
+ doins -r "${S}"/* || die
+}