mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
mail/claws-mail: add gdk-pixbuf-extra run-dependency
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 e129c081e3.
PR: 285900
Reported by: Fabian Keil <fk@fabiankeil.de>
Reviewed by: polarian@polarian.dev
Tested by: Chris Hutchinson <portmaster@bsdforge.com>
Approved by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
This commit is contained in:
committed by
Hiroki Tagato
parent
ad74de50bc
commit
bf310c5035
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user