Package Details: rofi-file-browser-extended-git 1.3.1.r5.g44e5f0a-1

Git Clone URL: https://aur.archlinux.org/rofi-file-browser-extended-git.git (read-only, click to copy)
Package Base: rofi-file-browser-extended-git
Description: Use rofi to quickly open files
Upstream URL: https://github.com/marvinkreis/rofi-file-browser-extended
Licenses: MIT
Provides: rofi-file-browser-extended
Replaces: rofi-file_browser-extended
Submitter: marvinkreis
Maintainer: marvinkreis
Last Packager: marvinkreis
Votes: 4
Popularity: 0.001515
First Submitted: 2019-02-26 14:07 (UTC)
Last Updated: 2022-08-04 16:04 (UTC)

Latest Comments

svert commented on 2024-08-29 21:43 (UTC) (edited on 2024-09-01 17:35 (UTC) by svert)

Hello, I received the following error when trying to build this package:

/home/overbeck/.cache/paru/clone/rofi-file-browser-extended-git/src/rofi-file-browser-extended/src/filebrowser.c:380:27: error: initialization of ‘cairo_surface_t * (*)(const Mode *, unsigned int,  unsigned int)’ {aka ‘struct _cairo_surface * (*)(const struct rofi_mode *, unsigned int,  unsigned int)’} from incompatible pointer type ‘cairo_surface_t * (*)(const Mode *, unsigned int,  int)’ {aka ‘struct _cairo_surface * (*)(const struct rofi_mode *, unsigned int,  int)’} [-Wincompatible-pointer-types]
  380 |     ._get_icon          = file_browser_get_icon,
      |                           ^~~~~~~~~~~~~~~~~~~~~

Edit: changing the relevant line to

    ._get_icon          = (cairo_surface_t * (*)(const Mode *, unsigned int,  unsigned int)) file_browser_get_icon,

seems to be a temporary fix.

markboston commented on 2024-02-18 18:47 (UTC)

trying to build the package and it fails with this

/home/mark/build/rofi-file-browser-extended-git/src/rofi-file-browser-extended/src/filebrowser.c:280:43: error: too few arguments to function ‘rofi_icon_fetcher_query’ 280 | fbcmd->icon_fetcher_request = rofi_icon_fetcher_query ( fbcmd->icon_name, height );

make[2]: *** [CMakeFiles/filebrowser.dir/build.make:118: CMakeFiles/filebrowser.dir/src/icons.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:85: CMakeFiles/filebrowser.dir/all] Error 2 make: *** [Makefile:136: all] Error 2

marvinkreis commented on 2020-02-27 15:30 (UTC)

Thanks for noticing. pkgver should be fixed now.

jose1711 commented on 2020-02-26 16:34 (UTC)

pkgver should be the one set by makepkg, currently 1.1.0.r5.gb8ba013