mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
commit
7e0b1b6b8b
@ -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"
|
||||||
|
@ -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>
|
||||||
|
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user