mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update x11/picom to v13; okay jtt@
This commit is contained in:
+4
-4
@@ -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
@@ -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
|
||||
|
||||
@@ -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')
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user