Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2023 14:09:30 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 39f0e9cb6fbd - main - x11-wm/phoc: update to 0.27.0
Message-ID:  <202305011409.341E9U8r057415@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=39f0e9cb6fbdd8f09a12b7badc14b3c77645e896

commit 39f0e9cb6fbdd8f09a12b7badc14b3c77645e896
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-30 15:23:46 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-05-01 14:09:17 +0000

    x11-wm/phoc: update to 0.27.0
    
    Changes:        https://gitlab.gnome.org/World/Phosh/phoc/-/releases/v0.27.0
    Reported by:    GitLab (notify releases)
---
 x11-wm/phoc/Makefile | 18 +++++++++++++-----
 x11-wm/phoc/distinfo |  6 +++---
 2 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/x11-wm/phoc/Makefile b/x11-wm/phoc/Makefile
index d1b3546195da..0898f140c6ac 100644
--- a/x11-wm/phoc/Makefile
+++ b/x11-wm/phoc/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	phoc
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.26.0
-PORTREVISION=	1
+DISTVERSION=	0.27.0
 CATEGORIES=	x11-wm wayland
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -21,20 +20,29 @@ LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
 		libxkbcommon.so:x11/libxkbcommon
 RUN_DEPENDS=	${LOCALBASE}/share/glib-2.0/schemas/org.gnome.mutter.gschema.xml:x11-wm/mutter
 
-USES=		compiler:c11 gl gnome meson pkgconfig python:build shebangfix xorg
+USES=		compiler:c11 gettext gl gnome meson pkgconfig python:build shebangfix xorg
 USE_GITLAB=	yes
 USE_GL=		glesv2
 USE_GNOME=	cairo gnomedesktop3
 USE_XORG=	pixman xcb
 GL_SITE=	https://gitlab.gnome.org
 GL_ACCOUNT=	World/Phosh
-GL_COMMIT=	28d718ac3c1323f591481de4f90e9888edf4da10
+GL_COMMIT=	9700f0cec7415af8da648e3bd8b8eb0c72ff4af4
 GL_TUPLE=	https://gitlab.gnome.org:guidog:gmobile:ff854988bff80f2d4c1181ccf3c94b032603b6f9:gmobile/subprojects/gmobile
 SHEBANG_FILES=	build-aux/post_install.py
 MESON_ARGS=	-Dembed-wlroots=disabled
 CFLAGS+=	-Wno-error=format-nonliteral # clang
-PLIST_FILES=	bin/${PORTNAME}
+PLIST_FILES=	bin/${PORTNAME} \
+		share/applications/sm.puri.Phoc.desktop \
+		share/icons/hicolor/symbolic/apps/sm.puri.Phoc.svg
 GLIB_SCHEMAS=	sm.puri.phoc.gschema.xml
 
+OPTIONS_DEFINE=	MANPAGES
+OPTIONS_DEFAULT=MANPAGES
+
+MANPAGES_BUILD_DEPENDS=	rst2man:textproc/py-docutils
+MANPAGES_MESON_TRUE=	man
+MANPAGES_PLIST_FILES=	man/man1/${PORTNAME}.1.gz
+
 .include "${.CURDIR:H:H}/x11-toolkits/wlroots015/override.mk"
 .include <bsd.port.mk>
diff --git a/x11-wm/phoc/distinfo b/x11-wm/phoc/distinfo
index d4146c9c757d..162cd8d01cbb 100644
--- a/x11-wm/phoc/distinfo
+++ b/x11-wm/phoc/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1680253335
-SHA256 (World/Phosh-phoc-28d718ac3c1323f591481de4f90e9888edf4da10_GL0.tar.gz) = f26030b3c5f715c7107b116cba73243d1d16baaf50e89627f1818bd1a1380e00
-SIZE (World/Phosh-phoc-28d718ac3c1323f591481de4f90e9888edf4da10_GL0.tar.gz) = 238918
+TIMESTAMP = 1682868226
+SHA256 (World/Phosh-phoc-9700f0cec7415af8da648e3bd8b8eb0c72ff4af4_GL0.tar.gz) = aadea4aed4a12cf545656f710627d153009ff06a736d9fa89e5e50e9d2a9aaf2
+SIZE (World/Phosh-phoc-9700f0cec7415af8da648e3bd8b8eb0c72ff4af4_GL0.tar.gz) = 248585
 SHA256 (guidog-gmobile-ff854988bff80f2d4c1181ccf3c94b032603b6f9_GL0.tar.gz) = 71faa5e30a363e7abb6c38e335f00b425288995033dedeeb1e4573474269c6a1
 SIZE (guidog-gmobile-ff854988bff80f2d4c1181ccf3c94b032603b6f9_GL0.tar.gz) = 22316



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305011409.341E9U8r057415>