kodi: update to 17.0-alpha3-fc46cf2

This commit is contained in:
MilhouseVH 2016-08-01 00:44:12 +01:00
parent 03795598b1
commit 4a8fefd76a
4 changed files with 3 additions and 11 deletions

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="kodi-theme-Estuary"
PKG_VERSION="17.0-alpha2-f3ca4ea"
PKG_VERSION="17.0-alpha3-fc46cf2"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
@ -50,7 +50,6 @@ makeinstall_target() {
cp -R */ $INSTALL/usr/share/kodi/addons/skin.estuary
cp *.txt $INSTALL/usr/share/kodi/addons/skin.estuary
cp *.xml $INSTALL/usr/share/kodi/addons/skin.estuary
cp *.png $INSTALL/usr/share/kodi/addons/skin.estuary
rm -rf $INSTALL/usr/share/kodi/addons/skin.estuary/media
mkdir -p $INSTALL/usr/share/kodi/addons/skin.estuary/media

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="kodi"
PKG_VERSION="17.0-alpha2-f3ca4ea"
PKG_VERSION="17.0-alpha3-fc46cf2"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -42,13 +42,6 @@ if [ ! -f $HOME/.kodi/userdata/guisettings.xml ] ; then
fi
fi
# cleanup *.fi cache files from .kodi/temp as old version
# of these files can cause random problems/crashes, particularly
# after an upgrade
if [ -d $HOME/.kodi/temp ]; then
rm -f $HOME/.kodi/temp/*.fi
fi
if [ -e /run/lirc/lircd.irtrans ]; then
KODI_ARGS="--lircdev /run/lirc/lircd.irtrans"
else

View File

@ -31,7 +31,7 @@ DEST_DIR="$PKG_NAME-$BRANCH"
echo "getting sources..."
if [ ! -d $DEST_DIR.git ]; then
git clone --depth 1 $GIT_REPO -b $BRANCH $DEST_DIR.git
git clone --depth 128 $GIT_REPO -b $BRANCH $DEST_DIR.git
fi
cd $DEST_DIR.git