From e6366239cb388e8af2712350201b49aca8596826 Mon Sep 17 00:00:00 2001
From: V3n3RiX <venerix@redcorelinux.org>
Date: Sun, 12 Feb 2017 07:04:05 +0000
Subject: bump artwork-core

---
 x11-themes/redcore-artwork-core/Manifest           |  2 +-
 .../redcore-artwork-core-1701.ebuild               | 43 -------------------
 .../redcore-artwork-core-1702.ebuild               | 48 ++++++++++++++++++++++
 3 files changed, 49 insertions(+), 44 deletions(-)
 delete mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1701.ebuild
 create mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1702.ebuild

diff --git a/x11-themes/redcore-artwork-core/Manifest b/x11-themes/redcore-artwork-core/Manifest
index 0fe10cb6..7dc5a6af 100644
--- a/x11-themes/redcore-artwork-core/Manifest
+++ b/x11-themes/redcore-artwork-core/Manifest
@@ -1 +1 @@
-DIST redcore-artwork-core-1701.tar.xz 18924600 SHA256 fd60373024fddd28d86bbf8381277d8c6ca7d3bc25226d606d2a0cf42bd5843b SHA512 e52b7212277c538bb11078b8e8aa10fc8dce5ae9843cb8d4bc94c9242d2e6b985b3ed1474ecd3fd337ff49c929628e1a8115c1b14309dcbcbc5347dca999bf87 WHIRLPOOL c7123c05d5e14c9245ae9eab1f5d4f1c49602be8bd9da262b5fd7c357a6420fbd7a54bfd700c3978818f18a60e563cde4f4fa707c8676cf2958cba8937ab9d24
+DIST redcore-artwork-core-1702.tar.xz 18828920 SHA256 cfb9c4481b1fbc4218bdf1d77c24a07d82b7da6d2fb2eb8614d32480c39c00d0 SHA512 e3ba8e99b9fae13abcc6670386ded0ece824dd23e05b38517c126e4335bdb0681bb4dff82be721e0f9751d5980149bb0d9d5e613c5bd3458d15c5f8475b6e545 WHIRLPOOL 937e192a5b460c016b72b5d73b027af7005ce960749c6ae17b61d8f781cbad42b9c8dc4447acaf4fbe94bf1bf81554105b4c98e38aac7e03e0f9eb22d99fac86
diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1701.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1701.ebuild
deleted file mode 100644
index da6faf1e..00000000
--- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1701.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2016 Redcore Linux
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="Offical Redcore Linux Core Artwork"
-HOMEPAGE="http://redcorelinux.org"
-SRC_URI="http://redcorelinux.org/distfiles/${CATEGORY}/${PN}/"${PN}"-${PV}.tar.xz"
-
-LICENSE="CCPL-Attribution-ShareAlike-3.0"
-SLOT="0"
-KEYWORDS="x86 amd64"
-IUSE=""
-RDEPEND="sys-apps/findutils"
-
-S="${WORKDIR}"/"${PN}"
-
-src_install() {
-	# Cursors
-	insinto /usr/share/cursors/xorg-x11/
-	doins -r "${S}"/mouse/Hacked-Red
-
-	# Wallpapers
-	insinto /usr/share/backgrounds/
-	doins -r "${S}"/background/nature
-
-	# Logos
-	insinto /usr/share/pixmaps/
-	doins "${S}"/logo/*.png
-
-	# Plymouth theme
-
-	insinto /usr/share/plymouth
-	doins "${S}"/plymouth/bizcom.png # back to our bizcom
-	insinto /usr/share/plymouth/themes
-	doins -r "${S}"/plymouth/themes/redcore
-
-	# Apply our tricks
-
-	insinto /usr/share/cursors/xorg-x11
-	dosym Hacked-Red /usr/share/cursors/xorg-x11/default || "Hacked-Red not found" #set default xcursor
-}
diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1702.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1702.ebuild
new file mode 100644
index 00000000..c13c3207
--- /dev/null
+++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1702.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2016 Redcore Linux
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=4
+inherit eutils
+
+DESCRIPTION="Offical Redcore Linux Core Artwork"
+HOMEPAGE="http://redcorelinux.org"
+SRC_URI="http://redcorelinux.org/distfiles/${CATEGORY}/${PN}/"${PN}"-${PV}.tar.xz"
+
+LICENSE="CCPL-Attribution-ShareAlike-3.0"
+SLOT="0"
+KEYWORDS="x86 amd64"
+IUSE=""
+RDEPEND="sys-apps/findutils"
+
+S="${WORKDIR}"/"${PN}"
+
+src_install() {
+	# Cursors
+	insinto /usr/share/cursors/xorg-x11/
+	doins -r "${S}"/mouse/Hacked-Red
+
+	# Wallpapers
+	insinto /usr/share/backgrounds/
+	doins -r "${S}"/background/nature
+
+	# Logos
+	insinto /usr/share/pixmaps/
+	doins "${S}"/logo/*.png
+
+	# Plymouth theme
+
+	insinto /usr/share/plymouth
+	doins "${S}"/plymouth/bizcom.png # back to our bizcom
+	insinto /usr/share/plymouth/themes
+	doins -r "${S}"/plymouth/themes/redcore
+
+	# Apply our tricks
+
+	insinto /usr/share/cursors/xorg-x11
+	dosym Hacked-Red /usr/share/cursors/xorg-x11/default || "Hacked-Red not found" #set default xcursor
+}
+
+pkg_postinst() {
+	# regenerate initramfs to include plymouth theme changes
+	dracut -f
+}
-- 
cgit v1.2.3