Add terminal theme.

This commit is contained in:
fewtarius 2022-05-31 19:25:48 -04:00
parent 2d2d3fe133
commit 4063bc924a
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 21 additions and 1 deletions

View 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}
}

View file

@ -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"