summaryrefslogtreecommitdiff
path: root/x11-themes/redcore-artwork-community
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-27 15:52:46 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-27 15:52:46 +0000
commit222d49b4a17f7a1a2efe09f30a771dcc55aa4141 (patch)
treedf6852722af872b56c1ee6a79d10968d07458dae /x11-themes/redcore-artwork-community
parentaf78c3c6cb49514dc56805cd87ac0bd7d91bba35 (diff)
x11-themes/redcore-artwork-community : version bump
Diffstat (limited to 'x11-themes/redcore-artwork-community')
-rw-r--r--x11-themes/redcore-artwork-community/Manifest2
-rw-r--r--x11-themes/redcore-artwork-community/redcore-artwork-community-1710.ebuild23
-rw-r--r--x11-themes/redcore-artwork-community/redcore-artwork-community-1801.ebuild33
3 files changed, 34 insertions, 24 deletions
diff --git a/x11-themes/redcore-artwork-community/Manifest b/x11-themes/redcore-artwork-community/Manifest
index 1dc25b2b..00219531 100644
--- a/x11-themes/redcore-artwork-community/Manifest
+++ b/x11-themes/redcore-artwork-community/Manifest
@@ -1 +1 @@
-DIST redcore-artwork-community-1710.tar.xz 20815752 SHA256 7521bf46b7f20d7de74ba7fd114e2b1cfee4729e85590302ff8e44b8240271f6 SHA512 7235639630d4b42f86a9278e70a6945706394798f87e71783ef865ebb955c90ef6780021a895011117b931c424756eb0fecc2ee79b767f4a8c87f85720a93515 WHIRLPOOL 135052855019a0a7ae6af3dadf632b90be1a1842fed195299e97876644e7da45568e26a151842332564c79906c605271bfab62063a63ba784137d228ef55fad2
+DIST redcore-artwork-community-1801.tar.xz 143145556 SHA256 3b6a78dfbd78ddd31494bffa3600d46a9db70bee6f5fba2fdb3716cfd2a9985e SHA512 e2e94cac5a46eb56553cbf2536cf79a2ebec9ea659e64ca64388d2aebef28e73636060f224c8d9718ae91a440b971502ede74b83c32c3e8c554d1d4718c3b6ad WHIRLPOOL bc37886b0a93718b92b762b17f2c415de15815f1b67f2c5032210874ecc411735e73aa8afb5b065f1721d4587c94bc3ca603219fd07e200a3ea0c8c20631190a
diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1710.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1710.ebuild
deleted file mode 100644
index 6bc2eece..00000000
--- a/x11-themes/redcore-artwork-community/redcore-artwork-community-1710.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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
-}
diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1801.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1801.ebuild
new file mode 100644
index 00000000..454a6d7b
--- /dev/null
+++ b/x11-themes/redcore-artwork-community/redcore-artwork-community-1801.ebuild
@@ -0,0 +1,33 @@
+# 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() {
+ # Wallpapers by pentruprieteni.com, thanks
+ dodir usr/share/backgrounds/redcore-community
+ insinto usr/share/backgrounds/redcore-community
+ doins -r by_pp/*
+
+ # Photos by Mellita Parjolea, thanks
+ dodir usr/share/backgrounds/by_mellita_p
+ insinto usr/share/backgrounds/by_mellita_p
+ doins -r by_mellita/*
+
+ # If you want your wallpapers in here, let me know
+ # I will add them only if you own the rights for them
+ # venerix [at] redcorelinux [dot] org
+}