# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= rofi VERSION= 1.7.5 KEYWORDS= x11 VARIANTS= standard SDESC[standard]= 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.5/ DISTFILE[1]= rofi-1.7.5.tar.xz:main DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= check:single:standard harfbuzz:dev:standard libxkbcommon:dev:standard BUILDRUN_DEPENDS= libxkbcommon:primary:standard startup-notification:single:standard B_DEPS[sunos]= libbsd4sol:single:standard 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 LICENSE= MIT:single 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.single] 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] caffcf66d165cb32b748c1db7f229d6d75da58c1685eb17455f65c60e8220c8d 772952 rofi-1.7.5.tar.xz [FILE:970:manifests/plist.single] bin/ rofi rofi-sensible-terminal rofi-theme-selector include/rofi/ helper.h mode-private.h mode.h rofi-icon-fetcher.h rofi-types.h lib/pkgconfig/rofi.pc share/applications/ rofi-theme-selector.desktop rofi.desktop share/icons/hicolor/apps/rofi.svg share/man/man1/ rofi-sensible-terminal.1.gz rofi-theme-selector.1.gz rofi.1.gz share/man/man5/ rofi-debugging.5.gz rofi-dmenu.5.gz rofi-keys.5.gz rofi-script.5.gz rofi-theme.5.gz 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 glue_pro_blue.rasi gruvbox-common.rasi 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 paper-float.rasi purple.rasi sidebar-v2.rasi sidebar.rasi solarized.rasi solarized_alternate.rasi [FILE:290:patches/patch-source_rofi.c] --- source/rofi.c.orig 2022-08-09 13:47:23 UTC +++ source/rofi.c @@ -37,6 +37,9 @@ #include #include #include +#if defined __FreeBSD__ || defined __NetBSD__ +#include +#endif #include #include #include