From a6a656e4c45cd8be4fc8f662ac5a3079d31e7761 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 8 Jan 2017 07:26:56 +0000 Subject: bump artwork-core --- x11-themes/redcore-artwork-core/Manifest | 2 +- .../redcore-artwork-core-1.0-r5.ebuild | 43 ---------------------- .../redcore-artwork-core-1701.ebuild | 43 ++++++++++++++++++++++ 3 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r5.ebuild create mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1701.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 369dccf2..0fe10cb6 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 18934252 SHA256 4c1f5e8e6fa766764f11cbd7c2d7598b973a9a674674dca67b74a8c282f6702c SHA512 c262cac6f2b827daa370c6b9cea846514d6aab1a38ec35cf4a3de7b9a5877e0ff622e14eba6a279bc23b2c4746cbbd2582dd9fae41dcd0e14addd7b7387b0187 WHIRLPOOL f911168f4d8113de97ea82dc001bdabb969bc5c71b543c6fe8eafffff731c6ca8a8a791dae5cbfb658a4bd816323f039cf930abc237b403967731cb20aa603ed +DIST redcore-artwork-core-1701.tar.xz 18924600 SHA256 fd60373024fddd28d86bbf8381277d8c6ca7d3bc25226d606d2a0cf42bd5843b SHA512 e52b7212277c538bb11078b8e8aa10fc8dce5ae9843cb8d4bc94c9242d2e6b985b3ed1474ecd3fd337ff49c929628e1a8115c1b14309dcbcbc5347dca999bf87 WHIRLPOOL c7123c05d5e14c9245ae9eab1f5d4f1c49602be8bd9da262b5fd7c357a6420fbd7a54bfd700c3978818f18a60e563cde4f4fa707c8676cf2958cba8937ab9d24 diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r5.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r5.ebuild deleted file mode 100644 index 291fa461..00000000 --- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r5.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-1701.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1701.ebuild new file mode 100644 index 00000000..da6faf1e --- /dev/null +++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1701.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/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 +} -- cgit v1.2.3