diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-11-06 10:47:01 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-11-06 10:47:01 +0000 |
commit | 832fbadeabec537e8b8c32e2555728ba5e847c88 (patch) | |
tree | f65d1ae7c1c3c617f4f603ad59ebf0f6e355971d /x11-themes/kogaion-artwork-core | |
parent | c53237af9916258de235fd7d779b6d0dd3fdeb80 (diff) |
adjust core artwork
Diffstat (limited to 'x11-themes/kogaion-artwork-core')
-rw-r--r-- | x11-themes/kogaion-artwork-core/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/kogaion-artwork-core/kogaion-artwork-core-3.ebuild | 54 |
2 files changed, 0 insertions, 55 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/kogaion-artwork-core/kogaion-artwork-core-3.ebuild b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-3.ebuild deleted file mode 100644 index 8e43949e..00000000 --- a/x11-themes/kogaion-artwork-core/kogaion-artwork-core-3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 2011-2015 Kogaion 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 - -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" -} |