28 lines
885 B
Bash
28 lines
885 B
Bash
# Template file for 'picom'
|
|
pkgname=picom
|
|
version=8.1
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dwith_docs=true"
|
|
hostmakedepends="pkg-config asciidoc"
|
|
makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre-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="Frank Steinborn <steinex@nognu.de>"
|
|
license="MIT, MPL-2.0"
|
|
homepage="https://github.com/yshui/picom/"
|
|
distfiles="https://github.com/yshui/picom/archive/v${version}.tar.gz"
|
|
checksum=793700a87368120680a2b281db02c70b23fe7832e50cdb049149139e32688f02
|
|
|
|
post_install() {
|
|
vlicense LICENSES/MIT
|
|
vsconf picom.sample.conf
|
|
}
|
|
|
|
compton_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
build_style=meta
|
|
short_desc+=" (transitional dummy package)"
|
|
}
|