script.config.vdr 103

- remove "HD Channels" option
- fix for Leia skinning engine changes
- convert addon.xml language format to latest
- only show revision number once
This commit is contained in:
mglae 2018-11-14 00:39:58 +01:00
parent fcb157c015
commit ab6d3251f1
3 changed files with 20 additions and 16 deletions

View File

@ -1,3 +1,7 @@
103
- scan: "HD Channels" option does not exist any more
- fix for Leia skinning engine changes
102
- fix maintainer name

View File

@ -2,9 +2,9 @@
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
PKG_NAME="script.config.vdr"
PKG_VERSION="61c2dde"
PKG_SHA256="40e204ceae6e1e0c30810b891e0fb240ceec2988bab9c41d265f94db6b3c121f"
PKG_REV="102"
PKG_VERSION="0345a2a3b98de48cbbaf77768ca6c9289f531e2b"
PKG_SHA256="793676258c399427047a7d6628984358c67b1180b98df44b48647d20e8f9395b"
PKG_REV="103"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="https://libreelec.tv"
@ -19,7 +19,7 @@ PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="dummy"
make_target() {
sed -e "s|@ADDON_VERSION@|$ADDON_VERSION.$PKG_REV|g" \
sed -e "s|@ADDON_VERSION@|$ADDON_VERSION|g" \
-e "s|@OS_VERSION@|$OS_VERSION|g" \
-i addon.xml
}

View File

@ -7,25 +7,25 @@
<import addon="os.libreelec.tv" version="@OS_VERSION@"/>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<extension library="default.py" point="xbmc.python.pluginsource">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="de">VDR-Sendersuchlauf und DiSEqC-Konfiguration</summary>
<summary lang="en">VDR channel scan and Diseqc Configuration</summary>
<summary lang="de_DE">VDR-Sendersuchlauf und DiSEqC-Konfiguration</summary>
<summary lang="en_GB">VDR channel scan and Diseqc Configuration</summary>
<summary lang="en_US">VDR channel scan and DiSEqC Configuration</summary>
<summary lang="lt">VDR kanalų paieška ir Diseqc konfigūravimas</summary>
<summary lang="nl">VDR kanaal scan en Diseqc configuratie</summary>
<summary lang="pl">Skanowanie kanałów i konfiguracja Diseqc</summary>
<summary lang="lt_LT">VDR kanalų paieška ir Diseqc konfigūravimas</summary>
<summary lang="nl_NL">VDR kanaal scan en Diseqc configuratie</summary>
<summary lang="pl_PL">Skanowanie kanałów i konfiguracja Diseqc</summary>
<summary lang="pt_BR">Escanear canais VDR e Configuração Diseqc</summary>
<description lang="de">VDR-Sendersuchlauf und DiSEqC-Konfiguration</description>
<description lang="en">VDR channel scan and Diseqc Configuration</description>
<description lang="de_DE">VDR-Sendersuchlauf und DiSEqC-Konfiguration</description>
<description lang="en_GB">VDR channel scan and Diseqc Configuration</description>
<description lang="en_US">VDR channel scan and DiSEqC Configuration</description>
<description lang="lt">VDR kanalų paieška ir Diseqc konfigūravimas</description>
<description lang="nl">VDR kanaal scan en Diseqc configuratie</description>
<description lang="pl">Skanowanie kanałów i konfiguracja Diseqc</description>
<description lang="lt_LT">VDR kanalų paieška ir Diseqc konfigūravimas</description>
<description lang="nl_NL">VDR kanaal scan en Diseqc configuratie</description>
<description lang="pl_PL">Skanowanie kanałów i konfiguracja Diseqc</description>
<description lang="pt_BR">Escanear canais VDR e Configuração Diseqc</description>
<language></language>
<language />
<platform>all</platform>
<news>
@PKG_ADDON_NEWS@