Skip to content
Snippets Groups Projects
Commit f7461335 authored by José Maldonado's avatar José Maldonado Committed by Vladimir Druzenko
Browse files

x11-wm/picom: Update 12.2 → 12.3

Changelog:
 Improvements
  - Extend workaround for missing hardware accelerated convolution to
    more drivers
 Bug fixes
  - Fix memory corruption that can happen when handling window property
    changes
  - Fix force-win-blend having no effect
  - Fix shadow being rendered incorrectly in xrender backend
https://github.com/yshui/picom/releases/tag/v12.3

PR:	282083
MFH:	2024Q4
parent 16b8823a
No related branches found
No related tags found
No related merge requests found
PORTNAME= picom
DISTVERSIONPREFIX= v
DISTVERSION= 12.2
DISTVERSION= 12.3
CATEGORIES= x11-wm
MAINTAINER= yukiteruamano@volfread.xyz
......
TIMESTAMP = 1728619456
SHA256 (yshui-picom-v12.2_GH0.tar.gz) = c9c24e10ea57d740fc781b47bf5e423ab08216c3056c270a83de35a7f8317a28
SIZE (yshui-picom-v12.2_GH0.tar.gz) = 673913
TIMESTAMP = 1728920779
SHA256 (yshui-picom-v12.3_GH0.tar.gz) = 926142c667c9e5b5205a11b2755fb9ca39c3e696365792d705a45d84e34d7a68
SIZE (yshui-picom-v12.3_GH0.tar.gz) = 673577
# Configure PICOM_VERSION and PICOM_FULL_VERSION
--- meson.build.orig 2024-10-10 12:00:52 UTC
--- meson.build.orig 2024-10-14 15:45:15 UTC
+++ meson.build
@@ -3,33 +3,8 @@ cc = meson.get_compiler('c')
......@@ -32,8 +32,8 @@
-else
- add_global_arguments('-DPICOM_FULL_VERSION="v'+meson.project_version()+'"', language: 'c')
-endif
+add_global_arguments('-DPICOM_VERSION="v12.2"', language: 'c')
+add_global_arguments('-DPICOM_FULL_VERSION="v12.2"', language: 'c')
+add_global_arguments('-DPICOM_VERSION="v12.3"', language: 'c')
+add_global_arguments('-DPICOM_FULL_VERSION="v12.3"', language: 'c')
if get_option('buildtype') == 'release'
add_global_arguments('-DNDEBUG', language: 'c')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment