git: 7ed614722089 - main - gnome: fixed USE_GNOME=gdkpixbuf2xlib botched from USE_GNOME=gdkpixbuf rename

From: Charlie Li <vishwin_at_FreeBSD.org>
Date: Tue, 18 Mar 2025 02:02:41 UTC
The branch main has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7ed614722089b8585ba7d6168801b6e35f75c60e

commit 7ed614722089b8585ba7d6168801b6e35f75c60e
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2025-03-18 02:01:38 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2025-03-18 02:01:38 +0000

    gnome: fixed USE_GNOME=gdkpixbuf2xlib botched from USE_GNOME=gdkpixbuf rename
    
    Reported by: truckman
---
 editors/openoffice-4/Makefile     | 2 +-
 editors/openoffice-devel/Makefile | 2 +-
 emulators/open-vm-tools/Makefile  | 2 +-
 games/xqf/Makefile                | 2 +-
 x11-wm/icewm/Makefile             | 2 +-
 x11-wm/sawfish/Makefile           | 2 +-
 x11/fbpanel/Makefile              | 2 +-
 x11/lxpanel/Makefile              | 2 +-
 x11/sbxkb/Makefile                | 2 +-
 x11/wmdrawer/Makefile             | 2 +-
 x11/xxkb/Makefile                 | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile
index 17a06c25ce1d..a409dab4677a 100644
--- a/editors/openoffice-4/Makefile
+++ b/editors/openoffice-4/Makefile
@@ -114,7 +114,7 @@ USES=		autoreconf bison compiler:c++11-lib cpe desktop-file-utils \
 		gettext-runtime gl gmake gnome iconv java jpeg perl5 pkgconfig \
 		shared-mime-info ssl tar:bzip2 xorg
 USE_GL=		gl glu
-USE_GNOME=	gdkpixbuf gdkpixbufxlib gtk20 libxslt glib20
+USE_GNOME=	gdkpixbuf gdkpixbuf2xlib gtk20 libxslt glib20
 JAVA_VENDOR=	openjdk
 USE_PERL5=	build
 USE_XORG=	ice sm x11 xau xaw xcomposite xcursor xdamage xext xfixes xi \
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile
index 7eb0672c6820..f75a044d7623 100644
--- a/editors/openoffice-devel/Makefile
+++ b/editors/openoffice-devel/Makefile
@@ -115,7 +115,7 @@ USES=		autoreconf bison compiler:c++11-lib cpe desktop-file-utils \
 		gettext-runtime gl gmake gnome iconv java jpeg perl5 pkgconfig \
 		python shared-mime-info ssl tar:${TARTYPE} xorg
 USE_GL=		gl glu
-USE_GNOME=	gdkpixbuf gdkpixbufxlib gtk20 libxslt glib20
+USE_GNOME=	gdkpixbuf gdkpixbuf2xlib gtk20 libxslt glib20
 JAVA_VENDOR=	openjdk
 USE_PERL5=	build
 USE_XORG=	ice sm x11 xau xaw xcomposite xcursor xdamage xext xfixes xi \
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile
index bb21f215ee60..b1ce7d5ca7eb 100644
--- a/emulators/open-vm-tools/Makefile
+++ b/emulators/open-vm-tools/Makefile
@@ -68,7 +68,7 @@ X11_LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 			libfreetype.so:print/freetype2 \
 			libharfbuzz.so:print/harfbuzz
 X11_USES=		desktop-file-utils xorg
-X11_USE=		GNOME=gdkpixbuf,gdkpixbufxlib,gtk30,gtkmm30 \
+X11_USE=		GNOME=gdkpixbuf,gdkpixbuf2xlib,gtk30,gtkmm30 \
 			XORG=ice,sm,x11,xext,xi,xinerama,xorgproto,xrandr,xrender,xtst
 X11_CONFIGURE_WITH=	gtk3 gtkmm3 x
 
diff --git a/games/xqf/Makefile b/games/xqf/Makefile
index 1b12aed5ee5b..39e019ebe4dd 100644
--- a/games/xqf/Makefile
+++ b/games/xqf/Makefile
@@ -11,7 +11,7 @@ WWW=		http://www.linuxgames.com/xqf/
 RUN_DEPENDS=	qstat:games/qstat
 
 USES=		autoreconf gettext gmake gnome pkgconfig xorg
-USE_GNOME=	intlhack gdkpixbuf gdkpixbufxlib
+USE_GNOME=	intlhack gdkpixbuf gdkpixbuf2xlib
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
index 8ecb8d858fba..4454b271dd66 100644
--- a/x11-wm/icewm/Makefile
+++ b/x11-wm/icewm/Makefile
@@ -35,7 +35,7 @@ BEASTIE_VARS_OFF=	STARTUP_PIXMAP=icewm-logo.xpm
 IMLIB2_LIB_DEPENDS=	libImlib2.so:graphics/imlib2
 IMLIB2_DESC=		Use Imlib2 for rendering
 IMLIB2_CONFIGURE_OFF=	--disable-imlib2 --enable-gdk-pixbuf
