7d07eff763
* Apply workaround for no sound / no headphone jack switching (RG353V). * Update ArtBook Next theme. * Ensure the device tree is not swapped after an update. > Note: Exiting RG353V users will need to disable and re-enable the RG353V switch, or run `device-switch RG353V` over ssh.
21 lines
702 B
Makefile
21 lines
702 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2020 Shanti Gilbert (https://github.com/shantigilbert)
|
|
# Copyright (C) 2020 351ELEC team (https://github.com/fewtarius/351ELEC)
|
|
# Copyright (C) 2021 Fewtarius
|
|
|
|
PKG_NAME="es-theme-art-book-next"
|
|
PKG_VERSION="ce90c47bb5c414c8aeb2ecb21b87492e8c5e7ad1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="CUSTOM"
|
|
PKG_SITE="https://github.com/anthonycaccese/art-book-next-batocera"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_GIT_CLONE_BRANCH="2.0"
|
|
GET_HANDLER_SUPPORT="git"
|
|
PKG_SHORTDESC="Art Book Next"
|
|
PKG_LONGDESC="Art Book Next"
|
|
PKG_TOOLCHAIN="manual"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/share/themes/${PKG_NAME}
|
|
cp -rf * ${INSTALL}/usr/share/themes/${PKG_NAME}
|
|
}
|