Merge pull request #547 from fewtarius/dev

Exclude portmaster and thememaster on Win600.
This commit is contained in:
fewtarius 2022-09-24 09:48:13 -04:00 committed by GitHub
commit 7b342e7c1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -4,7 +4,7 @@
PKG_NAME="portmaster" PKG_NAME="portmaster"
PKG_VERSION="" PKG_VERSION=""
PKG_ARCH="any" PKG_ARCH="aarch64"
PKG_URL="https://github.com/christianhaitian/PortMaster/raw/main/PortMaster.zip" PKG_URL="https://github.com/christianhaitian/PortMaster/raw/main/PortMaster.zip"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="tools" PKG_SECTION="tools"

View file

@ -24,7 +24,8 @@ makeinstall_target() {
chmod 0755 ${INSTALL}/usr/config/modules/* chmod 0755 ${INSTALL}/usr/config/modules/*
case ${ARCH} in case ${ARCH} in
x86_64) x86_64)
rm -f "${INSTALL}/usr/config/Start 32bit Retroarch.sh" rm -f "${INSTALL}/usr/config/*32bit*"
rm -f "${INSTALL}/usr/config/*Master*"
;; ;;
esac esac
} }

View file

@ -4,7 +4,7 @@
PKG_NAME="thememaster" PKG_NAME="thememaster"
PKG_VERSION="09bee95fea09760355777af824a7ad41dc1ae577" PKG_VERSION="09bee95fea09760355777af824a7ad41dc1ae577"
PKG_ARCH="any" PKG_ARCH="aarch64"
PKG_SITE="https://github.com/JohnIrvine1433/ThemeMaster" PKG_SITE="https://github.com/JohnIrvine1433/ThemeMaster"
PKG_URL="${PKG_SITE}.git" PKG_URL="${PKG_SITE}.git"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"