From fa42dbca6860352be373acdcb389d56718f8d74f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Aug 2017 13:11:51 +0100 Subject: x11-themes/redcore-artwork-core : bump to r1708, new plymouth theme --- x11-themes/redcore-artwork-core/Manifest | 2 +- .../redcore-artwork-core-1706-r1.ebuild | 48 ---------------------- .../redcore-artwork-core-1708.ebuild | 48 ++++++++++++++++++++++ 3 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1706-r1.ebuild create mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1708.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 e79ed71d..fd552e84 100644 --- a/x11-themes/redcore-artwork-core/Manifest +++ b/x11-themes/redcore-artwork-core/Manifest @@ -1 +1 @@ -DIST redcore-artwork-core-1706.tar.xz 18828784 SHA256 ebabb4ab9f83108b05a5c20c55458e9219812a2bce185bf26196c1c90edf974f SHA512 fc3edb82d928adb957b734000cc3028ae93c2759e165430826574daac000de1c49ca854c119e9e61cee1a00f67e6b34f0b1770e317e0a9fa6abce090ddbc3ddb WHIRLPOOL 78d2b25a958c66ec172a1b1aeeae8822b489dffe80477a8265e661635cbe3c9375825d59bf65a489dd9f5e98f6979679392e6c4844ae016249b67ce9af9ce45b +DIST redcore-artwork-core-1708.tar.xz 18830360 SHA256 07fefe8e7ed77abf335132611f66af973ed15e62f431a2d0687a3d2802746b1b SHA512 808fecb6db9ed65394779bea36c14300af105668d7023536b1352e32858b36fcbab34d41373602db26883b5af04db48004ef57d3650df1442c9988bf41549a9b WHIRLPOOL d72adac8e9a1aeb3d68992ddb4ce66fffc09f9b1d385c943035e5dc2deb340435266e6488e2137ba384c703fdb2e17adb25870b3ad2664e58befc294b5453971 diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1706-r1.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1706-r1.ebuild deleted file mode 100644 index b31521e9..00000000 --- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1706-r1.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 -} diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1708.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1708.ebuild new file mode 100644 index 00000000..1c222dc9 --- /dev/null +++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1708.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 +} -- cgit v1.2.3