1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/retroarch_ynh.git synced 2024-09-03 20:16:12 +02:00

Merge pull request #28 from YunoHost-Apps/testing

1.10.0
This commit is contained in:
Krakinou 2022-02-02 19:24:42 +01:00 committed by GitHub
commit 738dc105fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 13 additions and 8 deletions

View file

@ -21,7 +21,7 @@ In addition to this, you are able to run original game discs (CDs) from RetroArc
RetroArch has advanced features like shaders, netplay, rewinding, next-frame response times, runahead, machine translation, blind accessibility features, and more! RetroArch has advanced features like shaders, netplay, rewinding, next-frame response times, runahead, machine translation, blind accessibility features, and more!
**Shipped version:** 1.9.12 **Shipped version:** 1.10.0
**Demo:** https://web.libretro.com/ **Demo:** https://web.libretro.com/

View file

@ -17,7 +17,7 @@ In addition to this, you are able to run original game discs (CDs) from RetroArc
RetroArch has advanced features like shaders, netplay, rewinding, next-frame response times, runahead, machine translation, blind accessibility features, and more! RetroArch has advanced features like shaders, netplay, rewinding, next-frame response times, runahead, machine translation, blind accessibility features, and more!
**Version incluse :** 1.9.12 **Version incluse :** 1.10.0
**Démo :** https://web.libretro.com/ **Démo :** https://web.libretro.com/

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://buildbot.libretro.com/stable/__UPSTREAM_VERSION__/emscripten/RetroArch.7z SOURCE_URL=https://buildbot.libretro.com/stable/__UPSTREAM_VERSION__/emscripten/RetroArch.7z
SOURCE_SUM=0c7283e5cda7784649f541a01aba52935e9f1edcacf5a39503b7c211ae19d984 SOURCE_SUM=7b8d73a8debea6bebf84ce62308f28c954eba152e5894c961370332ae34619b2
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=7z SOURCE_FORMAT=7z
SOURCE_EXTRACT=false SOURCE_EXTRACT=false

View file

@ -1,2 +1,2 @@
#This script will update the core index every 5 minutes so that they are available in retroarch #This script will update the core index every 5 minutes so that they are available in retroarch
*/5 * * * * root __FINAL_PATH__/indexer.sh > /dev/null 2>&1 */5 * * * * root __FINAL_PATH__/indexer.sh > /dev/null 2>&1

View file

@ -6,10 +6,10 @@
"en": "Emulate videogames system and play videogames through your web browser", "en": "Emulate videogames system and play videogames through your web browser",
"fr": "Emulez des consoles de jeux et jouer à ces jeux vidéos dans votre explorateur web" "fr": "Emulez des consoles de jeux et jouer à ces jeux vidéos dans votre explorateur web"
}, },
"version": "1.9.12~ynh1", "version": "1.10.0~ynh2",
"url": "http://www.retroarch.com/", "url": "http://www.retroarch.com/",
"upstream": { "upstream": {
"version": "1.9.12", "version": "1.10.0",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"website": "http://www.retroarch.com/", "website": "http://www.retroarch.com/",
"demo": "https://web.libretro.com/", "demo": "https://web.libretro.com/",

View file

@ -102,7 +102,6 @@ chmod 744 $final_path/indexer.sh
#setup cron file #setup cron file
cron_path="/etc/cron.d/$app" cron_path="/etc/cron.d/$app"
ynh_add_config --template="../conf/retroarch.cron" --destination="$cron_path" ynh_add_config --template="../conf/retroarch.cron" --destination="$cron_path"
chown www-data: "$cron_path"
chmod 644 "$cron_path" chmod 644 "$cron_path"
#================================================= #=================================================
@ -128,6 +127,8 @@ ynh_add_nginx_config
# Set permissions to app files # Set permissions to app files
chown -R www-data: $final_path chown -R www-data: $final_path
# Requested so that multimedia group can see the Game folder : all parent folder should be readable by others
chmod 751 $final_path
#================================================= #=================================================
# SETUP SSOWAT # SETUP SSOWAT

View file

@ -70,6 +70,8 @@ ynh_restore_file --origin_path="$final_path"
# Restore permissions on app files # Restore permissions on app files
chown -R www-data: $final_path chown -R www-data: $final_path
# Requested so that multimedia group can see the Game folder : all parent folder should be readable by others
chmod 751 $final_path
#================================================= #=================================================
# SPECIFIC RESTORATION # SPECIFIC RESTORATION

View file

@ -74,7 +74,7 @@ chmod 744 $final_path/indexer.sh
#setup cron file #setup cron file
cron_path="/etc/cron.d/$app" cron_path="/etc/cron.d/$app"
ynh_add_config --template="../conf/retroarch.cron" --destination="$cron_path" ynh_add_config --template="../conf/retroarch.cron" --destination="$cron_path"
chown www-data: "$cron_path" chown root: "$cron_path"
chmod 644 "$cron_path" chmod 644 "$cron_path"
#================================================= #=================================================
@ -116,6 +116,8 @@ ynh_npm install -g coffeescript
#================================================= #=================================================
chown -R www-data: $final_path chown -R www-data: $final_path
# Requested so that multimedia group can see the Game folder : all parent folder should be readable by others
chmod 751 $final_path
#================================================= #=================================================
# RELOAD NGINX # RELOAD NGINX