@vianney Sure, I will raise MRs to your repo for updates.
Search Criteria
Package Details: bruno-bin 1.34.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/bruno-bin.git (read-only, click to copy) |
---|---|
Package Base: | bruno-bin |
Description: | Opensource API Client for Exploring and Testing APIs |
Upstream URL: | https://www.usebruno.com/ |
Licenses: | MIT |
Conflicts: | bruno |
Provides: | bruno |
Submitter: | vianney |
Maintainer: | vianney |
Last Packager: | vianney |
Votes: | 25 |
Popularity: | 4.92 |
First Submitted: | 2023-09-13 12:29 (UTC) |
Last Updated: | 2024-11-08 15:28 (UTC) |
Dependencies (6)
- alsa-lib
- c-ares (c-ares-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libevent (libevent-gitAUR)
- nss (nss-hgAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
Required by (0)
Sources (2)
bacteriostat commented on 2024-11-08 17:44 (UTC)
vianney commented on 2024-11-08 15:37 (UTC)
Hi, sorry for the late update, I usually release the modifications for bruno and bruno-bin at the same time and when I tried for the 1.34.1 version, the bruno PKGBUILD did not build anymore while bruno-bin still worked as intended. I made a mental note to have a look out of my work hours and just forgot.
@bacteriostat thanks! I manage a few PKGBUILD out of the same repository with the aurpublish
tool on vbouchaud/aur. If you don't mind using github's MR mechanism, you can help from there. I intend to add an autopublish script on merge actions to the main branch (tests would obviously have to be done before but it would be easier to manage I think).
bacteriostat commented on 2024-11-08 15:18 (UTC)
@vianney I can help co-maintain this package if you are lacking the time to keep it up to date.
buttcake commented on 2024-03-26 09:43 (UTC)
Is anyone else having problems with Bruno trying to switch environments on Gnome since the new release ( 46 ) ? Whenever I click on [No Environments] button it just minimizes. It also sometimes minimizes itself when I click on some other parts.
micwoj92 commented on 2023-10-24 04:27 (UTC)
It's required, this library is shipped with package in /opt/Bruno
.
vianney commented on 2023-10-24 03:12 (UTC)
Hi Petris, thanks for the information. Looks like the deb file was changed upstream. I just updated the sha256sum.
Thanks for the explanation micwoj92. I forgot this is basically a trimmed down chromium after all. Strange however that libffmpeg is not required to start as is libasound.
petris commented on 2023-10-23 23:24 (UTC)
sha256 is incorrect for bruno_0.27.2_amd64_linux.deb for version 0.27.2-1.
micwoj92 commented on 2023-10-23 21:37 (UTC)
This is because of electron is linked against it. It comes with lots of stuff that will never be used when using bruno. https://www.electronjs.org/docs/latest/development/build-instructions-linux#prerequisites
vianney commented on 2023-10-23 19:45 (UTC)
Hi micwoj92,
I ran ldd
against the bruno binary:
[local@archlinux ~]$ ldd /usr/bin/bruno | grep "not found"
libffmpeg.so => not found
libasound.so.2 => not found
I tried to start bruno in a VM with only an x server and it was not working until I fixed the libasound dependency. I do not understand however why this is needed by an applicaiton such as bruno.
Anyway, I just updated the package to add this dependency. Thanks for the help.
micwoj92 commented on 2023-10-23 16:19 (UTC)
Thanks, please also add alsa-lib as it's missing from (implicit) dependencies.
Pinned Comments
vianney commented on 2023-10-09 09:43 (UTC) (edited on 2023-10-09 09:44 (UTC) by vianney)
Please note that this PKGBUILD use the deb file provided by bruno developers and basically just extracts it. It contains its own version of electron.
If you want to use slimmer packages without embedded electron, where bruno is built with system's electron, please use bruno or bruno-git.