Wednesday, December 13, 2023

Re: [update] x11/girara to 0.4.1

Le Wed, Dec 13, 2023 at 12:37:30PM +0100, Justin Berthault a écrit :
> Hi ports@
>
> Quick update for girara to 0.4.1 (needed for the new zathura release,
> diff incoming btw).
>
> Bumped SHARED_LIBS because zathura will not build against previous
> release. (Let me know if I did wrong.)

the reasoning for bumping shared_libs is explained in
https://www.openbsd.org/faq/ports/specialtopics.html#SharedLibs

here, bumpingthe minor seems sane as a function was added:
--- girara-0.4.0-libgirara-gtk3.so.1.2 Wed Dec 13 13:05:39 2023
+++ girara-0.4.1-libgirara-gtk3.so.1.2 Wed Dec 13 13:08:05 2023
@@ -76,6 +76,7 @@
girara_list_prepend
girara_list_remove
girara_list_set_free_function
+girara_list_set_nth
girara_list_size
girara_list_sort
girara_log

but, if newest zathura cant build against girara 0.4.0 your just need
to adjust the dependency in the zatura port to require 0.4.1.

those are two different & distinct issues :)

No comments:

Post a Comment