Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2025 10:35:02 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0a5479b86b57 - main - x11/libxfce4menu: Depend on gdkpixbufextra
Message-ID:  <202503181035.52IAZ2Na009372@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0a5479b86b57ac3bf092233ac587cc76f9b2c77a

commit 0a5479b86b57ac3bf092233ac587cc76f9b2c77a
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2025-03-18 10:31:46 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2025-03-18 10:34:58 +0000

    x11/libxfce4menu: Depend on gdkpixbufextra
    
    XFCE uses XPM images and other "uncommon" formats, force a dependency
    on gdkpixbufextra to ensure it is installed at runtime whenever any
    XFCE component is installed to avoid graphic glitches.
    
    PR:             285185, 285430
---
 x11/libxfce4menu/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11/libxfce4menu/Makefile b/x11/libxfce4menu/Makefile
index b068e1cb2079..0e359fb10973 100644
--- a/x11/libxfce4menu/Makefile
+++ b/x11/libxfce4menu/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libxfce4menu
 PORTVERSION=	4.20.0
+PORTREVISION=	1
 CATEGORIES=	x11 xfce
 MASTER_SITES=	XFCE
 DISTNAME=	libxfce4ui-${DISTVERSIONFULL}
@@ -18,7 +19,7 @@ LIB_DEPENDS=	libepoxy.so:graphics/libepoxy \
 
 USES=		compiler:c11 gettext-tools gmake gnome libtool pathfix \
 		pkgconfig tar:bzip2 xfce xorg
-USE_GNOME=	cairo gdkpixbuf glib20 gtk30
+USE_GNOME=	cairo gdkpixbufextra:run glib20 gtk30
 USE_LDCONFIG=	yes
 USE_XFCE=	libutil xfconf
 USE_XORG=	ice sm x11


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503181035.52IAZ2Na009372>