diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index 56424ccc24ff..3bce8c6a07b9 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -1,80 +1,76 @@ PORTNAME= gnome-shell -PORTVERSION= 47.7 -PORTREVISION= 1 +PORTVERSION= 47.8 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Next generation GNOME desktop shell WWW= https://gitlab.gnome.org/GNOME/gnome-shell LICENSE= GPLv2+ LGPL21+ LICENSE_COMB= multi -PORTSCOUT= limit:^47\. - BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} \ gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \ sassc:textproc/sassc -LIB_DEPENDS= libdrm.so:graphics/libdrm \ - libgcr-4.so:security/gcr \ +LIB_DEPENDS= libgcr-4.so:security/gcr \ libgjs.so:lang/gjs \ - libgnome-autoar-0.so:archivers/gnome-autoar \ libgraphene-1.0.so:graphics/graphene \ libical.so:devel/libical \ - libicuuc.so:devel/icu \ libjson-glib-1.0.so:devel/json-glib \ libmutter-15.so:x11-wm/mutter \ libp11-kit.so:security/p11-kit \ libpolkit-agent-1.so:sysutils/polkit \ libpulse-mainloop-glib.so:audio/pulseaudio \ libpipewire-0.3.so:multimedia/pipewire \ libibus-1.0.so:textproc/ibus RUN_DEPENDS= gdm:x11/gdm \ tecla:x11/tecla -USES= compiler:c11 cpe gettext gnome gstreamer localbase \ +USES= compiler:c11 cpe gettext-tools gnome gstreamer localbase \ meson pathfix pkgconfig python:build shebangfix tar:xz xorg CPE_VENDOR= gnome USE_GNOME= atk evolutiondataserver3 gdkpixbuf glib20 \ gnomedesktop4 gnomecontrolcenter3 gtk40 introspection \ libxml2 libxslt:build USE_XORG= x11 xfixes -USE_LDCONFIG= yes + +PORTSCOUT= limit:^47\. + SHEBANG_FILES= src/gnome-shell-test-tool.in \ src/data-to-c.py # These libs are found via rpath mechanism NO_SHLIB_REQUIRES_GLOB= libmutter-clutter-* libmutter-cogl-* libmutter-mtk-* OPTIONS_DEFINE= EXAMPLES OPTIONS_DEFAULT= EXAMPLES EXAMPLES_SUB_FILES= pkg-message xprofile MESON_ARGS= -Dnetworkmanager=false \ -Dportal_helper=false \ -Dsystemd=false \ -Dtests=false \ -Dextensions_tool=false GLIB_SCHEMAS= 00_org.gnome.shell.gschema.override \ org.gnome.shell.gschema.xml \ org.gnome.Extensions.gschema.xml post-extract: @${CP} ${FILESDIR}/*.xml ${WRKSRC}/data/dbus-interfaces post-patch: @${REINPLACE_CMD} -e "s,python3,${PYTHON_VERSION},g" \ ${WRKSRC}/meson.build pre-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} post-install-EXAMPLES-on: @${INSTALL_SCRIPT} ${WRKDIR}/xprofile ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/x11/gnome-shell/distinfo b/x11/gnome-shell/distinfo index 5905bfdddc94..0dedebf54cb1 100644 --- a/x11/gnome-shell/distinfo +++ b/x11/gnome-shell/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748504335 -SHA256 (gnome/gnome-shell-47.7.tar.xz) = 7afb263e95327e3c05775553a409b26fc224004784224e5927bc28aa6550e3ab -SIZE (gnome/gnome-shell-47.7.tar.xz) = 2142328 +TIMESTAMP = 1751312448 +SHA256 (gnome/gnome-shell-47.8.tar.xz) = 42d19a2ff449ce0cb139ec240b4a969d8df9ad7c9b938364461a0360f1c3a028 +SIZE (gnome/gnome-shell-47.8.tar.xz) = 2142660 diff --git a/x11/gnome-shell/files/org.freedesktop.ConsoleKit.Manager.xml b/x11/gnome-shell/files/org.freedesktop.ConsoleKit.Manager.xml index aff663e3f53b..56ce41638f6d 100644 --- a/x11/gnome-shell/files/org.freedesktop.ConsoleKit.Manager.xml +++ b/x11/gnome-shell/files/org.freedesktop.ConsoleKit.Manager.xml @@ -1,27 +1,26 @@ - - + diff --git a/x11/gnome-shell/files/patch-meson.build b/x11/gnome-shell/files/patch-meson.build index 80da036290d5..3b08518ebe6e 100644 --- a/x11/gnome-shell/files/patch-meson.build +++ b/x11/gnome-shell/files/patch-meson.build @@ -1,13 +1,21 @@ ---- meson.build.orig 2023-04-24 08:26:56 UTC +--- meson.build.orig 2025-06-29 10:48:12 UTC +++ meson.build -@@ -148,8 +148,10 @@ cdata.set('HAVE_FDWALK', cc.has_function('fdwalk')) +@@ -157,11 +157,13 @@ cdata.set('HAVE_SYS_RESOURCE_H', cc.has_header('sys/re cdata.set('HAVE_MALLINFO', cc.has_function('mallinfo')) cdata.set('HAVE_MALLINFO2', cc.has_function('mallinfo2')) cdata.set('HAVE_SYS_RESOURCE_H', cc.has_header('sys/resource.h')) +-cdata.set('HAVE_EXE_INTROSPECTION', +- cc.has_header('elf.h') and +- cc.has_header('link.h') and +- cc.has_define('__GLIBC__', prefix: '#include ') +-) +if host_machine.system() == 'linux' - cdata.set('HAVE_EXE_INTROSPECTION', - cc.has_header('elf.h') and cc.has_header('link.h')) ++ cdata.set('HAVE_EXE_INTROSPECTION', ++ cc.has_header('elf.h') and ++ cc.has_header('link.h') and ++ cc.has_define('__GLIBC__', prefix: '#include ') ++ ) +endif cdata.set('HAVE__NL_TIME_FIRST_WEEKDAY', cc.has_header_symbol('langinfo.h', '_NL_TIME_FIRST_WEEKDAY') ) diff --git a/x11/gnome-shell/pkg-message b/x11/gnome-shell/pkg-message deleted file mode 100644 index 47d33bee49d9..000000000000 --- a/x11/gnome-shell/pkg-message +++ /dev/null @@ -1,17 +0,0 @@ -[ -{ type: install - message: <