# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= rofi VERSION= 1.7.8 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/1.7.8/ DISTFILE[1]= rofi-1.7.8.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 B_DEPS[sunos]= libbsd4sol:single:std USES= bison gmake libtool 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" MUST_CONFIGURE= gnu VAR_OPSYS[sunos]= CFLAGS=-I{{LOCALBASE}}/include/bsd CONFIGURE_ENV=LIBS="-lbsd -lrt" post-patch: ${REINPLACE_CMD} -e 's/ -pedantic//' ${WRKSRC}/configure [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] 2ad90a8c492e0b64202088e788795bf0b31ecfaa59fe7441ad263298d150655e 812732 rofi-1.7.8.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:182:manifests/plist.man] share/man/man1/ rofi-sensible-terminal.1 rofi-theme-selector.1 rofi.1 share/man/man5/ 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-01-16 17:25:35 UTC +++ source/rofi.c @@ -38,6 +38,9 @@ #include #include #include +#if defined __FreeBSD__ || defined __NetBSD__ +#include +#endif #include #include #include