Search Criteria
Package Details: ucp3-gui 1.0.15-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ucp3-gui.git (read-only, click to copy) |
|---|---|
| Package Base: | ucp3-gui |
| Description: | GUI for Unofficial Crusader Patch 3 |
| Upstream URL: | https://github.com/UnofficialCrusaderPatch/UCP3-GUI |
| Licenses: | AGPL-3.0-only |
| Submitter: | Kesefon |
| Maintainer: | Kesefon |
| Last Packager: | Kesefon |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-11-20 23:42 (UTC) |
| Last Updated: | 2026-01-19 19:38 (UTC) |
Dependencies (14)
- cairo (cairo-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-classic-xfceAUR, gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libsoup
- pango (pango-gitAUR, pango-nothai-gitAUR)
- webkit2gtkAUR (webkit2gtk-imgpasteAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
- patchelf (patchelf-gitAUR) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
Latest Comments
Kesefon commented on 2026-01-17 00:53 (UTC)
Good catch! I don't know what cursed things are happening on my host, that it worked without
ZSTD_SYS_USE_PKG_CONFIG, but it's now included and successfully builds in a clean chroot.Regarding
WEBKIT_DISABLE_DMABUF_RENDERERthat seems to be a general WebKit on Nvidia thing, right? I feel like it makes more sense to set that system-wide on your local machine. Especially since it apparently comes with a performance hit.Vergenter commented on 2026-01-16 19:13 (UTC)
Build fails at link stage with
rust-lld: error: undefined symbol: ZSTD_endStreamFixed by exporting before build:export ZSTD_SYS_USE_PKG_CONFIG=1Without this, zstd-sys does not link libzstd correctly under makepkg. On Wayland, I need to run the app as:WEBKIT_DISABLE_DMABUF_RENDERER=1 ucp3-gui