Add package: picom 8.2.
This is currently the most actively maintained compositor for X11. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
95a6737e95
commit
0288ef2dc2
13
x11-packages/picom/build.sh
Normal file
13
x11-packages/picom/build.sh
Normal file
@ -0,0 +1,13 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://github.com/yshui/picom
|
||||
TERMUX_PKG_DESCRIPTION="A lightweight compositor for X11"
|
||||
TERMUX_PKG_LICENSE="MIT,MPL-2.0"
|
||||
TERMUX_PKG_MAINTAINER="Rafael Kitover <rkitover@gmail.com>"
|
||||
TERMUX_PKG_VERSION=8.2
|
||||
TERMUX_PKG_SRCURL=https://github.com/yshui/picom/archive/refs/tags/v8.2.tar.gz
|
||||
TERMUX_PKG_SHA256=9d0c2533985e9670ff175e717a42b5bf1a2a00ccde5cac1e1009f5d6ee7912ec
|
||||
TERMUX_PKG_DEPENDS="libx11, libxcb, xcb-util, xcb-util-image, xcb-util-renderutil, libxext, xorgproto, libpixman, dbus, libconfig, mesa, pcre, libev, uthash"
|
||||
|
||||
termux_step_pre_configure() {
|
||||
sed -i "s/^\(host_system *= *\).*/\1'linux'/" src/meson.build
|
||||
sed -i 's/timespec_get(&ts, TIME_UTC);/clock_gettime(CLOCK_REALTIME, \&ts);/' src/log.c
|
||||
}
|
Loading…
Reference in New Issue
Block a user