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

View file

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