Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Oct 2022 07:13:21 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: 46ac1d4cb045 - main - x11-wm/picom: update to 10.r1
Message-ID:  <202210300713.29U7DLMv018318@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=46ac1d4cb045138bc704c9d1a293777845799cb3

commit 46ac1d4cb045138bc704c9d1a293777845799cb3
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-10-29 20:00:11 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-10-30 06:58:45 +0000

    x11-wm/picom: update to 10.r1
    
    Changes:        https://github.com/yshui/picom/releases/v10-rc1
    Reported by:    GitHub (watch releases)
---
 x11-wm/picom/Makefile | 8 ++++----
 x11-wm/picom/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/x11-wm/picom/Makefile b/x11-wm/picom/Makefile
index 6502af029121..d072469127f3 100644
--- a/x11-wm/picom/Makefile
+++ b/x11-wm/picom/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	picom
 DISTVERSIONPREFIX=	v
-DISTVERSION=	9.1
-PORTREVISION=	1
+DISTVERSION=	10-rc1
 CATEGORIES=	x11-wm
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -27,6 +26,7 @@ MESON_ARGS=	-Dcompton=false -Dunittest=true
 TEST_TARGET=	test
 PLIST_FILES=	bin/${PORTNAME} \
 		bin/${PORTNAME}-trans \
+		etc/xdg/autostart/${PORTNAME}.desktop \
 		"@sample etc/xdg/${PORTNAME}.conf.sample" \
 		share/applications/${PORTNAME}.desktop
 
@@ -45,7 +45,7 @@ DRM_LIB_DEPENDS=	libdrm.so:graphics/libdrm
 DRM_MESON_TRUE=		vsync_drm
 
 OPENGL_USES=		gl
-OPENGL_USE=		GL=gl
+OPENGL_USE=		GL=egl,gl
 OPENGL_MESON_TRUE=	opengl
 
 DBUS_LIB_DEPENDS=	libdbus-1.so:devel/dbus
@@ -59,7 +59,7 @@ DOCS_PLIST_FILES=	man/man1/${PORTNAME}.1.gz \
 post-patch:
 	@${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \
 		${WRKSRC}/man/${PORTNAME}.1.asciidoc \
-		${WRKSRC}/src/config_libconfig.c
+		${WRKSRC}/src/config.c
 # Extract (snapshot) version from the port instead of meson.build
 	@${REINPLACE_CMD} -i .nogit -e 's/git.found()/false/' \
 		-e "/project_version/s/=.*/= '${DISTVERSIONFULL}'/" \
diff --git a/x11-wm/picom/distinfo b/x11-wm/picom/distinfo
index 4ef4f877ee30..90a480ab8bdd 100644
--- a/x11-wm/picom/distinfo
+++ b/x11-wm/picom/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1644763080
-SHA256 (yshui-picom-v9.1_GH0.tar.gz) = 8700ac71bd496c91262c8576e29cb3aecf2b4ef48c04394a929509d3cb37b87d
-SIZE (yshui-picom-v9.1_GH0.tar.gz) = 263924
+TIMESTAMP = 1667073611
+SHA256 (yshui-picom-v10-rc1_GH0.tar.gz) = e37145198a5b07b3220bbfeba1962794adbb3b176849b8737aa28a005f80d658
+SIZE (yshui-picom-v10-rc1_GH0.tar.gz) = 286821



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