head 1.2; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2026.04.12.15.10.28; author tsutsui; state dead; branches; next 1.1; commitid cfdzSbLcH4VhkGBG; 1.1 date 2026.03.13.17.09.50; author tsutsui; state Exp; branches; next ; commitid 8TAVsbfo1Vs1XPxG; desc @@ 1.2 log @mikutter: update to 5.1.2 Upstream changes: https://mikutter.hatenablog.com/entry/2026/04/12/183234 * belated Happy New Year * enable YJIT only when available in the system Ruby * thanks Izumi Tsutsui * allow Addressable 2.9 * fix emoji rendering shifted downward * thanks Izumi Tsutsui @ text @$NetBSD: patch-plugin_gtk3_widget_miraclepainter.rb,v 1.1 2026/03/13 17:09:50 tsutsui Exp $ - pull fix for upstream ticket #1290 https://dev.mikutter.hachune.net/issues/1290 --- plugin/gtk3/widget/miraclepainter.rb.orig 2025-02-08 12:21:47.000000000 +0000 +++ plugin/gtk3/widget/miraclepainter.rb @@@@ -467,7 +467,7 @@@@ class Plugin::Gtk3::MiraclePainter < Gtk layout.text = plain_description layout.width = main_text_rect.width * Pango::SCALE layout.attributes = textselector_attr_list( - description_attr_list(emoji_height: layout.context.font_description.forecast_font_size) + description_attr_list(emoji_height: layout.context.font_description.forecast_font_size, pango_context: layout.context) ) layout.wrap = Pango::WrapMode::CHAR if context @ 1.1 log @mikutter: apply upstream patch for pango rendering Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @