From fcdcc7966478086d142c6e3922d34483048f4240 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 26 Nov 2016 13:07:27 +0000 Subject: fix plymouth logo --- x11-themes/redcore-artwork-core/Manifest | 2 +- .../redcore-artwork-core-1.0-r3.ebuild | 43 ---------------------- .../redcore-artwork-core-1.0-r4.ebuild | 43 ++++++++++++++++++++++ 3 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r3.ebuild create mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r4.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 61832cee..7562c2b2 100644 --- a/x11-themes/redcore-artwork-core/Manifest +++ b/x11-themes/redcore-artwork-core/Manifest @@ -1 +1 @@ -DIST redcore-artwork-core-1.0.tar.xz 18806112 SHA256 172c44c0f7483979d6b9565e121a08c8fd14e364259cb28e902e86bf9f92822d SHA512 204f217f371d81a98f889763a2bb85e793e0b26f8f8eb1dd7ae4ee2be6c76fea2544cdccf3e3e61f80fec639d74b057213ffe4b8d64709a236643d755e8f755d WHIRLPOOL de67aa32d973bf2814c1f230da61dee6531e0d6ed6f115c603ff15777084434040f68af1c4d3e7410bf1860e04aed10260c0b53d35d32664b8989cf718400fce +DIST redcore-artwork-core-1.0.tar.xz 18806068 SHA256 133ef006bcad3ca95a5b41b86f7585c85315724179a3360c0a97026dc0dee83d SHA512 970825d7f081f4fdbc42faa7d8c1437343d0a74e2c49c0439ee63a79187fcec40b31061a0a7649f521783d94630297b0f01022eb34451954c2e414cd7fe946e6 WHIRLPOOL e2a280f1758929adb753b09737804850c92935a4fd69f2d6eea7c3a0df847ed67e67f5986a574e0c8f5e391c9943c7511452fadcccb2a3727fd75e6debcdc843 diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r3.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r3.ebuild deleted file mode 100644 index 291fa461..00000000 --- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r3.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/RezoBlue - - # 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 RezoBlue /usr/share/cursors/xorg-x11/default || "RezoBlue not found" #set default xcursor -} diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r4.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r4.ebuild new file mode 100644 index 00000000..291fa461 --- /dev/null +++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r4.ebuild @@ -0,0 +1,43 @@ +# 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/RezoBlue + + # 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 RezoBlue /usr/share/cursors/xorg-x11/default || "RezoBlue not found" #set default xcursor +} -- cgit v1.2.3