From c7d8bfca163261c866db0eceed502daa422531a3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 25 Apr 2020 02:31:24 +0100 Subject: x11-themes/redcore-artwork-core : revision bump --- x11-themes/redcore-artwork-core/Manifest | 2 +- .../redcore-artwork-core-1337-r1.ebuild | 52 --------------------- .../redcore-artwork-core-1337-r2.ebuild | 53 ++++++++++++++++++++++ 3 files changed, 54 insertions(+), 53 deletions(-) delete mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r1.ebuild create mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r2.ebuild (limited to 'x11-themes') diff --git a/x11-themes/redcore-artwork-core/Manifest b/x11-themes/redcore-artwork-core/Manifest index e22ad3df..c9e48c98 100644 --- a/x11-themes/redcore-artwork-core/Manifest +++ b/x11-themes/redcore-artwork-core/Manifest @@ -1 +1 @@ -DIST redcore-artwork-core.tar.xz 18829808 BLAKE2B 69d09b1397182d8fa4814da9939cdc7f230f9c7a7a7ca176b409f97b50915821d6b93a139a2b9703f6789f0393ba16eb82e4ad2e89d46f6ff0d386eb4b8937ec SHA512 64508a2783237a3a40b8b63f2f10730ee4678c66d91c114f0c0d089b0b72246d796aa9cc8a346b54ab85d17fc57bc87c4fd1d0a1d1588d0c673c63027cf14191 +DIST redcore-artwork-core.tar.xz 18833008 BLAKE2B 83bca493d3f360cfdffe1f0fd559bd91589f86dd2be707a974ae7edfde49837c78e7968d5d1f08aa40786df4f9944ae4dd85f9dd5a42f50a4979b4300e3725f7 SHA512 f7c2aa98606d22c2a7153bb9f6769834414a75f9e134ad597658532d3e0ec9e53c6659cb2bf46fee577b3e0a9cc79f616f0102ce83f3fc9108078a5bd944e0e6 diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r1.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r1.ebuild deleted file mode 100644 index 28efde7a..00000000 --- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r1.ebuild +++ /dev/null @@ -1,52 +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 - >=x11-themes/hicolor-icon-theme-0.10" - -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 -} - -_dracut_initramfs_regen() { - if [ -x $(which dracut) ]; then - dracut -N -f --no-hostonly-cmdline - fi -} - -pkg_postinst() { - # regenerate initramfs to include plymouth theme changes - if [ $(stat -c %d:%i /) == $(stat -c %d:%i /proc/1/root/.) ]; then - _dracut_initramfs_regen - fi -} diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r2.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r2.ebuild new file mode 100644 index 00000000..49b1cb0f --- /dev/null +++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r2.ebuild @@ -0,0 +1,53 @@ +# 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 + sys-boot/plymouth + >=x11-themes/hicolor-icon-theme-0.10" + +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 +} + +_dracut_initramfs_regen() { + if [ -x $(which dracut) ]; then + dracut -N -f --no-hostonly-cmdline + fi +} + +pkg_postinst() { + # regenerate initramfs to include plymouth theme changes + if [ $(stat -c %d:%i /) == $(stat -c %d:%i /proc/1/root/.) ]; then + _dracut_initramfs_regen + fi +} -- cgit v1.2.3