From 6a07cd00b65cf237025c0434cdc63791d8f9e629 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 1 Jul 2018 10:15:11 +0100 Subject: x11-themes/redcore-artwork-core : rebuild for new release --- .../redcore-artwork-core-1337.ebuild | 43 ++++++++++++++++++++++ .../redcore-artwork-core-1803.ebuild | 43 ---------------------- 2 files changed, 43 insertions(+), 43 deletions(-) create mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1337.ebuild delete mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1803.ebuild (limited to 'x11-themes/redcore-artwork-core') diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1337.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1337.ebuild new file mode 100644 index 00000000..8dc99bc9 --- /dev/null +++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1337.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="https://redcorelinux.org" +SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${PN}.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 mouse/Hacked-Red + dosym ../../../../usr/share/cursors/xorg-x11/Hacked-Red usr/share/cursors/xorg-x11/default + + # Wallpapers + insinto usr/share/backgrounds/ + doins -r background/nature + + # Logos + insinto usr/share/pixmaps/ + doins logo/*.png + + # Plymouth theme + insinto usr/share/plymouth + doins plymouth/bizcom.png + insinto usr/share/plymouth/themes + doins -r plymouth/themes/redcore +} + +pkg_postinst() { + # regenerate initramfs to include plymouth theme changes + dracut -N -f --no-hostonly-cmdline +} diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1803.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1803.ebuild deleted file mode 100644 index 13642dce..00000000 --- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1803.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="https://redcorelinux.org" -SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${PN}.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 mouse/Hacked-Red - dosym ../../../../usr/share/cursors/xorg-x11/Hacked-Red usr/share/cursors/xorg-x11/default - - # Wallpapers - insinto usr/share/backgrounds/ - doins -r background/nature - - # Logos - insinto usr/share/pixmaps/ - doins logo/*.png - - # Plymouth theme - insinto usr/share/plymouth - doins plymouth/bizcom.png - insinto usr/share/plymouth/themes - doins -r plymouth/themes/redcore -} - -pkg_postinst() { - # regenerate initramfs to include plymouth theme changes - dracut -f --no-hostonly-cmdline -} -- cgit v1.2.3