mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/*/options: add option to setup default skin, enable option for setup skins to install
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4c8cb5a861
commit
b70c3ef107
@ -5,10 +5,14 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.openelec.tv"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS="$MEDIACENTER $MEDIACENTER-theme-Confluence plugins"
|
||||
PKG_DEPENDS="$MEDIACENTER $MEDIACENTER-theme-$SKIN_DEFAULT plugins"
|
||||
PKG_BUILD_DEPENDS="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="mediacenter"
|
||||
PKG_SHORTDESC="Mediacenter: Metapackage"
|
||||
PKG_LONGDESC=""
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
for i in "$SKINS"; do
|
||||
PKG_DEPENDS="$PKG_DEPENDS $MEDIACENTER-theme-$i"
|
||||
done
|
@ -57,8 +57,11 @@
|
||||
# Mediacenter to use (xbmc / no)
|
||||
MEDIACENTER="xbmc-dharma"
|
||||
|
||||
# Skins to install (Vision2)
|
||||
SKINS="Vision2"
|
||||
# Skins to install (Confluence)
|
||||
SKINS="Confluence"
|
||||
|
||||
# Default Skin (Confluence)
|
||||
SKIN_DEFAULT="Confluence"
|
||||
|
||||
# Plugins for XBMC to install (SABnzbd)
|
||||
# Space separated list is supported,
|
||||
|
@ -57,8 +57,11 @@
|
||||
# Mediacenter to use (xbmc / no)
|
||||
MEDIACENTER="xbmc-dharma"
|
||||
|
||||
# Skins to install (Vision2)
|
||||
SKINS="Vision2"
|
||||
# Skins to install (Confluence)
|
||||
SKINS="Confluence"
|
||||
|
||||
# Default Skin (Confluence)
|
||||
SKIN_DEFAULT="Confluence"
|
||||
|
||||
# Plugins for XBMC to install (SABnzbd)
|
||||
# Space separated list is supported,
|
||||
|
@ -57,8 +57,11 @@
|
||||
# Mediacenter to use (xbmc / no)
|
||||
MEDIACENTER="xbmc-dharma"
|
||||
|
||||
# Skins to install (Vision2)
|
||||
SKINS="Vision2"
|
||||
# Skins to install (Confluence)
|
||||
SKINS="Confluence"
|
||||
|
||||
# Default Skin (Confluence)
|
||||
SKIN_DEFAULT="Confluence"
|
||||
|
||||
# Plugins for XBMC to install (SABnzbd)
|
||||
# Space separated list is supported,
|
||||
|
Loading…
x
Reference in New Issue
Block a user