From c84e64efb8eede67b156e3e8451f490b9c16a5a0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 6 Mar 2017 00:28:34 +0000 Subject: 1703 --- x11-themes/redcore-artwork-core/Manifest | 2 +- .../redcore-artwork-core-1702.ebuild | 48 ---------------------- .../redcore-artwork-core-1703.ebuild | 48 ++++++++++++++++++++++ 3 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1702.ebuild create mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1703.ebuild (limited to 'x11-themes/redcore-artwork-core') diff --git a/x11-themes/redcore-artwork-core/Manifest b/x11-themes/redcore-artwork-core/Manifest index 7dc5a6af..1f4c9670 100644 --- a/x11-themes/redcore-artwork-core/Manifest +++ b/x11-themes/redcore-artwork-core/Manifest @@ -1 +1 @@ -DIST redcore-artwork-core-1702.tar.xz 18828920 SHA256 cfb9c4481b1fbc4218bdf1d77c24a07d82b7da6d2fb2eb8614d32480c39c00d0 SHA512 e3ba8e99b9fae13abcc6670386ded0ece824dd23e05b38517c126e4335bdb0681bb4dff82be721e0f9751d5980149bb0d9d5e613c5bd3458d15c5f8475b6e545 WHIRLPOOL 937e192a5b460c016b72b5d73b027af7005ce960749c6ae17b61d8f781cbad42b9c8dc4447acaf4fbe94bf1bf81554105b4c98e38aac7e03e0f9eb22d99fac86 +DIST redcore-artwork-core-1703.tar.xz 18828920 SHA256 cfb9c4481b1fbc4218bdf1d77c24a07d82b7da6d2fb2eb8614d32480c39c00d0 SHA512 e3ba8e99b9fae13abcc6670386ded0ece824dd23e05b38517c126e4335bdb0681bb4dff82be721e0f9751d5980149bb0d9d5e613c5bd3458d15c5f8475b6e545 WHIRLPOOL 937e192a5b460c016b72b5d73b027af7005ce960749c6ae17b61d8f781cbad42b9c8dc4447acaf4fbe94bf1bf81554105b4c98e38aac7e03e0f9eb22d99fac86 diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1702.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1702.ebuild deleted file mode 100644 index c13c3207..00000000 --- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1702.ebuild +++ /dev/null @@ -1,48 +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 -} - -pkg_postinst() { - # regenerate initramfs to include plymouth theme changes - dracut -f -} diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1703.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1703.ebuild new file mode 100644 index 00000000..c13c3207 --- /dev/null +++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1703.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