winepak / applications

A collection of flatpak manifest for building Microsoft Windows applications with Wine via flatpak
https://www.winepak.org
416 stars 39 forks source link

applications/leagueoflegends : Update, Fixes #161

Open Kreyren opened 5 years ago

Kreyren commented 5 years ago

Signed-off-by: Jacob Hrbek werifGX@gmail.com

Kreyren commented 5 years ago

TESTING

Results in

kreyren@dreamon:~/GIT/applications/com.leagueoflegends.Client$ flatpak-builder --user --arch=x86_64 --force-clean --install builds com.leagueoflegends.Client.yml
Can't parse 'com.leagueoflegends.Client.yml': 111:20: did not find expected '-' indicator
kreyren@dreamon:~/GIT/applications/com.leagueoflegends.Client$ flatpak-builder --user --arch=x86_64 --force-clean --install builds com.leagueoflegends.Client.yml
Can't parse 'com.leagueoflegends.Client.yml': 202:20: did not find expected '-' indicator
kreyren@dreamon:~/GIT/applications/com.leagueoflegends.Client$ flatpak-builder --user --arch=x86_64 --force-clean --install builds com.leagueoflegends.Client.yml

(flatpak-builder:22847): flatpak-builder-WARNING **: 17:17:43.564: 5:18: '3.0' will be parsed as a number by many YAML parsers

(flatpak-builder:22847): flatpak-builder-WARNING **: 17:17:43.564: 18:14: '3.0' will be parsed as a number by many YAML parsers

(flatpak-builder:22847): flatpak-builder-WARNING **: 17:17:43.564: 38:14: '3.0' will be parsed as a number by many YAML parsers
error: org.winepak.Sdk/x86_64/3.0 not installed
Failed to init: Unable to find sdk org.winepak.Sdk version 3.0

Removed problematic comment -> Fixes Can't parse ...


kreyren@dreamon:~/GIT/applications/com.leagueoflegends.Client$ flatpak-builder --user --arch=x86_64 --force-clean --install builds com.leagueoflegends.Client.yml

(flatpak-builder:22970): flatpak-builder-WARNING **: 17:21:09.466: 5:18: '3.0' will be parsed as a number by many YAML parsers

(flatpak-builder:22970): flatpak-builder-WARNING **: 17:21:09.466: 18:14: '3.0' will be parsed as a number by many YAML parsers

(flatpak-builder:22970): flatpak-builder-WARNING **: 17:21:09.466: 38:14: '3.0' will be parsed as a number by many YAML parsers
error: org.winepak.Sdk/x86_64/3.0 not installed
Failed to init: Unable to find sdk org.winepak.Sdk version 3.0

Conslusion: I need org.winepak.Sdk/x86_64/3.0 which depends on org.freedesktop.Sdk/i386/1.6

Current roadblock: image

removed /var/libs/flatpak/*

Fixed solution by reconfiguring primary processing unit based on variables that ware parsed corrupted.


flatpak-builder --arch=x86_64 --force-clean builds --repo=winepak com.leagueoflegends.Client.yml -> Command 'flatpak-builder' not found, but can be installed...

apti flatpak-builder

flatpak-builder --arch=x86_64 --force-clean builds --repo=winepak com.leagueoflegends.Client.yml -> error: org.winepak.Sdk/x86_64/3.0 not installed

flatpak --user install winepak org.winepak.Sdk/x86_64/3.0 Looking for matches… error: Unable to load summary from remote winepak: Remote listing for winepak not available; server has no summary file. Check the URL passed to remote-add was valid.

flatpak remote-add --if-not-exists winepak https://dl.winepak.org/repo/winepak.flatpakrepo

same issue

Conclusion flatpak remote-add --if-not-exists winepak https://dl.winepak.org/repo/winepak.flatpakrepo results in error: Unable to load summary from remote winepak: Remote listing for winepak not available; server has no summary file. Check the URL passed to remote-add was valid.

flatpak --user remote-add --no-gpg-verify --if-not-exists winepak winepak-repo from https://github.com/winepak/winepak-sdk-images#new-repo seems to work. (results in no output)

flatpak --user install winepak org.winepak.Sdk/x86_64/3.0 -> error: Unable to load summary from remote winepak: Remote listing for winepak not available; server has no summary file. Check the URL passed to remote-add was valid.

I gave up

Kreyren commented 5 years ago

Recommends adapting https://github.com/RXT067/Scripts/blob/d39f751d56fe8b6d325fe5a0c98c26c715930a1b/KUWAC/CONFIGURATION/LeagueOfLegends.sh#L16 for region selection