Search Criteria
Package Details: field-monitor 49.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 |
| Keywords: | field gnome gtk monitor rust |
| Licenses: | GPL-3.0-or-later |
| Submitter: | Kimiblock |
| Maintainer: | Kimiblock (lilac) |
| Last Packager: | lilac |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-03-29 05:40 (UTC) |
| Last Updated: | 2025-11-09 16:22 (UTC) |
Dependencies (26)
- dconf
- freerdp2
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-selinuxAUR, glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, 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-adwaitaAUR, 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-rebuildto 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) (edited on 2025-07-11 15:02 (UTC) by yochananmarqos)
There are no Meson subprojects to download as the system
blueprint-compileris used.The
--buildtype=releaseMeson build flag needs to be used, otherwise it creates an unoptimized 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.