Download raw body.
fix gdk-pixbuf regression that broke xfce4-panel window icons
hi, since the update to gdk-pixbuf 2.44, window icons in xfce4-panel are broken, cf https://gitlab.xfce.org/xfce/xfce4-panel/-/issues/951. backporting https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/merge_requests/241 fixes it, so i'd like to have that in 7.8. ok ? Landry ? patches/patch-gdk-pixbuf_io-bmp_c Index: Makefile =================================================================== RCS file: /cvs/ports/graphics/gdk-pixbuf2/Makefile,v diff -u -r1.104 Makefile --- Makefile 30 Sep 2025 06:29:37 -0000 1.104 +++ Makefile 4 Oct 2025 06:57:41 -0000 @@ -2,6 +2,7 @@ GNOME_PROJECT= gdk-pixbuf GNOME_VERSION= 2.44.3 +REVISION= 0 CATEGORIES= graphics
fix gdk-pixbuf regression that broke xfce4-panel window icons