Merge pull request #48 from MilhouseVH/rebrand2

Thanks :)
This commit is contained in:
Christian Hewitt 2016-03-24 05:54:30 +04:00
commit 7e0b1b6b8b
4 changed files with 6 additions and 6 deletions

View File

@ -26,8 +26,8 @@ PKG_URL=""
PKG_DEPENDS_TARGET="" PKG_DEPENDS_TARGET=""
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="" PKG_SECTION=""
PKG_SHORTDESC="Unfficial OpenELEC.tv Add-on Repository" PKG_SHORTDESC="Unfficial LibreELEC.tv Add-on Repository"
PKG_LONGDESC="Unfficial OpenELEC.tv Add-on Repository" PKG_LONGDESC="Unfficial LibreELEC.tv Add-on Repository"
PKG_IS_ADDON="yes" PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="xbmc.addon.repository" PKG_ADDON_TYPE="xbmc.addon.repository"

View File

@ -11,7 +11,7 @@
</extension> </extension>
<extension point="xbmc.addon.metadata"> <extension point="xbmc.addon.metadata">
<summary>LibreELEC Add-ons (official)</summary> <summary>LibreELEC Add-ons (official)</summary>
<description>The LibreELEC official repository contains Kodi PVR Clients, Screensavers, Visualisations, the unofficial repo installer, and more. Add-ons in this repository are maintained and supported by OpenELEC staff and sponsors. If you find a broken or non-working add-on please report it via the forums.</description> <description>The LibreELEC official repository contains Kodi PVR Clients, Screensavers, Visualisations, the unofficial repo installer, and more. Add-ons in this repository are maintained and supported by LibreELEC staff and sponsors. If you find a broken or non-working add-on please report it via the forums.</description>
<platform>all</platform> <platform>all</platform>
</extension> </extension>
</addon> </addon>

View File

@ -30,7 +30,7 @@ getlog_cmd() {
if which $1 >/dev/null; then if which $1 >/dev/null; then
echo "################################################################################" >> $BASEDIR/$LOGDIR/$LOGFILE echo "################################################################################" >> $BASEDIR/$LOGDIR/$LOGFILE
echo "# ... output of $@" >> $BASEDIR/$LOGDIR/$LOGFILE echo "# ... output of $@" >> $BASEDIR/$LOGDIR/$LOGFILE
echo "# OpenELEC release: $RELEASE" >> $BASEDIR/$LOGDIR/$LOGFILE echo "# LibreELEC release: $RELEASE" >> $BASEDIR/$LOGDIR/$LOGFILE
echo "# $GIT" >> $BASEDIR/$LOGDIR/$LOGFILE echo "# $GIT" >> $BASEDIR/$LOGDIR/$LOGFILE
echo "################################################################################" >> $BASEDIR/$LOGDIR/$LOGFILE echo "################################################################################" >> $BASEDIR/$LOGDIR/$LOGFILE
$@ >> $BASEDIR/$LOGDIR/$LOGFILE 2>/dev/null $@ >> $BASEDIR/$LOGDIR/$LOGFILE 2>/dev/null

View File

@ -26,8 +26,8 @@ PKG_URL=""
PKG_DEPENDS_TARGET="toolchain busybox dialog parted e2fsprogs syslinux" PKG_DEPENDS_TARGET="toolchain busybox dialog parted e2fsprogs syslinux"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="tools" PKG_SECTION="tools"
PKG_SHORTDESC="installer: OpenELEC.tv Install manager" PKG_SHORTDESC="installer: LibreELEC.tv Install manager"
PKG_LONGDESC="OpenELEC.tv Install manager to install the system on any disk" PKG_LONGDESC="LibreELEC.tv Install manager to install the system on any disk"
PKG_IS_ADDON="no" PKG_IS_ADDON="no"
PKG_AUTORECONF="no" PKG_AUTORECONF="no"