mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 05:41:22 +00:00
- all libretro cores updated to latest version - RetroArch updated to 1.20.0 - assets, core-infos, joypad configs, shaders, overlays, databases updated to latest version - easyrpg: removed patch merged upstream, switched to latest commit instead of tag - liblcf: updated to latest version (dep of easyrpg) - libinih: new dep of liblcf/easyrpg - mame: updated patch for crosscompilation - mupen64_plus_next: updated patch for gcc14 buildfix - picodrive: dropped patch merged upstream - retroarch: updated patch for saving to default config - retroarch: drop libXv dep for x11 build (pkg was removed) - ppsspp: drop old patch - snes9x2002: dropped ARM_ASM=1 from make options for RPi0/1 - fbalpha2012: add buildfix patch - yabasanshiro: dropped patch for RPi5 merged upstream - yabasanshiro: added patch with function declaration - yabasanshiro: re-enable for most targets
17 lines
529 B
Makefile
17 lines
529 B
Makefile
PKG_NAME="retroarch_assets"
|
|
PKG_VERSION="c4f1ec8bddba15e1b1a00a7e56c50cf0eca8b5c9"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/libretro/retroarch-assets"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_LONGDESC="RetroArch assets. Background and icon themes for the menu drivers."
|
|
PKG_TOOLCHAIN="manual"
|
|
|
|
makeinstall_target() {
|
|
make -C ${PKG_BUILD} install INSTALLDIR="${INSTALL}/usr/share/retroarch/assets"
|
|
}
|
|
|
|
post_makeinstall_target() {
|
|
mkdir -p ${INSTALL}/etc/fonts/conf.d
|
|
cp -v ${PKG_DIR}/conf.d/*.conf ${INSTALL}/etc/fonts/conf.d
|
|
}
|