From bf310c5035e3767a4b545e30c70e02495efad939 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 5 Apr 2025 13:49:08 +0200 Subject: [PATCH] mail/claws-mail: add gdk-pixbuf-extra run-dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes errors like: (claws-mail:51313): GdkPixbuf-WARNING **: 12:43:20.914: Error loading XPM image loader: Image type “xpm” is not supported stock_pixmap.c:836 Condition pix_d->pixbuf != NULL failed that prevent icons from being displayed after e129c081e39271eda. PR: 285900 Reported by: Fabian Keil Reviewed by: polarian@polarian.dev Tested by: Chris Hutchinson Approved by: Chris Hutchinson (maintainer) --- mail/claws-mail/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 229912736597..0eb2494183a2 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -1,4 +1,5 @@ PORTNAME= claws-mail +PORTREVISION= 1 CATEGORIES= mail news COMMENT= Lightweight and featureful GTK based e-mail and news client @@ -14,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \ mime-support>0:misc/mime-support USES= cpe desktop-file-utils pathfix perl5 python shebangfix xorg -USE_GNOME= librsvg2 +USE_GNOME= gdkpixbufextra:run librsvg2 USE_XORG= ice sm SHEBANG_FILES= tools/*.pl tools/*.py tools/tb2claws-mail