Package Details: wayprompt 0.1.0-1

Git Clone URL: https://aur.archlinux.org/wayprompt.git (read-only, click to copy)
Package Base: wayprompt
Description: Multi-purpose prompt tool for Wayland (pinentry)
Upstream URL: https://git.sr.ht/~leon_plickat/wayprompt
Licenses: GPL3
Submitter: freswa
Maintainer: freswa
Last Packager: freswa
Votes: 1
Popularity: 0.94
First Submitted: 2024-02-04 20:22 (UTC)
Last Updated: 2024-02-04 20:22 (UTC)

Latest Comments

Tristero commented on 2024-05-18 23:38 (UTC)

Thanks for your immediate answer!

freswa commented on 2024-05-17 14:29 (UTC)

@Tristero The problem is the zig version. The code is compatible only with zig 0.11, but 0.12 is the current version in the official repos.

Tristero commented on 2024-05-17 14:21 (UTC)

Additionally got this:


/home/user/build/local-aur/wayprompt/src/wayprompt/deps/zig-wayland/build.zig:87:32: error: no field or member function named 'exec' in 'Build'
            const pc_output = b.exec(&.{ "pkg-config", "--variable=pkgdatadir", "wayland-scanner" });
                              ~^~~~~
/usr/lib/zig/std/Build.zig:1:1: note: struct declared here
const std = @import("std.zig");

Tristero commented on 2024-05-17 14:19 (UTC)

Could not successfully finish build:


home/user/build/local-aur/wayprompt/src/wayprompt/build.zig:25:40: error: no field named 'source_file' in struct 'Build.Module.CreateOptions'
    const wayland = b.createModule(.{ .source_file = scanner.result });
                                       ^~~~~~~~~~~
/usr/lib/zig/std/Build/Module.zig:139:27: note: struct declared here
pub const CreateOptions = struct {
                          ^~~~~~

Any suggestions are highly appreciated.