FYI, most packages in the Manjaro repos are inherited from Arch. The rest are maintained by Manjaro. All packages are built by a Package Maintainer like myself, not an upstream developer. We decide what packages to include in the repos.
You can see who built the package by checking the Packager field; i.e, firefox
is packaged by an Arch Package Maintainer:
❯ pacman -Si firefox | grep Packager
Packager : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
surfshark-gui-bin
is packaged by a Manjaro Package Maintainer:
❯ pacman -Si surfshark-gui-bin | grep Packager
Packager : Mark Wagie <mark@manjaro.org>
No. I was just saying that I didn’t find the Eddie UI Mono GUI optimal. I’d rather use something native like Gtk or Qt. My PKGBUILD uses msbuild
with .NET Framework 4.8 instead of xbuild
with 4.5 as the latter is deprecated.
Build it manually like you would any other AUR package.
If you’d rather only checkout the eddie-ui folder than clone my entire pkgbuilds repo:
git clone -n --depth=1 --filter=tree:0 https://github.com/yochananmarqos/pkgbuilds
cd pkgbuilds
git sparse-checkout set --no-cone eddie-ui
git checkout