# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= rofi VERSION= 2.0.0 KEYWORDS= x11 VARIANTS= std SDESC[std]= Window switcher, run dialog and dmenu replacement HOMEPAGE= https://github.com/DaveDavenport/rofi CONTACT= Alexanre_C_GuimarĂ£es[privacychain@privacychain.ch] DOWNLOAD_GROUPS= main SITES[main]= https://github.com/DaveDavenport/rofi/releases/download/2.0.0/ DISTFILE[1]= rofi-2.0.0.tar.xz:main DF_INDEX= 1 SPKGS[std]= set primary dev man OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= check:dev:std check:primary:std harfbuzz:dev:std libxkbcommon:dev:std startup-notification:dev:std BUILDRUN_DEPENDS= libxkbcommon:primary:std startup-notification:primary:std USES= bison meson pkgconfig shebangfix GNOME_COMPONENTS= cairo gdkpixbuf librsvg pango XORG_COMPONENTS= xcb xcb-util-cursor xcb-util xcb-util-wm xcb-util-xrm xcb-util-keysyms LICENSE= MIT:primary LICENSE_FILE= MIT:{{WRKSRC}}/COPYING LICENSE_SCHEME= solo FPC_EQUIVALENT= x11/rofi SHEBANG_FILES= script/get_git_rev.sh script/rofi-sensible-terminal SHEBANG_LANG= bash SHEBANG_NEW_BASH= /bin/sh SHEBANG_OLD_BASH= "/usr/bin/env bash" [FILE:426:descriptions/desc.primary] A window switcher, application launcher and dmenu replacement. A popup window switcher roughly based on superswitcher, requiring only xlib and pango. This version started off as a clone of simpleswitcher, the version from Sean Pringle. All credit for this great tool should go to him. Rofi developed extra features, like a run-dialog, ssh-launcher and can act as a drop-in dmenu replacement, making it a very versatile tool. [FILE:96:distinfo] 6a55ee27f189ef9a1435cea329b146805b5dc830d8abc7a08c50a971521a8d8d 682792 rofi-2.0.0.tar.xz [FILE:742:manifests/plist.primary] bin/ rofi rofi-sensible-terminal rofi-theme-selector share/applications/ rofi-theme-selector.desktop rofi.desktop share/icons/hicolor/scalable/apps/rofi.svg share/rofi/themes/ Adapta-Nokto.rasi Arc-Dark.rasi Arc.rasi DarkBlue.rasi Indego.rasi Monokai.rasi Paper.rasi android_notification.rasi arthur.rasi blue.rasi c64.rasi dmenu.rasi docu.rasi fancy.rasi fancy2.rasi fullscreen-preview.rasi glue_pro_blue.rasi gruvbox-common.rasinc gruvbox-dark-hard.rasi gruvbox-dark-soft.rasi gruvbox-dark.rasi gruvbox-light-hard.rasi gruvbox-light-soft.rasi gruvbox-light.rasi iggy.jpg iggy.rasi lb.rasi material.rasi paper-float.rasi purple.rasi sidebar-v2.rasi sidebar.rasi solarized.rasi solarized_alternate.rasi [FILE:105:manifests/plist.dev] include/rofi/ helper.h mode-private.h mode.h rofi-icon-fetcher.h rofi-types.h lib/pkgconfig/rofi.pc [FILE:198:manifests/plist.man] share/man/man1/ rofi-sensible-terminal.1 rofi-theme-selector.1 rofi.1 share/man/man5/ rofi-actions.5 rofi-debugging.5 rofi-dmenu.5 rofi-keys.5 rofi-script.5 rofi-theme.5 rofi-thumbnails.5 [FILE:292:patches/patch-source_rofi.c] --- source/rofi.c.orig 2025-09-01 18:22:18 UTC +++ source/rofi.c @@ -38,6 +38,9 @@ #include #include #include +#if defined __FreeBSD__ || defined __NetBSD__ +#include +#endif #include #include #include