void-packages/srcpkgs/picom/template
2024-02-12 12:13:50 -05:00

31 lines
981 B
Bash

# Template file for 'picom'
pkgname=picom
version=11.1
revision=1
build_style=meson
configure_args="-Dwith_docs=true"
hostmakedepends="pkg-config asciidoc"
makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre2-devel
pixman-devel xcb-util-image-devel xcb-util-renderutil-devel
libxdg-basedir-devel uthash"
depends="desktop-file-utils"
short_desc="Lightweight compositor for X11 (previously a compton fork)"
maintainer="0x5c <dev@0x5c.io>"
license="MIT, MPL-2.0"
homepage="https://github.com/yshui/picom/"
distfiles="https://github.com/yshui/picom/archive/v${version}.tar.gz"
checksum=96f2a33a93064a74b557942d0300a2ac77ac853f50efbbf6466849fcc7542ec8
post_install() {
vlicense LICENSES/MIT
vlicense COPYING
vsconf picom.sample.conf
vsconf compton-default-fshader-win.glsl
vsconf compton-fake-transparency-fshader-win.glsl
}
compton_package() {
depends="${sourcepkg}>=${version}_${revision}"
build_style=meta
short_desc+=" (transitional dummy package)"
}