From 0afc8661e4a56c97828d88575c4bf3e7f7d3a768 Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Mon, 2 Oct 2023 17:53:42 +0200 Subject: XFCE: Cleanup dependencies - Update xfce.mk to avid forcing too many dependencies on consumers - Change dependency on garcon to reference libgarcon-1.so (main library) - Explicitly add USE_XFCE components to the ports actually needing them. - Cleanup dependencies, adding/removing missing/extra dependencies - Change the referenced library in some LIB_DEPENDS to the actually linked one (avoids false positives in poudriere Q/A tests) - Bump PORTREVISION on all touched ports, even indirectly due to the effect of removing forced dependencies on certain components - Remove USES=fuse from gigolo. I could not find any kind f reference to fuse in the code. - xfce4-bsdcpufreq-plugin: Also remove empty comment at the top of the Makefile --- editors/mousepad/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editors/mousepad') diff --git a/editors/mousepad/Makefile b/editors/mousepad/Makefile index 8231f6146fd7..62330e4851c6 100644 --- a/editors/mousepad/Makefile +++ b/editors/mousepad/Makefile @@ -1,5 +1,6 @@ PORTNAME= mousepad PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= editors xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 @@ -15,7 +16,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz USES= desktop-file-utils gettext-tools gmake gnome libtool perl5 \ pkgconfig tar:bzip2 xfce -USE_GNOME= cairo dconf gdkpixbuf2 glib20 gtk30 gtksourceview3 intltool +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 gtksourceview3 intltool USE_LDCONFIG= yes GNU_CONFIGURE= yes -- cgit v1.2.3