compton: update to 3.0.

This commit is contained in:
prspkt 2018-10-29 22:00:05 +02:00 committed by maxice8
parent bf68d24764
commit 165d889ffb
1 changed files with 8 additions and 7 deletions

View File

@ -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 <xtraeme@voidlinux.eu>"
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
}