From 7300dc2df2a337372ecba62bfca10c67d304a44b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 26 Nov 2016 12:18:26 +0000 Subject: bump core artwork with brand new logo --- x11-themes/redcore-artwork-core/Manifest | 2 +- .../redcore-artwork-core-1.0-r2.ebuild | 43 ---------------------- .../redcore-artwork-core-1.0-r3.ebuild | 43 ++++++++++++++++++++++ 3 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r2.ebuild create mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r3.ebuild diff --git a/x11-themes/redcore-artwork-core/Manifest b/x11-themes/redcore-artwork-core/Manifest index 327dc734..61832cee 100644 --- a/x11-themes/redcore-artwork-core/Manifest +++ b/x11-themes/redcore-artwork-core/Manifest @@ -1 +1 @@ -DIST redcore-artwork-core-1.0.tar.xz 18891464 SHA256 5b4ef3fedc3ba44d58e07292b647e1de4954749d96c4ce45adbf8dbb94a93768 SHA512 c8e74d3d3f1ad5adc0eeb90ea0678aceb9b2b19747a5f9e79d0602cbd4ad993b7b7ea1e22392cc4ca8b31366be5a1f83a271525315ef4eaa7f7b46029441047a WHIRLPOOL 27ef774e2e9bcb4ef46e00960e14e264bca7825a0a4cf0f7165f9ca063a744c5c32fe5575548c8bae9a2cc2792447a583172ca0fd05546f52e58fc14bac129d9 +DIST redcore-artwork-core-1.0.tar.xz 18806112 SHA256 172c44c0f7483979d6b9565e121a08c8fd14e364259cb28e902e86bf9f92822d SHA512 204f217f371d81a98f889763a2bb85e793e0b26f8f8eb1dd7ae4ee2be6c76fea2544cdccf3e3e61f80fec639d74b057213ffe4b8d64709a236643d755e8f755d WHIRLPOOL de67aa32d973bf2814c1f230da61dee6531e0d6ed6f115c603ff15777084434040f68af1c4d3e7410bf1860e04aed10260c0b53d35d32664b8989cf718400fce diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r2.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r2.ebuild deleted file mode 100644 index 291fa461..00000000 --- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r2.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="http://redcorelinux.org" -SRC_URI="http://redcorelinux.org/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/RezoBlue - - # 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 RezoBlue /usr/share/cursors/xorg-x11/default || "RezoBlue not found" #set default xcursor -} diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r3.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r3.ebuild new file mode 100644 index 00000000..291fa461 --- /dev/null +++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r3.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="http://redcorelinux.org" +SRC_URI="http://redcorelinux.org/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/RezoBlue + + # 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 RezoBlue /usr/share/cursors/xorg-x11/default || "RezoBlue not found" #set default xcursor +} -- cgit v1.2.3