-IMLIB2_USE_OFF=		GNOME=gdkpixbufxlib
+IMLIB2_USE_OFF=		GNOME=gdkpixbuf2xlib
 
 LIBRSVG2_BUILD_DEPENDS_OFF=	${LOCALBASE}/include/nanosvg.h:graphics/nanosvg
 LIBRSVG2_USE=		GNOME=librsvg2
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile
index cc4d15d1e265..95b6a4e058fe 100644
--- a/x11-wm/sawfish/Makefile
+++ b/x11-wm/sawfish/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS=	rep-gtk2>=0.90:x11-toolkits/rep-gtk2
 
 USES=		gmake gnome libtool makeinfo pathfix pkgconfig tar:xz xorg
 USE_XORG=	ice sm x11 xft xinerama xrandr xtst xrender xext
-USE_GNOME=	cairo gdkpixbuf gdkpixbufxlib gtk20
+USE_GNOME=	cairo gdkpixbuf gdkpixbuf2xlib gtk20
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--localstatedir=${PREFIX}/share \
diff --git a/x11/fbpanel/Makefile b/x11/fbpanel/Makefile
index 81c1a19011d5..699afa0dd8ec 100644
--- a/x11/fbpanel/Makefile
+++ b/x11/fbpanel/Makefile
@@ -12,7 +12,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		alias gmake gnome pkgconfig tar:tbz2 xorg
-USE_GNOME=	gdkpixbuf gdkpixbufxlib gtk20
+USE_GNOME=	gdkpixbuf gdkpixbuf2xlib gtk20
 USE_XORG=	x11
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX}
diff --git a/x11/lxpanel/Makefile b/x11/lxpanel/Makefile
index 51f1be39604f..2efc7e7e2ae2 100644
--- a/x11/lxpanel/Makefile
+++ b/x11/lxpanel/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libmenu-cache.so:x11/menu-cache \
 RUN_DEPENDS=	${LOCALBASE}/etc/xdg/menus/lxde-applications.menu:x11/lxmenu-data
 
 USES=		gmake gnome libtool localbase pathfix pkgconfig tar:xz xorg
-USE_GNOME=	glib20 gtk20 cairo gdkpixbuf gdkpixbufxlib intltool
+USE_GNOME=	glib20 gtk20 cairo gdkpixbuf gdkpixbuf2xlib intltool
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
diff --git a/x11/sbxkb/Makefile b/x11/sbxkb/Makefile
index d5ce153e6177..019a780fc07d 100644
--- a/x11/sbxkb/Makefile
+++ b/x11/sbxkb/Makefile
@@ -13,7 +13,7 @@ LICENSE=	GPLv3
 GNU_CONFIGURE=	yes
 LIBS+=		-L${LOCALBASE}/lib -lX11
 USES=		gnome pkgconfig xorg
-USE_GNOME=	gdkpixbuf gdkpixbufxlib gtk20
+USE_GNOME=	gdkpixbuf gdkpixbuf2xlib gtk20
 USE_XORG=	x11
 
 post-patch:
diff --git a/x11/wmdrawer/Makefile b/x11/wmdrawer/Makefile
index 6b31131875bc..36221a175986 100644
--- a/x11/wmdrawer/Makefile
+++ b/x11/wmdrawer/Makefile
@@ -12,7 +12,7 @@ WWW=		http://people.easter-eggs.org/~valos/wmdrawer/
 LICENSE=	GPLv2+
 
 USES=		gmake gnome pkgconfig xorg
-USE_GNOME=	gdkpixbuf gdkpixbufxlib
+USE_GNOME=	gdkpixbuf gdkpixbuf2xlib
 USE_XORG=	x11 xext xi
 MAKE_ARGS=	MANDIR=$(PREFIX)/share/man/man1
 MAKE_ENV=	USE_GDKPIXBUF2=1
diff --git a/x11/xxkb/Makefile b/x11/xxkb/Makefile
index 15ac4001a139..a46c7072dd75 100644
--- a/x11/xxkb/Makefile
+++ b/x11/xxkb/Makefile
@@ -20,7 +20,7 @@ PORTDOCS=	README CHANGES.ru README.ru
 OPTIONS_DEFINE=	LIBRSVG2 DOCS
 
 LIBRSVG2_USES=	gnome
-LIBRSVG2_USE=	GNOME=librsvg2,gdkpixbufxlib
+LIBRSVG2_USE=	GNOME=librsvg2,gdkpixbuf2xlib
 LIBRSVG2_VARS=	XMKMF_ARGS=-DWITH_SVG_SUPPORT
 
 post-build: