git: ce330f13df6f - main - x11-wm/picom: update to v12.5

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Thu, 14 Nov 2024 08:44:32 UTC
The branch main has been updated by fuz:

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

commit ce330f13df6f401e38fed729aa248195f760156d
Author:     Jose Maldonado aka Yukiteru <yukiteruamano@volfread.xyz>
AuthorDate: 2024-11-13 19:20:56 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-11-14 08:43:29 +0000

    x11-wm/picom: update to v12.5
    
    ** New in v12.4
    
    * Improvements
    
    Better workaround for a NVIDIA qurik, fix high CPU usage when screen is off (#1265)
    Avoid using xrender convolution in all cases, should improve shadow performance for most users. (#1349)
    
    * Bug fixes
    
    Fix leak of saved window images.
    
    * Build fixes
    
    Fix build on arm32 (#1355)
    
    ** New in v12.5
    
    * Bug fixes
    
    Fix assertion failure when running with some window managers (e.g. qtile) and no window is focused (#1384)
    
    PR:             282708
---
 x11-wm/picom/Makefile                | 2 +-
 x11-wm/picom/distinfo                | 6 +++---
 x11-wm/picom/files/patch-meson.build | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-wm/picom/Makefile b/x11-wm/picom/Makefile
index 82bf56abbe05..2bbab3c33885 100644
--- a/x11-wm/picom/Makefile
+++ b/x11-wm/picom/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	picom
 DISTVERSIONPREFIX=	v
-DISTVERSION=	12.3
+DISTVERSION=	12.5
 CATEGORIES=	x11-wm
 
 MAINTAINER=	yukiteruamano@volfread.xyz
diff --git a/x11-wm/picom/distinfo b/x11-wm/picom/distinfo
index d2714dc8a7c6..53808b7529b8 100644
--- a/x11-wm/picom/distinfo
+++ b/x11-wm/picom/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1728920779
-SHA256 (yshui-picom-v12.3_GH0.tar.gz) = 926142c667c9e5b5205a11b2755fb9ca39c3e696365792d705a45d84e34d7a68
-SIZE (yshui-picom-v12.3_GH0.tar.gz) = 673577
+TIMESTAMP = 1731525444
+SHA256 (yshui-picom-v12.5_GH0.tar.gz) = 627fa5d7c590df3ba8d2c41eb35d3859f7826bd28fa49e92a0e04fb60ed77904
+SIZE (yshui-picom-v12.5_GH0.tar.gz) = 674165
diff --git a/x11-wm/picom/files/patch-meson.build b/x11-wm/picom/files/patch-meson.build
index 48fce8010054..b9a3976068a8 100644
--- a/x11-wm/picom/files/patch-meson.build
+++ b/x11-wm/picom/files/patch-meson.build
@@ -32,8 +32,8 @@
 -else
 -	add_global_arguments('-DPICOM_FULL_VERSION="v'+meson.project_version()+'"', language: 'c')
 -endif
-+add_global_arguments('-DPICOM_VERSION="v12.3"', language: 'c')
-+add_global_arguments('-DPICOM_FULL_VERSION="v12.3"', language: 'c')
++add_global_arguments('-DPICOM_VERSION="v12.5"', language: 'c')
++add_global_arguments('-DPICOM_FULL_VERSION="v12.5"', language: 'c')
  
  if get_option('buildtype') == 'release'
  	add_global_arguments('-DNDEBUG', language: 'c')