From 2ec361898baf46826cddd26a68e03f3e55b6b6e0 Mon Sep 17 00:00:00 2001 From: bionel Date: Thu, 7 Apr 2016 17:19:24 +0300 Subject: artwork-core updated with new plymouth and logo --- .../kogaion-artwork-core-3.ebuild | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 x11-themes/kogaion-artwork-core/kogaion-artwork-core-3.ebuild (limited to 'x11-themes/kogaion-artwork-core') diff --git a/x11-themes/kogaion-artwork-core/kogaion-artwork-core-3.ebuild b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-3.ebuild new file mode 100644 index 00000000..e234dc03 --- /dev/null +++ b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-3.ebuild @@ -0,0 +1,54 @@ +# Copyright 2011-2015 Kogaion Linux +# Distributed under the terms of the GNU General Public License v2 +# Maintainer BlackNoxis + +EAPI=4 +inherit eutils mount-boot kogaion-artwork + +DESCRIPTION="Offical Kogaion-Linux Core Artwork" +HOMEPAGE="http://www.rogentos.ro" +SRC_URI="http://pkg.rogentos.ro/distfiles/${CATEGORY}/${PN}/"${PN}"-${PV}.tar.gz" + +LICENSE="CCPL-Attribution-ShareAlike-3.0" +SLOT="0" +KEYWORDS="~arm 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/kogaion + #insinto /usr/share/plymouth/ + #newins "${S}"/plymouth/themes/kogaion/kogaion-logo.png bizcom.png + + # 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 "BlackNoxis" +} -- cgit v1.2.3 From c64886ae22bb79971251e3e0ec325e6874f367f5 Mon Sep 17 00:00:00 2001 From: bionel Date: Thu, 7 Apr 2016 17:22:42 +0300 Subject: small mistake corrected --- x11-themes/kogaion-artwork-core/kogaion-artwork-core-3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-themes/kogaion-artwork-core') diff --git a/x11-themes/kogaion-artwork-core/kogaion-artwork-core-3.ebuild b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-3.ebuild index e234dc03..8e43949e 100644 --- a/x11-themes/kogaion-artwork-core/kogaion-artwork-core-3.ebuild +++ b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-3.ebuild @@ -32,7 +32,7 @@ src_install() { # Plymouth theme - #insinto /usr/share/plymouth + insinto /usr/share/plymouth doins "${S}"/plymouth/bizcom.png # back to our bizcom insinto /usr/share/plymouth/themes doins -r "${S}"/plymouth/themes/kogaion -- cgit v1.2.3