Bump ES theme, move themes out of ES directory.

This commit is contained in:
fewtarius 2022-02-20 08:30:10 -05:00
parent 3be1aeba29
commit e77d543549
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 1 additions and 19 deletions

View file

@ -4,7 +4,7 @@
PKG_NAME="es-theme-art-book-next"
PKG_REV="1"
PKG_VERSION="09b5e0d"
PKG_VERSION="eb75225"
PKG_ARCH="any"
PKG_LICENSE="CUSTOM"
PKG_SITE="https://github.com/anthonycaccese/es-theme-art-book-next"

View file

@ -1,18 +0,0 @@
# SPDX-License-Identifier: GPL-2.0-or-later
PKG_NAME="alekfull-nx"
PKG_REV="1"
PKG_VERSION="c365f69a9d9ad70e288de0d5c796f19c729c064f"
PKG_ARCH="any"
PKG_LICENSE="unknown"
PKG_SITE="https://github.com/fagnerpc/Alekfull-NX"
PKG_URL="$PKG_SITE.git"
GET_HANDLER_SUPPORT="git"
PKG_SHORTDESC="ALEKFULL NX theme"
PKG_LONGDESC="ALEKFULL NX theme"
PKG_TOOLCHAIN="manual"
makeinstall_target() {
mkdir -p $INSTALL/usr/config/emulationstation/themes/$PKG_NAME
cp -rf * $INSTALL/usr/config/emulationstation/themes/$PKG_NAME
}