From 64ebabe05053993db481e667fdf7cf933f5e5b97 Mon Sep 17 00:00:00 2001 From: op Date: Sun, 22 Feb 2026 12:02:02 +0000 Subject: [PATCH] update x11/picom to v13; okay jtt@ --- x11/picom/Makefile | 8 ++++---- x11/picom/distinfo | 4 ++-- x11/picom/patches/patch-meson_build | 4 ++-- x11/picom/pkg/PLIST | 3 +++ 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/x11/picom/Makefile b/x11/picom/Makefile index da3a735e4aa..a94afc21d10 100644 --- a/x11/picom/Makefile +++ b/x11/picom/Makefile @@ -1,6 +1,6 @@ COMMENT = lightweight compositor for X11 -DIST_TUPLE = github yshui picom v12.5 . +DIST_TUPLE = github yshui picom v13 . CATEGORIES = x11 @@ -8,9 +8,9 @@ CATEGORIES = x11 PERMIT_PACKAGE = Yes WANTLIB += epoxy X11 X11-xcb c config dbus-1 ev m pcre2-8 pixman-1 -WANTLIB += pthread xcb-composite xcb-damage xcb-glx xcb-image xcb-present -WANTLIB += xcb-randr xcb-render-util xcb-render xcb-shape xcb-sync -WANTLIB += xcb-util xcb-xfixes xcb +WANTLIB += pthread xcb-composite xcb-damage xcb-glx xcb-present +WANTLIB += xcb-randr xcb-render-util xcb-render xcb-shape xcb-shm +WANTLIB += xcb-sync xcb-util xcb-xfixes xcb MODULES = devel/meson diff --git a/x11/picom/distinfo b/x11/picom/distinfo index c0b1345aef3..c306793e54c 100644 --- a/x11/picom/distinfo +++ b/x11/picom/distinfo @@ -1,2 +1,2 @@ -SHA256 (yshui-picom-v12.5.tar.gz) = Yn+l18WQ3zuo0sQes104WfeCa9KPpJ6SoOBPtg7XeQQ= -SIZE (yshui-picom-v12.5.tar.gz) = 674165 +SHA256 (yshui-picom-v13.tar.gz) = 25eRpUJVdCySTvgqaoggQmNtYd4PphvBTF5WJ5z1eRw= +SIZE (yshui-picom-v13.tar.gz) = 656067 diff --git a/x11/picom/patches/patch-meson_build b/x11/picom/patches/patch-meson_build index 798fa792bb1..8f039826226 100644 --- a/x11/picom/patches/patch-meson_build +++ b/x11/picom/patches/patch-meson_build @@ -4,7 +4,7 @@ Index: meson.build --- meson.build.orig +++ meson.build -@@ -4,8 +4,7 @@ project('picom', 'c', version: '12.5', +@@ -4,8 +4,7 @@ project('picom', 'c', version: '13', cc = meson.get_compiler('c') # use git describe if that's available @@ -14,7 +14,7 @@ Index: meson.build gitv = run_command('git', 'rev-parse', '--short=7', 'HEAD', check: false) if gitv.returncode() == 0 commit_hash_short = gitv.stdout().strip() -@@ -110,7 +109,6 @@ subdir('tools') +@@ -111,7 +110,6 @@ subdir('include') install_data('bin/picom-trans', install_dir: get_option('bindir')) install_data('picom.desktop', install_dir: 'share/applications') diff --git a/x11/picom/pkg/PLIST b/x11/picom/pkg/PLIST index fe5112dd244..296a46f9528 100644 --- a/x11/picom/pkg/PLIST +++ b/x11/picom/pkg/PLIST @@ -1,6 +1,9 @@ @bin bin/picom bin/picom-inspect bin/picom-trans +include/picom/ +include/picom/api.h +include/picom/backend.h lib/pkgconfig/picom-api.pc @man man/man1/picom-inspect.1 @man man/man1/picom-trans.1