compton: update to 3.0.
This commit is contained in:
parent
bf68d24764
commit
165d889ffb
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue