Skip to content

Commit

Permalink
CoreELEC-settings:Amlogic-ng: bump package to 66112ca0
Browse files Browse the repository at this point in the history
CoreELEC-settings:Amlogic-ne: bump package to a2f126db
  • Loading branch information
Portisch committed May 14, 2024
1 parent e1b86b3 commit 14edf0a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Copyright (C) 2022-present Team CoreELEC (https://coreelec.org)

PKG_NAME="CoreELEC-settings"
PKG_VERSION="7e0bf1901978837f14ac0d3b231824d87884c81f"
PKG_SHA256="a4f2beb39197fa7f28eb8697c563e9d566e745f90304e5aefae66a57d1aba708"
PKG_VERSION="a2f126dbfd4d82559af96fae1b051e4b7da3196e"
PKG_SHA256="b012f9f04f15dbbe7769f606fcce50f3e50f8f5d92251fb5487b0f601082cfa7"
PKG_LICENSE="GPL"
PKG_SITE="https://coreelec.org"
PKG_URL="https://github.com/CoreELEC/service.coreelec.settings/archive/${PKG_VERSION}.tar.gz"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@
# Copyright (C) 2018-present Team CoreELEC (https://coreelec.org)

PKG_NAME="CoreELEC-settings"
PKG_VERSION="61e4b74fee31fdaf6ada91ed8d815c675cf47e11"
PKG_SHA256="9078cfb5658554eb106dbf64752f5f8669328e9ccd58ae3cbd4d27db785f0484"
PKG_VERSION="66112ca0385074cc6304d35df3399a326f9e157f"
PKG_SHA256="c5961676ca65c48c83dd2ed8454a77e4df40d78d8456bde3ebc3b9e33c5e8c82"
PKG_LICENSE="GPL"
PKG_SITE="https://coreelec.org"
PKG_URL="https://github.com/CoreELEC/service.coreelec.settings/archive/$PKG_VERSION.tar.gz"
PKG_URL="https://github.com/CoreELEC/service.coreelec.settings/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain Python3 connman pygobject dbus-python"
PKG_LONGDESC="CoreELEC-settings: is a settings dialog for CoreELEC"

PKG_MAKE_OPTS_TARGET="DISTRONAME=$DISTRONAME ADDON_VERSION=$ADDON_VERSION ROOT_PASSWORD=$ROOT_PASSWORD"
PKG_MAKE_OPTS_TARGET="DISTRONAME=${DISTRONAME} ADDON_VERSION=${ADDON_VERSION} ROOT_PASSWORD=${ROOT_PASSWORD}"

if [ "$DISPLAYSERVER" = "x11" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET setxkbmap"
if [ "${DISPLAYSERVER}" = "x11" ]; then
PKG_DEPENDS_TARGET="${PKG_DEPENDS_TARGET} setxkbmap"
else
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET bkeymaps"
PKG_DEPENDS_TARGET="${PKG_DEPENDS_TARGET} bkeymaps"
fi

post_makeinstall_target() {
mkdir -p $INSTALL/usr/lib/coreelec
cp $PKG_DIR/scripts/* $INSTALL/usr/lib/coreelec
mkdir -p ${INSTALL}/usr/lib/coreelec
cp ${PKG_DIR}/scripts/* ${INSTALL}/usr/lib/coreelec

ADDON_INSTALL_DIR=$INSTALL/usr/share/kodi/addons/service.coreelec.settings
ADDON_INSTALL_DIR=${INSTALL}/usr/share/kodi/addons/service.coreelec.settings

$TOOLCHAIN/bin/python -Wi -t -B $TOOLCHAIN/lib/$PKG_PYTHON_VERSION/compileall.py $ADDON_INSTALL_DIR/resources/lib/ -f
rm -rf $(find $ADDON_INSTALL_DIR/resources/lib/ -name "*.py")
${TOOLCHAIN}/bin/python -Wi -t -B ${TOOLCHAIN}/lib/${PKG_PYTHON_VERSION}/compileall.py ${ADDON_INSTALL_DIR}/resources/lib/ -f
rm -rf $(find ${ADDON_INSTALL_DIR}/resources/lib/ -name "*.py")

$TOOLCHAIN/bin/python -Wi -t -B $TOOLCHAIN/lib/$PKG_PYTHON_VERSION/compileall.py $ADDON_INSTALL_DIR/oe.py -f
rm -rf $ADDON_INSTALL_DIR/oe.py
${TOOLCHAIN}/bin/python -Wi -t -B ${TOOLCHAIN}/lib/${PKG_PYTHON_VERSION}/compileall.py ${ADDON_INSTALL_DIR}/oe.py -f
rm -rf ${ADDON_INSTALL_DIR}/oe.py
}

post_install() {
Expand Down

0 comments on commit 14edf0a

Please sign in to comment.