Search Criteria
Package Details: field-monitor 48.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/field-monitor.git (read-only, click to copy) |
---|---|
Package Base: | field-monitor |
Description: | Remote-desktop client designed for the GNOME platform. Access virtual machines and other external screens. |
Upstream URL: | https://github.com/theCapypara/field-monitor |
Licenses: | GPL-3.0-or-later |
Submitter: | Kimiblock |
Maintainer: | Kimiblock |
Last Packager: | Kimiblock |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2025-03-29 05:40 (UTC) |
Last Updated: | 2025-03-30 04:11 (UTC) |
Dependencies (26)
- dconf
- freerdp2
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gtk-vnc (gtk-vnc-gtk2AUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- json-c (json-c-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libcacard
- libtirpc
- phodav
- python-pyparsing
- spice (spice-gitAUR, spice-gstreamerAUR)
- spice-gtk (spice-gtk-gitAUR)
- spice-protocol (spice-protocol-gitAUR)
- vte4 (vte4-notificationAUR, vte4-gitAUR)
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- bubblewrap (bubblewrap-gitAUR, bubblewrap-suid) (make)
- Show 6 more dependencies...
Latest Comments
yochananmarqos commented on 2025-03-29 18:06 (UTC)
@Kimiblock: Notice I passed
--no-rebuild
to the Meson install command in my PKGBUILD.Kimiblock commented on 2025-03-29 18:03 (UTC)
The meson install downloads some rust crates for some reason and would fail in fake root.
Other issues will be fixed tomorrow
yochananmarqos commented on 2025-03-29 16:42 (UTC)
There are no Meson subprojects to download as the system
blueprint-compiler
is used.The
--buildtype=release
Meson build flag needs to be used, otherwise it creates an optimized debug build for development.It builds fine with LTO enabled, no need to disable it.
No idea what is going on in the check function, but nothing is being checked. The Meson install command should be run in the package function.
Please see Rust & Meson package guidelines.
See also my improved PKGBUILD.