summaryrefslogtreecommitdiff
path: root/x11-themes/kogaion-artwork-core
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-11-06 10:09:26 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-11-06 10:09:26 +0000
commit96bf16b0e6fde5ff49598034a75357192a867873 (patch)
tree552e3f050a52612c514e057f38216044721ae6ad /x11-themes/kogaion-artwork-core
parent93277a685b3bedd2a46c908e5690cf74c647a4f5 (diff)
trim repo size by dumping shitloads of kogaion wallpapers out, only keep one
Diffstat (limited to 'x11-themes/kogaion-artwork-core')
-rw-r--r--x11-themes/kogaion-artwork-core/Manifest1
-rw-r--r--x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.2.ebuild53
2 files changed, 0 insertions, 54 deletions
diff --git a/x11-themes/kogaion-artwork-core/Manifest b/x11-themes/kogaion-artwork-core/Manifest
index 86825dc1..42d26043 100644
--- a/x11-themes/kogaion-artwork-core/Manifest
+++ b/x11-themes/kogaion-artwork-core/Manifest
@@ -1,2 +1 @@
-DIST kogaion-artwork-core-2.2.tar.gz 21891361 SHA256 89fa48ca68e27f814ae68fcf9753f07c3f394a68c94331c418b08822ffb3e496 SHA512 5b866ebd5c7622630021d7b04e63a727cae64521092047450d57f7535049147c8486f2563b81309bf3f23a5b08e2a9730c0cea09bd7104a247e0c692a6d0ce6e WHIRLPOOL 3e4541a386be85df4f2d800142859badd67278a0fd1b756c0ae23e987635f54f2d59676efe22af30dad9453288000038243c990141eb24e42956b29219a7d97d
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-2.2.ebuild b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.2.ebuild
deleted file mode 100644
index 031af0a8..00000000
--- a/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.2.ebuild
+++ /dev/null
@@ -1,53 +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 "${S}"/background/*.png
- doins -r "${S}"/background/nature
-
- # 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
- 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
- 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
-
- einfo "Please report bugs or glitches to"
- einfo "BlackNoxis"
-}