Add terminal theme.
This commit is contained in:
parent
2d2d3fe133
commit
4063bc924a
2 changed files with 21 additions and 1 deletions
20
packages/themes/es-theme-terminal/package.mk
Normal file
20
packages/themes/es-theme-terminal/package.mk
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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-terminal"
|
||||
PKG_VERSION="6ff041a2504dfaaa7db4f306f811e2637e7ed67b"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="CUSTOM"
|
||||
PKG_SITE="https://github.com/anthonycaccese/es-theme-terminal"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
GET_HANDLER_SUPPORT="git"
|
||||
PKG_SHORTDESC="Terminal"
|
||||
PKG_LONGDESC="Terminal theme by Anthony Caccese"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p ${INSTALL}/usr/share/themes/${PKG_NAME}
|
||||
cp -rf * ${INSTALL}/usr/share/themes/${PKG_NAME}
|
||||
}
|
|
@ -19,7 +19,7 @@ GET_HANDLER_SUPPORT="git"
|
|||
PKG_PATCH_DIRS+="${DEVICE}"
|
||||
|
||||
# themes for Emulationstation
|
||||
PKG_DEPENDS_TARGET="${PKG_DEPENDS_TARGET} es-theme-art-book-next"
|
||||
PKG_DEPENDS_TARGET="${PKG_DEPENDS_TARGET} es-theme-art-book-next es-theme-terminal"
|
||||
|
||||
PKG_CMAKE_OPTS_TARGET=" -DENABLE_EMUELEC=1 -DGLES2=1 -DDISABLE_KODI=1 -DENABLE_FILEMANAGER=0 -DCEC=0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue