From 54c27c73bd2e76fe72d6915ece8db00ec0237ca8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 12 Nov 2016 10:22:13 +0000 Subject: drop redundant eclass, fix logo, revbump --- x11-themes/redcore-artwork-core/Manifest | 2 +- .../redcore-artwork-core-1.0-r1.ebuild | 51 ---------------------- .../redcore-artwork-core-1.0-r2.ebuild | 43 ++++++++++++++++++ 3 files changed, 44 insertions(+), 52 deletions(-) delete mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r1.ebuild create mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r2.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 027ee918..327dc734 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 18888424 SHA256 e3e2563be9d0aac7918a92744a5f39a8c8a1c341b883c43b7c0ab66052c9851c SHA512 73696d68e994774d331c5f02b8d68f93586291878ce2e55f386244c9bee9407f992f3e2c7fa2bc8e14c2c956d190125210dff2d29fcdf551124afe90abef60f6 WHIRLPOOL f887fbc5b3e757a027816654140ae502207af186f180c80609261d8fb078a4ba3eb8ea8acf80feb36341264cb122543bffd20df70131cdfb89132e1fcb6d5dfb +DIST redcore-artwork-core-1.0.tar.xz 18891464 SHA256 5b4ef3fedc3ba44d58e07292b647e1de4954749d96c4ce45adbf8dbb94a93768 SHA512 c8e74d3d3f1ad5adc0eeb90ea0678aceb9b2b19747a5f9e79d0602cbd4ad993b7b7ea1e22392cc4ca8b31366be5a1f83a271525315ef4eaa7f7b46029441047a WHIRLPOOL 27ef774e2e9bcb4ef46e00960e14e264bca7825a0a4cf0f7165f9ca063a744c5c32fe5575548c8bae9a2cc2792447a583172ca0fd05546f52e58fc14bac129d9 diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r1.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r1.ebuild deleted file mode 100644 index fe2d4936..00000000 --- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 2016 Redcore Linux -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit eutils mount-boot - -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 -} - -pkg_postinst() { - # mount boot first - mount-boot_mount_boot_partition - - einfo "Please report bugs or glitches to" - einfo "V3n3RiX" -} 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 new file mode 100644 index 00000000..291fa461 --- /dev/null +++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r2.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