summaryrefslogtreecommitdiff
path: root/x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-25 02:31:24 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-25 02:31:24 +0100
commitc7d8bfca163261c866db0eceed502daa422531a3 (patch)
treef44ef9bfc893b30917d570818e455125920777a8 /x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r1.ebuild
parent9f5fc46fb7a34f556763a67d885a8427ed380843 (diff)
x11-themes/redcore-artwork-core : revision bump
Diffstat (limited to 'x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r1.ebuild')
-rw-r--r--x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r1.ebuild52
1 files changed, 0 insertions, 52 deletions
diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r1.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r1.ebuild
deleted file mode 100644
index 28efde7a..00000000
--- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2016 Redcore Linux
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="Offical Redcore Linux Core Artwork"
-HOMEPAGE="https://redcorelinux.org"
-SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${PN}.tar.xz"
-
-LICENSE="CCPL-Attribution-ShareAlike-3.0"
-SLOT="0"
-KEYWORDS="x86 amd64"
-IUSE=""
-RDEPEND="sys-apps/findutils
- >=x11-themes/hicolor-icon-theme-0.10"
-
-S="${WORKDIR}"/"${PN}"
-
-src_install() {
- # Cursors
- insinto usr/share/cursors/xorg-x11/
- doins -r mouse/Hacked-Red
- dosym ../../../../usr/share/cursors/xorg-x11/Hacked-Red usr/share/cursors/xorg-x11/default
-
- # Wallpapers
- insinto usr/share/backgrounds/
- doins -r background/nature
-
- # Logos
- insinto usr/share/pixmaps/
- doins logo/*.png
-
- # Plymouth theme
- insinto usr/share/plymouth
- doins plymouth/bizcom.png
- insinto usr/share/plymouth/themes
- doins -r plymouth/themes/redcore
-}
-
-_dracut_initramfs_regen() {
- if [ -x $(which dracut) ]; then
- dracut -N -f --no-hostonly-cmdline
- fi
-}
-
-pkg_postinst() {
- # regenerate initramfs to include plymouth theme changes
- if [ $(stat -c %d:%i /) == $(stat -c %d:%i /proc/1/root/.) ]; then
- _dracut_initramfs_regen
- fi
-}