diff --git a/config/addon/xbmc.broken.xml b/config/addon/xbmc.broken.xml new file mode 100644 index 0000000000..3e41803130 --- /dev/null +++ b/config/addon/xbmc.broken.xml @@ -0,0 +1,35 @@ + + + + + +@REQUIRES@ + + + @PKG_ADDON_PROVIDES@ + + + @PKG_SHORTDESC@ + +@PKG_LONGDESC@ + + +@PKG_DISCLAIMER@ + + +@PKG_ADDON_BROKEN@ + + all + +@PKG_ADDON_NEWS@ + + + resources/icon.png + resources/fanart.png +@PKG_ADDON_SCREENSHOT@ + + + diff --git a/scripts/create_addon b/scripts/create_addon index dd36241f0a..f3e74b4501 100755 --- a/scripts/create_addon +++ b/scripts/create_addon @@ -101,10 +101,12 @@ pack_addon() { if [ ! -z "$PKG_MAINTAINER" ] ; then PROVIDER_NAME="$PKG_MAINTAINER" fi + ADDON_NAME="$PKG_NAME" if [ ! -z "$PKG_ADDON_NAME" ] ; then ADDON_NAME="$PKG_ADDON_NAME" fi + $SED -e "s|@PKG_ADDON_ID@|$PKG_ADDON_ID|g" \ -e "s|@ADDON_NAME@|$ADDON_NAME|g" \ -e "s|@ADDON_VERSION@|$ADDON_VERSION.$PKG_REV|g" \ @@ -116,6 +118,7 @@ pack_addon() { -e "s|@PROVIDER_NAME@|$PROVIDER_NAME|g" \ -e "s|@PKG_ADDON_PROVIDES@|$PKG_ADDON_PROVIDES|g" \ -e "s|@PKG_ADDON_SCREENSHOT@|$PKG_ADDON_SCREENSHOT|g" \ + -e "s|@PKG_ADDON_BROKEN@|$PKG_ADDON_BROKEN|g" \ -i $ADDON_BUILD/$PKG_ADDON_ID/addon.xml debug_strip $ADDON_BUILD/$PKG_ADDON_ID