From f6328d1017b2151d6ba10b0658fa4742403a0388 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 31 Mar 2018 11:56:58 +0100 Subject: x11-themes/redcore-artwork-core : dummy bump --- x11-themes/redcore-artwork-core/Manifest | 2 +- .../redcore-artwork-core-1801.ebuild | 44 ---------------------- .../redcore-artwork-core-1803.ebuild | 43 +++++++++++++++++++++ 3 files changed, 44 insertions(+), 45 deletions(-) delete mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1801.ebuild create 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/Manifest b/x11-themes/redcore-artwork-core/Manifest index f8777174..e22ad3df 100644 --- a/x11-themes/redcore-artwork-core/Manifest +++ b/x11-themes/redcore-artwork-core/Manifest @@ -1 +1 @@ -DIST redcore-artwork-core-1801.tar.xz 18830396 SHA256 0a0a31e162e48729318653a6f99b9e25030b921e6b9c1cf2ce838f69df2d4330 SHA512 520ca281cb3244ed132de678db90d384aa72f9a2dfa537397a629fc8b61ac29d2d133923253e3f97fd01dcf59881316d40d91a05c821f0a8d7ac7dcc353f4dc1 WHIRLPOOL ab3c7ac1d08b6cbd220c0e386b7ca74a77755d348b6a023d80f3989def3f3e3fce9061af8ef7a2c74e2d53f4d3af5cfa0560e3e585e5bd34fdadc95a5f956ca6 +DIST redcore-artwork-core.tar.xz 18829808 BLAKE2B 69d09b1397182d8fa4814da9939cdc7f230f9c7a7a7ca176b409f97b50915821d6b93a139a2b9703f6789f0393ba16eb82e4ad2e89d46f6ff0d386eb4b8937ec SHA512 64508a2783237a3a40b8b63f2f10730ee4678c66d91c114f0c0d089b0b72246d796aa9cc8a346b54ab85d17fc57bc87c4fd1d0a1d1588d0c673c63027cf14191 diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1801.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1801.ebuild deleted file mode 100644 index 7dba1c82..00000000 --- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1801.ebuild +++ /dev/null @@ -1,44 +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/${P}.tar.xz" - -LICENSE="CCPL-Attribution-ShareAlike-3.0" -SLOT="0" -KEYWORDS="x86 amd64" -IUSE="" -RDEPEND="sys-apps/findutils" - -S="${WORKDIR}"/"${P}" - -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 -} diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1803.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1803.ebuild new file mode 100644 index 00000000..13642dce --- /dev/null +++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1803.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 -f --no-hostonly-cmdline +} -- cgit v1.2.3