Package Details: brightnessztl 0.6-1

Git Clone URL: https://aur.archlinux.org/brightnessztl.git (read-only, click to copy)
Package Base: brightnessztl
Description: A CLI to control device backlight written in Zig
Upstream URL: https://github.com/hspak/brightnessztl
Keywords: backlight brightnessctl brightnessztl zig
Licenses: MIT
Conflicts: brightnessztl
Provides: brightnessztl
Submitter: Hspak
Maintainer: Hspak
Last Packager: Hspak
Votes: 0
Popularity: 0.000000
First Submitted: 2019-09-05 04:07 (UTC)
Last Updated: 2025-09-20 20:02 (UTC)

Latest Comments

K0RR commented on 2025-11-28 09:57 (UTC) (edited on 2025-11-28 09:59 (UTC) by K0RR)

==> ERROR: A failure occurred in check().
    Aborting...
error: failed to build 'brightnessztl-0.6-1':
error: packages failed to build: brightnessztl-0.6-1

Hspak commented on 2025-09-20 20:04 (UTC)

I just published a version to update the project to zig 0.15.

vitaliikuzhdin commented on 2025-09-20 17:44 (UTC)

==> Starting build()...
build.zig:19:10: error: no field named 'root_source_file' in struct 'Build.ExecutableOptions'
        .root_source_file = b.path("src/main.zig"),
         ^~~~~~~~~~~~~~~~
/usr/lib/zig/std/Build.zig:771:31: note: struct declared here
pub const ExecutableOptions = struct {
                              ^~~~~~
referenced by:
    runBuild__anon_23450: /usr/lib/zig/std/Build.zig:2214:33
    main: /usr/lib/zig/compiler/build_runner.zig:366:29
    5 reference(s) hidden; use '-freference-trace=7' to see all references
==> ERROR: A failure occurred in build().
    Aborting...

Hspak commented on 2024-11-27 00:56 (UTC)

Sorry about that. I tagged the latest commit as v0.5 which builds with zig 0.13.

micwoj92 commented on 2024-11-26 18:51 (UTC)

Build fails:

==> Starting build()...
/build/brightnessztl/src/brightnessztl-0.4/build.zig:1:31: error: root struct of file 'std' has no member named 'build'
/usr/lib/zig/std/std.zig:1:1: note: struct declared here
==> ERROR: A failure occurred in build().
    Aborting...