From ac8e8e924401d87b41ed47c00349e3bde9f7ea3b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 7 Nov 2016 08:19:40 +0000 Subject: adjust plymouth color to crimson red --- x11-themes/redcore-artwork-core/Manifest | 2 +- .../redcore-artwork-core-1-r1.ebuild | 51 ++++++++++++++++++++++ .../redcore-artwork-core-1.ebuild | 51 ---------------------- 3 files changed, 52 insertions(+), 52 deletions(-) create mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1-r1.ebuild delete mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1.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 d1a56788..6cbdd373 100644 --- a/x11-themes/redcore-artwork-core/Manifest +++ b/x11-themes/redcore-artwork-core/Manifest @@ -1 +1 @@ -DIST redcore-artwork-core-1.tar.xz 18888432 SHA256 bc86b9fa45289742e25761151e0a38b20f9b3b603a55e78f266ed2b6c0f3d858 SHA512 d75218e7db895fe24398ee3e7abb951940abe72239970ade8d0e90f0cb0a388414324fbd9502ff6813361ccf21e569b522bedc06d9e76eb9e31099acb27c08c9 WHIRLPOOL d24fd4f5852b040f46a2fb46868b7ac14439b74d4483a3d9192cfe0fde9401a25e732e427f43e5fcc9c67fecceb402a85004d55f00c1526964d06cf800b19969 +DIST redcore-artwork-core-1.tar.xz 18888424 SHA256 e3e2563be9d0aac7918a92744a5f39a8c8a1c341b883c43b7c0ab66052c9851c SHA512 73696d68e994774d331c5f02b8d68f93586291878ce2e55f386244c9bee9407f992f3e2c7fa2bc8e14c2c956d190125210dff2d29fcdf551124afe90abef60f6 WHIRLPOOL f887fbc5b3e757a027816654140ae502207af186f180c80609261d8fb078a4ba3eb8ea8acf80feb36341264cb122543bffd20df70131cdfb89132e1fcb6d5dfb diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1-r1.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1-r1.ebuild new file mode 100644 index 00000000..fe2d4936 --- /dev/null +++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 2016 Redcore Linux +# Distributed under the terms of the GNU General Public License v2 + +EAPI=4 +inherit eutils mount-boot + +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 +} + +pkg_postinst() { + # mount boot first + mount-boot_mount_boot_partition + + einfo "Please report bugs or glitches to" + einfo "V3n3RiX" +} diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1.ebuild deleted file mode 100644 index fe2d4936..00000000 --- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 2016 Redcore Linux -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit eutils mount-boot - -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 -} - -pkg_postinst() { - # mount boot first - mount-boot_mount_boot_partition - - einfo "Please report bugs or glitches to" - einfo "V3n3RiX" -} -- cgit v1.2.3