Rui Chen

Results 880 comments of Rui Chen

yeah, host a custom tap is always easier and less rules on it.

Yeah, the latest release build had some issue, but it should be covered now by [this](https://github.com/Homebrew/homebrew-core/pull/109580)

I am also interested about this feature as well. :)

Why closing this issue? I think it is a real issue.

``` meson.build:521:6: ERROR: Program 'gtk-update-icon-cache' not found or not executable ```

> This should depend on `gtk+4` now instead of `gtk+3`. I guess it requires gtk+3? `gtk_dep = dependency('gtk+-3.0', version: gtk_req_version)`

relates to https://github.com/GNOME/evince/commit/48bebe4d17f4e65778a72d7eac85b9961366e51c

Looks like meson core support issue, related PR, https://github.com/mesonbuild/meson/pull/8272

Raise a PR of [deprecating gtk2](https://github.com/Homebrew/homebrew-core/pull/111069), for this PR, I think we can disable the cache update.

> Would it be useful to add something like std_go_args (like we have for CMake builds)? +1 for `std_go_args` idea. We can definitely pipeline the work between `std_go_args` and `gopath`...