diff --git a/srcpkgs/compton/template b/srcpkgs/compton/template index 8c0bac459b..c8fabb6a1f 100644 --- a/srcpkgs/compton/template +++ b/srcpkgs/compton/template @@ -1,24 +1,25 @@ # Template file for 'compton' pkgname=compton -version=2 +version=3 revision=1 -build_style=gnu-makefile +build_style=meson hostmakedepends="pkg-config asciidoc" -makedepends="dbus-devel libXcomposite-devel libXrandr-devel pcre-devel - libconfig-devel MesaLib-devel libXinerama-devel" +makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre-devel + pixman-devel xcb-util-image-devel xcb-util-renderutil-devel" depends="desktop-file-utils" short_desc="Compositor for X11 (fork of xcompmgr-dana)" maintainer="Juan RP " -license="MIT" +license="MIT, MPL-2.0" homepage="https://github.com/yshui/compton/" distfiles="https://github.com/yshui/compton/archive/v${version}.tar.gz" -checksum=3569b35e42ba83261e7cf4aa8e3861b6bd7d43743ca3b26bc9a8956718a2e2b0 +checksum=fc5374df4f90fcf4b15b52135b7dd4ca0ebe2319f60f8d86a4c8ea569d4eafc5 replaces="compton-git>=0" pre_build() { export COMPTON_VERSION="v${version}" } + post_install() { + vlicense LICENSES/MIT vsconf compton.sample.conf - vlicense LICENSE }