update x11/picom to v13; okay jtt@

This commit is contained in:
op
2026-02-22 12:02:02 +00:00
parent 194da1a0f3
commit 64ebabe050
4 changed files with 11 additions and 8 deletions
+4 -4
View File
@@ -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
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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')
+3
View File
@@ -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