summaryrefslogtreecommitdiff
path: root/packages/x11-themes/redcore-artwork-core/redcore-artwork-core-1337.exheres-0
diff options
context:
space:
mode:
Diffstat (limited to 'packages/x11-themes/redcore-artwork-core/redcore-artwork-core-1337.exheres-0')
-rw-r--r--packages/x11-themes/redcore-artwork-core/redcore-artwork-core-1337.exheres-062
1 files changed, 62 insertions, 0 deletions
diff --git a/packages/x11-themes/redcore-artwork-core/redcore-artwork-core-1337.exheres-0 b/packages/x11-themes/redcore-artwork-core/redcore-artwork-core-1337.exheres-0
new file mode 100644
index 0000000..95efdf9
--- /dev/null
+++ b/packages/x11-themes/redcore-artwork-core/redcore-artwork-core-1337.exheres-0
@@ -0,0 +1,62 @@
+# Copyright 2018 Redcore Linux Project
+# Distributed under the terms of the GNU General Public License v2
+
+DOWNLOADS="http://mirrors.redcorelinux.org/redcorelinux/distfiles/${PN}.tar.xz"
+
+SUMMARY="Redcore Linux Project core artwork (plymouth, cursors, logos, wallpapers)"
+DESCRIPTION="Redcore Linux Project core artwork"
+HOMEPAGE="https://redcorelinux.org"
+
+LICENCES="CCPL-Attribution-ShareAlike-3.0"
+SLOT="0"
+PLATFORMS="~amd64"
+MYOPTIONS=""
+
+DEPENDENCIES=""
+
+WORK="${WORKBASE}"/"${PN}"
+
+src_prepare() {
+ :
+}
+
+src_configure() {
+ :
+}
+
+src_compile() {
+ :
+}
+
+src_install() {
+ dodir /usr/share/cursors/xorg-x11/
+ insinto /usr/share/cursors/xorg-x11/
+ doins -r mouse/Hacked-Red
+
+ dodir /usr/share/backgrounds/
+ insinto /usr/share/backgrounds/
+ doins -r background/nature
+
+ dodir /usr/share/pixmaps/
+ insinto /usr/share/pixmaps/
+ doins logo/*.png
+
+ dodir /usr/share/plymouth/
+ insinto /usr/share/plymouth/
+ doins plymouth/bizcom.png
+
+ dodir /usr/share/plymouth/themes/
+ 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 dracut initramfs (reason : include updated plymouth theme)
+ _dracut_initramfs_regen
+}