diff options
-rw-r--r-- | x11-themes/kogaion-artwork-core/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/redcore-artwork-core/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/redcore-artwork-core/redcore-artwork-core-1.ebuild (renamed from x11-themes/kogaion-artwork-core/kogaion-artwork-core-3.ebuild) | 19 |
3 files changed, 9 insertions, 12 deletions
diff --git a/x11-themes/kogaion-artwork-core/Manifest b/x11-themes/kogaion-artwork-core/Manifest deleted file mode 100644 index 42d26043..00000000 --- a/x11-themes/kogaion-artwork-core/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kogaion-artwork-core-3.tar.gz 19063252 SHA256 e5ec6cbff80164e7a364d2c4b1d452a2816aa3fb4cb8042b282cd58ef207ff71 SHA512 c3ff3a3aa25698e3d60220a39d6eac760d413f32bf24cbce34cc454d431005fdd0d8a87db97f4e392b6f78f17c8c6391eb87b61163b4d8f63b7785f986160038 WHIRLPOOL 818aa6d40db25a60796f6a2120c28f984229c77f87d231f467c64f73010a9a3a887c0888ab4a64795404e7cf3575e7a68938a86c1e7cb1ab2758350f59abb8d7 diff --git a/x11-themes/redcore-artwork-core/Manifest b/x11-themes/redcore-artwork-core/Manifest new file mode 100644 index 00000000..d1a56788 --- /dev/null +++ b/x11-themes/redcore-artwork-core/Manifest @@ -0,0 +1 @@ +DIST redcore-artwork-core-1.tar.xz 18888432 SHA256 bc86b9fa45289742e25761151e0a38b20f9b3b603a55e78f266ed2b6c0f3d858 SHA512 d75218e7db895fe24398ee3e7abb951940abe72239970ade8d0e90f0cb0a388414324fbd9502ff6813361ccf21e569b522bedc06d9e76eb9e31099acb27c08c9 WHIRLPOOL d24fd4f5852b040f46a2fb46868b7ac14439b74d4483a3d9192cfe0fde9401a25e732e427f43e5fcc9c67fecceb402a85004d55f00c1526964d06cf800b19969 diff --git a/x11-themes/kogaion-artwork-core/kogaion-artwork-core-3.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1.ebuild index 8e43949e..fe2d4936 100644 --- a/x11-themes/kogaion-artwork-core/kogaion-artwork-core-3.ebuild +++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1.ebuild @@ -1,17 +1,16 @@ -# Copyright 2011-2015 Kogaion Linux +# Copyright 2016 Redcore Linux # Distributed under the terms of the GNU General Public License v2 -# Maintainer BlackNoxis <stefan.cristian at rogentos.ro> EAPI=4 -inherit eutils mount-boot kogaion-artwork +inherit eutils mount-boot -DESCRIPTION="Offical Kogaion-Linux Core Artwork" -HOMEPAGE="http://www.rogentos.ro" -SRC_URI="http://pkg.rogentos.ro/distfiles/${CATEGORY}/${PN}/"${PN}"-${PV}.tar.gz" +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="~arm x86 amd64" +KEYWORDS="x86 amd64" IUSE="" RDEPEND="sys-apps/findutils" @@ -35,9 +34,7 @@ src_install() { insinto /usr/share/plymouth doins "${S}"/plymouth/bizcom.png # back to our bizcom insinto /usr/share/plymouth/themes - doins -r "${S}"/plymouth/themes/kogaion - #insinto /usr/share/plymouth/ - #newins "${S}"/plymouth/themes/kogaion/kogaion-logo.png bizcom.png + doins -r "${S}"/plymouth/themes/redcore # Apply our tricks @@ -50,5 +47,5 @@ pkg_postinst() { mount-boot_mount_boot_partition einfo "Please report bugs or glitches to" - einfo "BlackNoxis" + einfo "V3n3RiX" } |