From 287743ec65d6fadc63e6413bf654af87476ac32a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Aug 2017 13:40:53 +0100 Subject: x11-themes/redcore-artwork-core : fix broken plymouth theme --- x11-themes/redcore-artwork-core/Manifest | 2 +- .../redcore-artwork-core-1708-r1.ebuild | 48 ++++++++++++++++++++++ .../redcore-artwork-core-1708.ebuild | 48 ---------------------- 3 files changed, 49 insertions(+), 49 deletions(-) create mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1708-r1.ebuild delete mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1708.ebuild (limited to 'x11-themes') diff --git a/x11-themes/redcore-artwork-core/Manifest b/x11-themes/redcore-artwork-core/Manifest index d1bac91f..9f0c57e3 100644 --- a/x11-themes/redcore-artwork-core/Manifest +++ b/x11-themes/redcore-artwork-core/Manifest @@ -1 +1 @@ -DIST redcore-artwork-core-1708.tar.xz 18830336 SHA256 958361a9d06b19e6dfa76b10d59ac3cf5feea9abb7ff5d6e496fe03c62761a69 SHA512 e66c68e90907d5f38f32c5c3bfa476977c06cb8694c7290c199aaec76080da1d74046ba74b49203223c5278c1047d965308e7089a8d27ead372dbbd2ea2b15ba WHIRLPOOL e69f7e15b1abb7c2bfce1e7877f11534fba68082bdc06d7874f473f7c70d93181c743d61bde73e9b8ca241c83e6111092031991a0778c27f0194b2eadc3941bc +DIST redcore-artwork-core-1708.tar.xz 18830344 SHA256 b737b05b99055547f5885805aefa29b43b6c4f97f2611f84185502ea83436329 SHA512 122a2f35092164f71592ae44db78ef7f6fd69fca5e0066800361990afdfcf05c1785a5f7efe8da9e38ab2972318b428cb1e0263fea1c31e5372587d1f506b05f WHIRLPOOL 7fa6b057a04bbf65192f3c20e7433f609a208206ad4dbb83ac2dee406f15cb2a9e334dfb33df088087741b1ab46007087e2cd9f5b0b99edc30fee906962dc9a5 diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1708-r1.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1708-r1.ebuild new file mode 100644 index 00000000..1c222dc9 --- /dev/null +++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1708-r1.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://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${P}.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 --no-hostonly-cmdline +} diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1708.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1708.ebuild deleted file mode 100644 index 1c222dc9..00000000 --- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1708.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://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${P}.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 --no-hostonly-cmdline -} -- cgit v1.2.3