From 24934e623441310f644e5f72855b0f2bf9f3cd1a Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Mon, 27 Oct 2014 18:38:05 +0200 Subject: Incoming! Moving Rogento.git to kogaion-desktop. Finally --- eclass/kogaion-artwork.eclass | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'eclass/kogaion-artwork.eclass') 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 # $ 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 -- cgit v1.2.3