From 7a2d100d10e6698c815fbb8fdfa526d6954cefd4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 8 Jul 2017 19:50:26 +0100 Subject: update distfiles location --- .../redcore-artwork-core-1706-r1.ebuild | 48 ++++++++++++++++++++++ .../redcore-artwork-core-1706.ebuild | 48 ---------------------- 2 files changed, 48 insertions(+), 48 deletions(-) create mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1706-r1.ebuild delete mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1706.ebuild (limited to 'x11-themes/redcore-artwork-core') 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 new file mode 100644 index 00000000..b31521e9 --- /dev/null +++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1706-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 +} diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1706.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1706.ebuild deleted file mode 100644 index 8e87e245..00000000 --- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1706.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/${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