Search Criteria
Package Details: mdns-browser 0.10.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mdns-browser.git (read-only, click to copy) |
---|---|
Package Base: | mdns-browser |
Description: | A cross platform mDNS-Browser app written in Rust using tauri and leptos |
Upstream URL: | https://github.com/hrzlgnm/mdns-browser |
Licenses: | MIT |
Submitter: | hrzlgnm |
Maintainer: | hrzlgnm |
Last Packager: | hrzlgnm |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-10-18 19:49 (UTC) |
Last Updated: | 2024-12-18 16:15 (UTC) |
Dependencies (22)
- cairo (cairo-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libsoup
- openssl (openssl-gitAUR, openssl-staticAUR)
- pango (pango-gitAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- appmenu-gtk-module (appmenu-gtk-module-gitAUR) (make)
- base-devel (make)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- file (file-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libappindicator-gtk3 (make)
- librsvg (librsvg-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- rustup (rustup-gitAUR, rustup-stubAUR) (make)
- Show 2 more dependencies...
Latest Comments
hrzlgnm commented on 2024-10-22 19:13 (UTC)
As of a3645c741577 I don't unpack the deb anymore
hrzlgnm commented on 2024-10-22 18:57 (UTC)
But yes, instead of extracting the deb, I could grab those from the intermediate directory where the .deb is produced from.
If you know any other, perhaps more official way to install the rust toolchain
wasm32-unknown-unknown
any pointers are welcome.Thanks for asking.
hrzlgnm commented on 2024-10-22 18:46 (UTC)
Thanks, fixed
webkit2gkt
->webkit2gtk-4.1
with commit 9df61a8455efTo answer the questions:
I used
rustup
as I didn't find any other way to install the toolchainwasm32-unknown-unknown
Building a .deb and extracting it was kind of handy. As all the binaries, .desktop file and icons and license were at the correct location already. This is how the tauri bundler works. And to be honest I didn't want to invest time in collecting those all by my self :)
FabioLolix commented on 2024-10-22 18:16 (UTC)
btw this need
webkit2gtk-4.1
instead ofwebkit2gtk
FabioLolix commented on 2024-10-22 18:09 (UTC)
Thanks for updating, 2 questions:
rustup
? rust package here isn't ancienthrzlgnm commented on 2024-10-22 14:51 (UTC)
@FabioLolix, Thank you very much for pointing issues with my first attempt. I was not aware of those as the instructions I was following were perhaps a bit misleading, from https://tauri.app/distribute/aur/. The pointed out issues should be addressed now.
Please let me know if there anything else that needs to be addressed.
FabioLolix commented on 2024-10-19 09:32 (UTC) (edited on 2024-10-22 18:07 (UTC) by FabioLolix)
Hello,
-bin
pkgbuild and the program is open source, you can both re-upload with -bin suffix and correct this pkgbuild to build from source but this can't stay as it is nowMIT
licenses
package need to be installed in"${pkgdir}/usr/share/licenses/${pkgname}"
.install
file is not needed, these operations are done automatically by pacman hooks