kodi: remove outdated and defunct kodi.game repository

We included it to give easy access to the zachmorris repo, but
kodi.game repo hasn't been updated in ages and the ancient zachmorris
repo referenced by it is now defunct and results in errors in kodi.log

error <general>: Repository add-on repository.zachmorris uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
error <general>: Repository add-on repository.zachmorris does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition

Let's just drop it, anyone who wants to use the zachmorris repo can
easily install it from ZIP.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2022-11-06 22:24:17 +01:00
parent 6413c3f69b
commit da1426d568
3 changed files with 0 additions and 29 deletions

View File

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.kodi.game"
name="Kodi game add-on repository (alpha)"
version="1.0.0"
provider-name="Team Kodi">
<requires>
<import addon="xbmc.addon" version="15.0.0"/>
</requires>
<extension point="xbmc.addon.repository" name="Kodi game add-on repository (alpha)">
<dir>
<info compressed="false">https://raw.githubusercontent.com/kodi-game/repository.kodi.game/master/release/addons.xml</info>
<checksum>https://raw.githubusercontent.com/kodi-game/repository.kodi.game/master/release/addons.xml.md5</checksum>
<datadir zip="true">https://github.com/kodi-game/repository.kodi.game/raw/master/release/</datadir>
<hashes>false</hashes>
</dir>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Install game add-ons from Kodi.tv</summary>
<description lang="en_GB">This repository is for development builds of Kodi's RetroPlayer project.</description>
<license>GPLv2</license>
<forum>http://forum.kodi.tv/forumdisplay.php?fid=194</forum>
<website>http://kodi.tv</website>
<source>https://github.com/kodi-game/repository.kodi.game</source>
<nofanart>true</nofanart>
<platform>all</platform>
</extension>
</addon>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -377,7 +377,6 @@ post_makeinstall_target() {
cp -R ${PKG_DIR}/config/repository.libreelec.tv ${INSTALL}/usr/share/kodi/addons
sed -e "s|@ADDON_URL@|${ADDON_URL}|g" -i ${INSTALL}/usr/share/kodi/addons/repository.libreelec.tv/addon.xml
sed -e "s|@ADDON_VERSION@|${ADDON_VERSION}|g" -i ${INSTALL}/usr/share/kodi/addons/repository.libreelec.tv/addon.xml
cp -R ${PKG_DIR}/config/repository.kodi.game ${INSTALL}/usr/share/kodi/addons
mkdir -p ${INSTALL}/usr/share/kodi/config
@ -413,7 +412,6 @@ post_makeinstall_target() {
ADDON_MANIFEST=${INSTALL}/usr/share/kodi/system/addon-manifest.xml
xmlstarlet ed -L -d "/addons/addon[text()='service.xbmc.versioncheck']" ${ADDON_MANIFEST}
xmlstarlet ed -L -d "/addons/addon[text()='skin.estouchy']" ${ADDON_MANIFEST}
xmlstarlet ed -L --subnode "/addons" -t elem -n "addon" -v "repository.kodi.game" ${ADDON_MANIFEST}
xmlstarlet ed -L --subnode "/addons" -t elem -n "addon" -v "repository.libreelec.tv" ${ADDON_MANIFEST}
if [ -n "${DISTRO_PKG_SETTINGS}" ]; then
xmlstarlet ed -L --subnode "/addons" -t elem -n "addon" -v "${DISTRO_PKG_SETTINGS_ID}" ${ADDON_MANIFEST}