Package Details: suyu-dev-git r27383.f2bf013781-1

Git Clone URL: https://aur.archlinux.org/suyu-dev-git.git (read-only, click to copy)
Package Base: suyu-dev-git
Description: suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch)
Upstream URL: https://git.suyu.dev/suyu/suyu
Licenses: GPL-3.0-or-later
Conflicts: suyu-dev-qt6-git, suyu-git
Provides: suyu-dev-qt6-git, suyu-git
Submitter: Fijxu
Maintainer: Fijxu (HurricanePootis, username227)
Last Packager: username227
Votes: 2
Popularity: 1.02
First Submitted: 2024-03-06 20:21 (UTC)
Last Updated: 2024-04-17 15:44 (UTC)

Dependencies (40)

Required by (0)

Sources (28)

Latest Comments

1 2 3 Next › Last »

HurricanePootis commented on 2024-04-20 07:36 (UTC)

@mctaylors Flagging a git package with a link just to a commit history isn't helpful as all. As far as I am aware, there are no changed needed to be made to the PKGBUILD, and since it is a git package, it will automatically update.

So, the next time you think there is a problem, don't leave a link. Use your words like an adult and try to communicate an actual thought.

username227 commented on 2024-04-10 21:27 (UTC)

Yes, @dhummel is correct. Line 203 of the pkgbuild needs to be changed from "sed -i '12s/Exec=suyu/Exec=env QT_QPA_PLATFORM=xcb suyu/' org.suyu_emu.suyu.desktop" to "sed -i '12s/Exec=suyu/Exec=env QT_QPA_PLATFORM=xcb suyu/' dev.suyu_emu.suyu.desktop"

Please correct.

dhummel commented on 2024-04-08 17:04 (UTC)

The file org.suyu_emu.suyu.desktop was renamed to dev.suyu_emu.suyu.desktop in this commit: https://git.suyu.dev/suyu/suyu/commit/2caadffe4d64de38a4835c2553a7a66d92eb7d4b

alto commented on 2024-04-06 07:40 (UTC)

The sed command for the desktop entry file changes line 12 instead of line 13, thus changing the TryExec instead of the Exec. Also why is x11 being forced here? Wayland seems to work fine for me.

username227 commented on 2024-03-31 23:10 (UTC) (edited on 2024-03-31 23:13 (UTC) by username227)

Yes I agree that it doesn't make sense. I did some searching, and found this thread: https://github.com/microsoft/vscode-azureappservice/issues/1445,

After running command: git config --global http.postBuffer 157286400

It worked properly. This means that the issue with the cloning is happening at the local git config level and it's not a problem with the pkgbuild.

Can we somehow modify the pkgbuild to include a command that makes the change to ensure this doesn't happen? perhaps in the prepare() function.

Fijxu commented on 2024-03-31 21:28 (UTC)

username227: Thanks, now I know I am not the only one with this error. I was trying to do some changes on the package but I was not able to because I always do clean builds in a clean chroot and this errors about vcpkg happened. At first I thought it was my Internet but I am not the only one now...

I do not really know how to fix the vcpkg git clone because it makes no sense at all. If I clone it manually using git clone it just works...

Searching about curl 22 The requested URL returned error: 400 fatal: expected 'packfile' returns no good results. I will see what I can do. I already have some ideas on how to fix this.

username227 commented on 2024-03-31 21:00 (UTC)

FYI: error message:

Cloning into bare repository '/home/jerry/.cache/yay/suyu-dev-git/vcpkg'... error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400 fatal: expected 'packfile' ==> ERROR: Failure while downloading vcpkg git repo Aborting... -> error downloading sources: /home/jerry/.cache/yay/suyu-dev-git context: exit status 1

username227 commented on 2024-03-25 23:38 (UTC)

Should yay or another aur helper be able to retrieve package updates based on the repo commits, similar to other git packages? It is not doing that, and I am not clear as to why. All it says is that the installed version (built using yay from the aur) is newer than the version in the chaotic-aur repo. But when I use --gendb in yay, it doesn't even list this package as a development package. Any ideas? Thanks!

username227 commented on 2024-03-21 18:34 (UTC)

asks for a login to clone suyu git repository.?

HurricanePootis commented on 2024-03-14 22:04 (UTC)

I have fixed the .desktop