Re: Packaging Proton Bridge: Progress Report #2

2025-01-23 Thread Marek Paśnikowski
13.01.2025 16:31:07 CET sebastien: > Hi, > > Build works but i cannot actually test, proton update their version of CLI > to "3.16.0" and Desktop-Bridge ... > >>> WARN[Jan 13 16:43:06.852] 422 GET > >>> https://mail-api.proton.me/feature/v2/frontend: This version of the app > >>> is no longer supp

Re: Packaging Proton Bridge: Progress Report #2

2025-01-13 Thread sebastien
Hi Marek, Thanks for your work Marek, i try to compile on my guix system, and that works (build & install) ! For others interested to try : a) create a directory proton-bridge & cd into b) clone sovereign.git with "git clone https://git.marekpasnikowski.pl/sovereign.git/"; c) create a .ch

Re: Packaging Proton Bridge: Progress Report #2

2024-12-10 Thread Suhail Singh
Marek Paśnikowski writes: > I would not be able to go this far without using random elements found > in other Go packages. It is unfortunate, that the build system > reference page is missing some key concepts in the Go process. > https://guix.gnu.org/manual/en/html_node/Build-Systems.html Plea

Re: Packaging Proton Bridge: Progress Report #2

2024-12-10 Thread Marek Paśnikowski
I successfully built target bridge-nogui . The last step required implementation of a 'make' phase in the go build process. I considered splitting out the go component into its own package, to be an input of a qt package, but was not able to do it correctly. Implementation of a go process in