diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index d31f2da9abe3..851ea9118620 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -1,40 +1,38 @@ PORTNAME= gnome-desktop -PORTVERSION= 44.4 +PORTVERSION= 44.5 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Additional UI API for GNOME WWW= https://gitlab.gnome.org/GNOME/gnome-desktop LICENSE= GPLv2+ LGPL20+ LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING LICENSE_FILE_LGPL20+ = ${WRKSRC}/COPYING.LIB BUILD_DEPENDS= iso-codes>0:misc/iso-codes \ gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \ xkeyboard-config>0:x11/xkeyboard-config LIB_DEPENDS= libxkbregistry.so:x11/libxkbcommon \ - libudev.so:devel/libudev-devd \ - libgudev-1.0.so:devel/libgudev + libudev.so:devel/libudev-devd RUN_DEPENDS= iso-codes>0:misc/iso-codes \ gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \ cantarell-fonts>0:x11-fonts/cantarell-fonts \ source-code-pro-ttf>0:x11-fonts/source-code-pro-ttf \ xkeyboard-config>0:x11/xkeyboard-config -USES= bison cpe gettext-tools gnome localbase:ldflags meson \ +USES= cpe gettext-tools gnome localbase:ldflags meson \ pkgconfig tar:xz xorg +CPE_VENDOR= gnome USE_GNOME= cairo gdkpixbuf gtk30 gtk40 introspection:build -USE_XORG= x11 USE_LDCONFIG= yes +USE_XORG= x11 MESON_ARGS= -Dudev=enabled \ -Dsystemd=disabled \ - -Dgtk_doc=false \ -Ddebug_tools=false \ -Ddesktop_docs=false -CPE_VENDOR= gnome .include diff --git a/x11/gnome-desktop/distinfo b/x11/gnome-desktop/distinfo index 8fbc3235a13c..8672b87ea298 100644 --- a/x11/gnome-desktop/distinfo +++ b/x11/gnome-desktop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757402369 -SHA256 (gnome/gnome-desktop-44.4.tar.xz) = 1d8cb9c6a328eb689b0c1269cf53834cc84d851d7e71970cdabba82706b44984 -SIZE (gnome/gnome-desktop-44.4.tar.xz) = 763656 +TIMESTAMP = 1770833461 +SHA256 (gnome/gnome-desktop-44.5.tar.xz) = 20e0995a6e3a03e8c1026c5a27bc3f45e69ffcc392ad743dcab6107a541d232f +SIZE (gnome/gnome-desktop-44.5.tar.xz) = 765220 diff --git a/x11/gnome-desktop/files/patch-libgnome-desktop_gnome-desktop-thumbnail-script.c b/x11/gnome-desktop/files/patch-libgnome-desktop_gnome-desktop-thumbnail-script.c new file mode 100644 index 000000000000..4d308213d267 --- /dev/null +++ b/x11/gnome-desktop/files/patch-libgnome-desktop_gnome-desktop-thumbnail-script.c @@ -0,0 +1,18 @@ +--- libgnome-desktop/gnome-desktop-thumbnail-script.c.orig 2026-02-09 00:58:33 UTC ++++ libgnome-desktop/gnome-desktop-thumbnail-script.c +@@ -31,7 +31,6 @@ + #include + #include + #include +-#include + #include + #include + +@@ -40,6 +39,7 @@ + #include + #include + #include ++#include + #include + #endif +