From 6fb50c25efe39b1a724b2e940c17de6829b418ce Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 8 Apr 2017 11:41:32 +0100 Subject: bump artwork-core && artwork-community to 1704 Epsilon Eridani --- x11-themes/redcore-artwork-core/Manifest | 2 +- .../redcore-artwork-core-1703.ebuild | 48 ---------------------- .../redcore-artwork-core-1704.ebuild | 48 ++++++++++++++++++++++ 3 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1703.ebuild create mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1704.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 1f4c9670..04048989 100644 --- a/x11-themes/redcore-artwork-core/Manifest +++ b/x11-themes/redcore-artwork-core/Manifest @@ -1 +1 @@ -DIST redcore-artwork-core-1703.tar.xz 18828920 SHA256 cfb9c4481b1fbc4218bdf1d77c24a07d82b7da6d2fb2eb8614d32480c39c00d0 SHA512 e3ba8e99b9fae13abcc6670386ded0ece824dd23e05b38517c126e4335bdb0681bb4dff82be721e0f9751d5980149bb0d9d5e613c5bd3458d15c5f8475b6e545 WHIRLPOOL 937e192a5b460c016b72b5d73b027af7005ce960749c6ae17b61d8f781cbad42b9c8dc4447acaf4fbe94bf1bf81554105b4c98e38aac7e03e0f9eb22d99fac86 +DIST redcore-artwork-core-1704.tar.xz 18828784 SHA256 ebabb4ab9f83108b05a5c20c55458e9219812a2bce185bf26196c1c90edf974f SHA512 fc3edb82d928adb957b734000cc3028ae93c2759e165430826574daac000de1c49ca854c119e9e61cee1a00f67e6b34f0b1770e317e0a9fa6abce090ddbc3ddb WHIRLPOOL 78d2b25a958c66ec172a1b1aeeae8822b489dffe80477a8265e661635cbe3c9375825d59bf65a489dd9f5e98f6979679392e6c4844ae016249b67ce9af9ce45b diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1703.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1703.ebuild deleted file mode 100644 index c13c3207..00000000 --- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1703.ebuild +++ /dev/null @@ -1,48 +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/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 -} - -pkg_postinst() { - # regenerate initramfs to include plymouth theme changes - dracut -f -} diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1704.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1704.ebuild new file mode 100644 index 00000000..8e87e245 --- /dev/null +++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1704.ebuild @@ -0,0 +1,48 @@ +# 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://mirror.math.princeton.edu/pub/redcorelinux/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 +} + +pkg_postinst() { + # regenerate initramfs to include plymouth theme changes + dracut -f +} -- cgit v1.2.3