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:
Stephan Raue 2010-08-26 22:29:52 +02:00
parent 4c8cb5a861
commit b70c3ef107
4 changed files with 20 additions and 7 deletions

View File

@ -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

View File

@ -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,

View File

@ -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,

View File

@ -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,