diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-10-27 18:38:05 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-10-27 18:38:05 +0200 |
commit | 24934e623441310f644e5f72855b0f2bf9f3cd1a (patch) | |
tree | a453939bf58199bc2c3ff27bcf0accf2b221c6c4 /eclass/kogaion-artwork.eclass | |
parent | 687f45092b4f4ccf33765cee7427f054bae22344 (diff) |
Incoming! Moving Rogento.git to kogaion-desktop. Finally
Diffstat (limited to 'eclass/kogaion-artwork.eclass')
-rw-r--r-- | eclass/kogaion-artwork.eclass | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/eclass/kogaion-artwork.eclass b/eclass/kogaion-artwork.eclass index e537c9e8..f20a2fd0 100644 --- a/eclass/kogaion-artwork.eclass +++ b/eclass/kogaion-artwork.eclass @@ -1,8 +1,5 @@ # Copyright 2004-2009 Sabayon Project -# Copyright 2012 Rogentos # Distributed under the terms of the GNU General Public License v2 -# Original Authors: Sabayon Team -# Maintainer BlackNoxis <stefan.cristian at rogentos.ro> # $ inherit eutils @@ -16,15 +13,18 @@ KERN_INITRAMFS_SEARCH_NAME="${KERN_INITRAMFS_SEARCH_NAME:-initramfs-genkernel*}" # @ECLASS-VARIABLE: GFX_SPLASH_NAME # @DESCRIPTION: # Default splash theme name to use -GFX_SPLASH_NAME="${GFX_SPLASH_NAME:-kogaion}" +GFX_SPLASH_NAME="${GFX_SPLASH_NAME:-rogentos}" + +# @ECLASS-VARIABLE: PLYMOUTH_THEME +# @DESCRIPTION: +# Default plymouth theme name to use +PLYMOUTH_THEME="${PLYMOUTH_THEME:-rogentos}" # @FUNCTION: update_kernel_initramfs_splash # @USAGE: update_kernel_initramfs_splash [splash_theme] [splash_file] # @RETURN: 1, if something went wrong # # @MAINTAINER: -# Brindusa Stefan Cristian -# @AUTHOR: # Fabio Erculiani update_kernel_initramfs_splash() { @@ -39,16 +39,14 @@ update_kernel_initramfs_splash() { } -# @FUNCTION: update_sabayon_kernel_initramfs_splash -# @USAGE: update_sabayon_kernel_initramfs_splash +# @FUNCTION: update_kogaion_kernel_initramfs_splash +# @USAGE: update_kogaion_kernel_initramfs_splash # -# @AUTHOR: -# Fabio Erculiani # @MAINTAINER: -# Brindusa Stefan Cristian -update_sabayon_kernel_initramfs_splash() { +# Stefan Cristian B. +update_kogaion_kernel_initramfs_splash() { local splash_name="${GFX_SPLASH_NAME}" - local override_splash_file="${ROOT}etc/splash_name" + local override_splash_file="${ROOT}etc/oem/splash_name" if [ -f "${override_splash_file}" ]; then found_splash_name=$(cat "${override_splash_file}" | cut -d" " -f 1) if [ -d "/etc/splash/${found_splash_name}" ]; then |