New package: v2rayA-1.5.9.1698.1
Testing the changes
- I tested the changes in this PR: briefly
New package
- This new package conforms to the quality requirements: YES
Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
i686 build failed may due to this issue. Gonna to upload a fix.
@classabbyamp Thank you for your patience. I changed pkgname and other related information to v2rayA. But I have no idea about i686 build failure. I tested cross compile on my own PC, i686 package is built normally. More investigations are needed on this problem.
I tested cross compile on my own PC, i686 package is built normally
CI doesn't do a cross build for i686, it uses a native 32bit masterdir. can you try building locally with that?
I tested cross compile on my own PC, i686 package is built normally
CI doesn't do a cross build for i686, it uses a native 32bit masterdir. can you try building locally with that?
I will try it later. Thanks! After I finished it I will update my commit.
I tested cross compile on my own PC, i686 package is built normally
CI doesn't do a cross build for i686, it uses a native 32bit masterdir. can you try building locally with that?
I tried build on native 32bit masterdir, the package builds normally. Still need more works to figure out what happened.
Well, I tried to print CGO_CFLAGS variable during i686 build, which is -mtune=i686 -O2 -pipe. Seems CGO_CFLAGS="-fno-stack-protector" is not respected. I am going to do more local tests and update my commit.
@classabbyamp fixed. add CGO_CFLAGS when build in i686 native masterdir. also fixed icon .png file name which was modified incorrectly before to match Icon location defined in desktop entry.
Wish next try successful.
btw, the commit message should be New package: v2rayA-1.5.9.1698.1
btw, the commit message should be
New package: v2rayA-1.5.9.1698.1
Done.
In c37f004 I add xdg-utils to depends, as v2rayA desktop file need xdg-open to open v2rayA program in browser. In case that someone don't have xdg-utils installed, v2rayA .desktop file won't be shown in application menu and it can not work as expected.
v2ray has been updated to 5.1.0 (#39179) whereas v2rayA for v2ray: v5 is still under development and not yet release. I mark this pr as [WIP] and will hold it until the next update.