summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/metacity/Makefile8
-rw-r--r--x11-wm/metacity/distinfo6
-rw-r--r--x11-wm/metacity/files/patch-data_Makefile.in10
-rw-r--r--x11-wm/metacity/pkg-descr8
-rw-r--r--x11-wm/metacity/pkg-plist3
-rw-r--r--x11-wm/river/Makefile2
-rw-r--r--x11-wm/sway/Makefile11
-rw-r--r--x11-wm/sway/files/extra-patch-wordexp (renamed from x11-wm/sway/files/patch-common_stringop.c)0
-rw-r--r--x11-wm/swayfx/Makefile11
-rw-r--r--x11-wm/swayfx/files/extra-patch-wordexp (renamed from x11-wm/swayfx/files/patch-common_stringop.c)0
10 files changed, 43 insertions, 16 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile
index bdf12a7da83c..380bad501064 100644
--- a/x11-wm/metacity/Makefile
+++ b/x11-wm/metacity/Makefile
@@ -1,5 +1,5 @@
PORTNAME= metacity
-PORTVERSION= 3.56.0
+PORTVERSION= 3.57.1
CATEGORIES= x11-wm
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
@@ -10,15 +10,13 @@ WWW= https://gitlab.gnome.org/GNOME/metacity
LICENSE= GPLv2
-BUILD_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \
- zenity>0:x11/zenity
+BUILD_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas
LIB_DEPENDS= libcanberra.so:audio/libcanberra \
libcanberra-gtk3.so:audio/libcanberra-gtk3 \
libharfbuzz.so:print/harfbuzz \
libgtop-2.0.so:devel/libgtop \
libstartup-notification-1.so:x11/startup-notification
-RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \
- zenity>0:x11/zenity
+RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas
USES= compiler:c11 gettext gmake gnome libtool localbase pathfix \
pkgconfig tar:xz xorg
diff --git a/x11-wm/metacity/distinfo b/x11-wm/metacity/distinfo
index 07b9488b6562..191e4798a366 100644
--- a/x11-wm/metacity/distinfo
+++ b/x11-wm/metacity/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1749549249
-SHA256 (gnome/metacity-3.56.0.tar.xz) = 7554997104b26ff0e79a02b37a2ba189bdf4e7ccd54226f0faf4b1a59006c901
-SIZE (gnome/metacity-3.56.0.tar.xz) = 1749348
+TIMESTAMP = 1756037975
+SHA256 (gnome/metacity-3.57.1.tar.xz) = 1293a26e4dedfd4bf200b5bb788673008979ae3ac6d3053f7db481b87acc7cde
+SIZE (gnome/metacity-3.57.1.tar.xz) = 1756412
diff --git a/x11-wm/metacity/files/patch-data_Makefile.in b/x11-wm/metacity/files/patch-data_Makefile.in
new file mode 100644
index 000000000000..bd0cef865b54
--- /dev/null
+++ b/x11-wm/metacity/files/patch-data_Makefile.in
@@ -0,0 +1,10 @@
+--- data/Makefile.in.orig 2025-08-23 09:46:51 UTC
++++ data/Makefile.in
+@@ -381,7 +381,6 @@ SUBDIRS = \
+ keybindings \
+ pkgconfig \
+ schemas \
+- systemd \
+ ui \
+ $(NULL)
+
diff --git a/x11-wm/metacity/pkg-descr b/x11-wm/metacity/pkg-descr
index fb1cb52b9383..e09ba9d7a359 100644
--- a/x11-wm/metacity/pkg-descr
+++ b/x11-wm/metacity/pkg-descr
@@ -1,4 +1,4 @@
-Metacity is a low-frills Window Manager, and is the default
-Window Manager of the GNOME 2 desktop. It provides most of
-the features expected of a Window Manager, but leaves everything
-it can up to other components of the GNOME environment.
+Metacity is a simple compositing window manager that integrates nicely
+with GNOME Flashback.
+It uses GTK+ 3 for drawing window frames, so that it inherits colors,
+fonts, and so on from the GTK+ theme.
diff --git a/x11-wm/metacity/pkg-plist b/x11-wm/metacity/pkg-plist
index dc8e01275b97..695d881d9659 100644
--- a/x11-wm/metacity/pkg-plist
+++ b/x11-wm/metacity/pkg-plist
@@ -8,8 +8,9 @@ include/metacity/libmetacity/meta-frame-enums.h
include/metacity/libmetacity/meta-theme.h
lib/libmetacity.so
lib/libmetacity.so.3
-lib/libmetacity.so.%%GTK3_VERSION%%
+lib/libmetacity.so.3.0.0
libdata/pkgconfig/libmetacity.pc
+libexec/metacity-dialog
share/applications/metacity.desktop
share/gnome-control-center/keybindings/50-metacity-navigation.xml
share/gnome-control-center/keybindings/50-metacity-system.xml
diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile
index 30f6e8af98f6..96116f9315bb 100644
--- a/x11-wm/river/Makefile
+++ b/x11-wm/river/Makefile
@@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v
DISTVERSION= 0.3.11
CATEGORIES= x11-wm wayland
-MAINTAINER= jbeich@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Dynamic tiling Wayland compositor
WWW= https://isaacfreund.com/software/river/
diff --git a/x11-wm/sway/Makefile b/x11-wm/sway/Makefile
index 9b0f8f7f029e..caf623eafae1 100644
--- a/x11-wm/sway/Makefile
+++ b/x11-wm/sway/Makefile
@@ -50,6 +50,15 @@ SWAYBG_RUN_DEPENDS= swaybg:x11/swaybg
X11_USE= XORG=xcb
X11_LIB_DEPENDS= libxcb-icccm.so:x11/xcb-util-wm
+.include <bsd.port.options.mk>
+
+# https://github.com/freebsd/freebsd-src/pull/1675
+.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1305503 \
+ || ${OSVERSION} >= 1400000 && ${OSVERSION} < 1403505 \
+ || ${OSVERSION} >= 1500000 && ${OSVERSION} < 1500052)
+EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-wordexp
+.endif
+
post-patch:
# Let @sample handle default files under etc/
@${REINPLACE_CMD} -e '/config\.in/{ N; s/@BASENAME@/&.sample/; }' \
@@ -58,7 +67,7 @@ post-patch:
@${REINPLACE_CMD} -i .nogit -e 's/git.found()/false/' \
-e '/project_version/s/@0@/${DISTVERSIONFULL}/' \
${WRKSRC}/meson.build
-.if exists(${.CURDIR}/files/patch-common_stringop.c)
+.if exists(${.CURDIR}/files/extra-patch-wordexp)
# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275328
@${REINPLACE_CMD} -e 's/_POSIX_C_SOURCE=200809L/_XOPEN_SOURCE=700/' \
${WRKSRC}/meson.build
diff --git a/x11-wm/sway/files/patch-common_stringop.c b/x11-wm/sway/files/extra-patch-wordexp
index 5a9f187e11df..5a9f187e11df 100644
--- a/x11-wm/sway/files/patch-common_stringop.c
+++ b/x11-wm/sway/files/extra-patch-wordexp
diff --git a/x11-wm/swayfx/Makefile b/x11-wm/swayfx/Makefile
index 6d9cf7561faa..f53808ea6c88 100644
--- a/x11-wm/swayfx/Makefile
+++ b/x11-wm/swayfx/Makefile
@@ -53,6 +53,15 @@ SWAYBG_RUN_DEPENDS= swaybg:x11/swaybg
X11_USE= XORG=xcb
X11_LIB_DEPENDS= libxcb-icccm.so:x11/xcb-util-wm
+.include <bsd.port.options.mk>
+
+# https://github.com/freebsd/freebsd-src/pull/1675
+.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1305503 \
+ || ${OSVERSION} >= 1400000 && ${OSVERSION} < 1403505 \
+ || ${OSVERSION} >= 1500000 && ${OSVERSION} < 1500052)
+EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-wordexp
+.endif
+
post-patch:
# Let @sample handle default files under etc/
@${REINPLACE_CMD} -e '/config\.in/{ N; s/@BASENAME@/&.sample/; }' \
@@ -61,7 +70,7 @@ post-patch:
@${REINPLACE_CMD} -i .nogit -e 's/git.found()/false/' \
-e '/project_version/s/@0@/${DISTVERSIONFULL}/' \
${WRKSRC}/meson.build
-.if exists(${.CURDIR}/files/patch-common_stringop.c)
+.if exists(${.CURDIR}/files/extra-patch-wordexp)
# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275328
@${REINPLACE_CMD} -e 's/_POSIX_C_SOURCE=200809L/_XOPEN_SOURCE=700/' \
${WRKSRC}/meson.build
diff --git a/x11-wm/swayfx/files/patch-common_stringop.c b/x11-wm/swayfx/files/extra-patch-wordexp
index 5a9f187e11df..5a9f187e11df 100644
--- a/x11-wm/swayfx/files/patch-common_stringop.c
+++ b/x11-wm/swayfx/files/extra-patch-wordexp