26 lines
801 B
Bash
26 lines
801 B
Bash
# Template file for 'compton'
|
|
pkgname=compton
|
|
version=7.4
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dbuild_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="Compositor for X11 (fork of xcompmgr-dana)"
|
|
maintainer="Frank Steinborn <steinex@nognu.de>"
|
|
license="MIT, MPL-2.0"
|
|
homepage="https://github.com/yshui/compton/"
|
|
distfiles="https://github.com/yshui/compton/archive/v${version}.tar.gz"
|
|
checksum=1911aebb49f765586f655933ee016828e126bc7b2bb016b13c9a34a4865a8fd3
|
|
|
|
pre_build() {
|
|
export COMPTON_VERSION="v${version}"
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSES/MIT
|
|
vsconf compton.sample.conf
|
|
}
|