summaryrefslogtreecommitdiff
path: root/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-11-12 10:22:13 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-11-12 10:22:13 +0000
commit54c27c73bd2e76fe72d6915ece8db00ec0237ca8 (patch)
tree7778b112931dd762b0f3041cd198c4f131fd2b0e /x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r1.ebuild
parente3fecf7df0c3a253ad8888a16a54a169365ecdd0 (diff)
drop redundant eclass, fix logo, revbump
Diffstat (limited to 'x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r1.ebuild')
-rw-r--r--x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r1.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r1.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r1.ebuild
deleted file mode 100644
index fe2d4936..00000000
--- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2016 Redcore Linux
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils mount-boot
-
-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="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/redcore
-
- # 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 "V3n3RiX"
-}