Package Details: tofi 0.9.1-2

Git Clone URL: https://aur.archlinux.org/tofi.git (read-only, click to copy)
Package Base: tofi
Description: Tiny rofi / dmenu replacement for wlroots-based Wayland compositors.
Upstream URL: https://github.com/philj56/tofi
Licenses: MIT
Conflicts: tofi
Provides: tofi
Submitter: pjj56
Maintainer: pjj56
Last Packager: pjj56
Votes: 34
Popularity: 1.20
First Submitted: 2022-08-11 12:18 (UTC)
Last Updated: 2023-05-15 19:07 (UTC)

Latest Comments

croyleje commented on 2025-10-27 01:10 (UTC)

Why is this flagged as out-of-date the last release was in 2023? The comment on the flag mentions the conflicts and provides sections of the PKGBUILD and yes technically these fields are checked against pkgname so they do not need to be explicitly set I do not think it should be flagged for this as it is not out-of-date and adding pkgname to both is fairly common practice.

SpieringsAE commented on 2024-05-23 07:07 (UTC)

by default the aarch64 architecture is not enabled in PKGBUILD but it builds fine with arch=("x86_64" "aarch64") perhaps this could be updated in a future update

eclairevoyant commented on 2023-05-15 19:43 (UTC)

Yeah, meson is just weird. Thanks for looking into this!

pjj56 commented on 2023-05-15 19:09 (UTC)

@eclairevoyant Nice catch - I thought meson used the CFLAGS and LDFLAGS environment variables by default, but apparently not. Strangely, just specifying them again is enough.

eclairevoyant commented on 2023-05-15 04:54 (UTC)

I believe this package should add something like -Dc_link_args="$LDFLAGS" to the meson command, to build with full RELRO as per https://wiki.archlinux.org/title/Arch_package_guidelines/Security#RELRO

pjj56 commented on 2022-12-01 23:35 (UTC)

Sorry for the slow response - I like this idea, but I'll wait a little bit until I decide what the overall plan with themes is. I'd probably still recommend copying over using include, just in case a theme changes and it breaks your config. A program launcher can be a very annoying thing to stop working!

notizblock commented on 2022-11-11 12:14 (UTC)

It would be great if theme files are installed, too. One could use the include directive to use themes without duplicating them in the own configuration file.