Search Criteria
Package Details: tofi 0.9.1-2
Package Actions
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: | 21 |
Popularity: | 2.00 |
First Submitted: | 2022-08-11 12:18 (UTC) |
Last Updated: | 2023-05-15 19:07 (UTC) |
Dependencies (10)
- cairo (cairo-glesv2-binAUR, cairo-glesv3-binAUR, cairo-gitAUR)
- freetype2 (freetype2-gitAUR, freetype2-infinality-remixAUR, freetype2-ultimate5AUR, freetype2-v35AUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR, glib2-selinuxAUR)
- harfbuzz (harfbuzz-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- pango (pango-gitAUR)
- wayland (wayland-gitAUR, wayland-chromiumAUR)
- meson (meson-gitAUR, meson-rustAUR) (make)
- scdoc (scdoc-gitAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR, wayland-protocols-explicit-sync-gitAUR) (make)
Required by (2)
- clapboard-git
- tessen (optional)
Latest Comments
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
andLDFLAGS
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#RELROpjj56 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.