diff options
author | bionel <ionel.busuioc@gmail.com> | 2015-08-24 16:22:40 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2015-08-24 16:22:40 +0300 |
commit | 6b919d19ef567ef8e3fb5c947039b0db77dd5d04 (patch) | |
tree | ebe5286dc2fbeab43607825c3fbbcd72436a9bdf | |
parent | bf74fe346f371e749c9b901ed208a3910a82a9f5 (diff) |
kogaion-artwork-core upgraded
new file: x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.2.ebuild
Not manifested !!!
-rw-r--r-- | x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.2.ebuild | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.2.ebuild b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.2.ebuild new file mode 100644 index 00000000..34097118 --- /dev/null +++ b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.2.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2012 Sabayon Promotion +# Copyright 2011-2015 Kogaion Linux +# Distributed under the terms of the GNU General Public License v2 +# Original Authors Sabayon Team +# Maintainer BlackNoxis <stefan.cristian at rogentos.ro> + +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/~rogentos/distro/${CATEGORY}/${PN}/"${PN}"-${PV}.tar.gz + mirror://kogaion/${CATEGORY}/"${PN}"/${P}.tar.gz" + +LICENSE="CCPL-Attribution-ShareAlike-3.0" +SLOT="0" +KEYWORDS="~arm ~x86 ~amd64" +IUSE="" +RDEPEND="sys-apps/findutils + !<sys-boot/grub-0.97-r22 + !x11-themes/rogentos-artwork-core" + +S="${WORKDIR}"/"${PN}" + +src_install() { + # Fbsplash theme - dropped!!! + # insinto "${S}"/fbsplash + # dodir /etc/splash/kogaion + # insinto /etc/splash/kogaion/ + # doins -r "${S}"/fbsplash/kogaion/* + + # Cursors + insinto /usr/share/cursors/xorg-x11/ + doins -r "${S}"/mouse/RezoBlue + + # Wallpapers + insinto /usr/share/backgrounds/ + doins "${S}"/background/*.png + doins -r "${S}"/background/nature + + # Backdrop functionality for Xfce + + # drop, no longer needed with 4.12 + #insinto /usr/share/xfce4/backdrops/ + #doins "${S}"/background/*.png + #doins "${S}"/background/*.jpg + + # Plymouth theme + + #insinto /usr/share/plymouth + #doins "${S}"/plymouth/bizcom.png # dropped with new script to avoid collision + insinto /usr/share/plymouth/themes + doins -r "${S}"/plymouth/themes/kogaion + + # Apply our tricks + + insinto /usr/share/cursors/xorg-x11 + dosym RezoBlue /usr/share/cursors/xorg-x11/default || "RezoBlue not found" #set default xcursor + dosym /usr/share/backgrounds/entropy.png /usr/share/backgrounds/kgdm.png || "Failed to copy" #set bg for lightdm + dosym /usr/share/backgrounds/flame.png /usr/share/backgrounds/kogaionlinux.png || "Failed to copy" #set bg for something unknown +} + +pkg_postinst() { + # mount boot first + mount-boot_mount_boot_partition + + # Update Kogaion initramfs images + # update_kogaion_kernel_initramfs_splash # Disabled. We DROP fbsplash!!! + + einfo "Please report bugs or glitches to" + einfo "BlackNoxis" +} |