x11-wm/phoc: update to 0.48.0

Changes:	https://gitlab.gnome.org/World/Phosh/phoc/-/releases/v0.48.0
Reported by:	GitLab (notify releases)
This commit is contained in:
Jan Beich 2025-06-30 08:54:56 +02:00
parent e073ecb718
commit 81647f62d1
5 changed files with 27 additions and 23 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= phoc
DISTVERSIONPREFIX= v
DISTVERSION= 0.46.0
DISTVERSION= 0.48.0
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
@ -15,7 +15,7 @@ BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
libudev.so:devel/libudev-devd \
libwayland-server.so:graphics/wayland \
libwlroots-0.18.so:x11-toolkits/wlroots018 \
libwlroots-0.19.so:x11-toolkits/wlroots019 \
libinput.so:x11/libinput \
libxkbcommon.so:x11/libxkbcommon
RUN_DEPENDS= ${LOCALBASE}/share/glib-2.0/schemas/org.gnome.mutter.gschema.xml:x11-wm/mutter
@ -27,9 +27,12 @@ USE_GNOME= cairo gnomedesktop3
USE_XORG= pixman xcb
GL_SITE= https://gitlab.gnome.org
GL_ACCOUNT= World/Phosh
GL_TUPLE= World/Phosh:gmobile:v0.2.0:gmobile/subprojects/gmobile
GL_TUPLE= World/Phosh:gmobile:v0.2.0:gmobile/subprojects/gmobile \
GNOME:gvdb:4758f6f:gvdb/subprojects/gvdb
MESON_ARGS= -Dembed-wlroots=disabled
PLIST_FILES= bin/${PORTNAME} \
bin/${PORTNAME}-outputs-states \
share/man/man1/${PORTNAME}-outputs-states.1.gz \
share/man/man5/${PORTNAME}.ini.5.gz \
share/applications/mobi.phosh.Phoc.desktop \
share/icons/hicolor/symbolic/apps/mobi.phosh.Phoc.svg

View File

@ -1,5 +1,7 @@
TIMESTAMP = 1743405448
SHA256 (phoc-v0.46.0.tar.bz2) = 710668dfff3ce97096c61072563f128585f4b9596b304a7d970787b0a989dae9
SIZE (phoc-v0.46.0.tar.bz2) = 282603
TIMESTAMP = 1751266496
SHA256 (phoc-v0.48.0.tar.bz2) = 9b7b954dc69da13b3ca50a5a3c84ff8ed261347065b5bd53d05b76db88570eda
SIZE (phoc-v0.48.0.tar.bz2) = 291253
SHA256 (gmobile-v0.2.0.tar.bz2) = a043d63026731b7d2e7cb2a8332ca0f4125d74f15a76db7fd4b857064e0a8727
SIZE (gmobile-v0.2.0.tar.bz2) = 54872
SHA256 (gvdb-4758f6f.tar.bz2) = e318d0de50d6d5280d1e28e97b8836c7ad49d821dbeaa67697b2392cf7eea908
SIZE (gvdb-4758f6f.tar.bz2) = 24376

View File

@ -2,11 +2,11 @@ ld: error: undefined symbol: pthread_create
>>> referenced by idle.c
>>> examples/idle.p/idle.c.o:(main)
--- examples/meson.build.orig 2023-10-28 09:42:21 UTC
--- examples/meson.build.orig 2025-06-30 06:54:56 UTC
+++ examples/meson.build
@@ -27,5 +27,5 @@ executable('idle',
executable('idle',
@@ -24,5 +24,5 @@ executable(
executable(
'idle',
sources: ['idle.c', client_protos_headers, protos_sources],
- dependencies: [glib, wayland_client],
+ dependencies: [glib, wayland_client, dependency('threads')],

View File

@ -1,13 +0,0 @@
Error: Orphaned: %%DATADIR%%/systemtap/activation.stp
Error: Orphaned: %%DATADIR%%/systemtap/direct-scanout.stp
Error: Orphaned: %%DATADIR%%/systemtap/render-loop.stp
--- helpers/tracing/meson.build.orig 2024-01-06 09:54:24 UTC
+++ helpers/tracing/meson.build
@@ -4,4 +4,6 @@ stp_scripts = [
'render-loop.stp',
]
+if not get_option('dtrace').disabled()
install_data(stp_scripts, install_dir : pkgdatadir / 'systemtap' )
+endif

View File

@ -0,0 +1,12 @@
Error: Orphaned: %%DATADIR%%/systemtap/activation.stp
Error: Orphaned: %%DATADIR%%/systemtap/direct-scanout.stp
Error: Orphaned: %%DATADIR%%/systemtap/render-loop.stp
--- tools/tracing/meson.build.orig 2025-06-30 06:54:56 UTC
+++ tools/tracing/meson.build
@@ -1,3 +1,5 @@ stp_scripts = ['activation.stp', 'direct-scanout.stp',
stp_scripts = ['activation.stp', 'direct-scanout.stp', 'render-loop.stp']
+if not get_option('dtrace').disabled()
install_data(stp_scripts, install_dir: pkgdatadir / 'systemtap')
+endif