compton: update to 5.
This commit is contained in:
parent
e13550caf6
commit
19b624d99f
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'compton'
|
# Template file for 'compton'
|
||||||
pkgname=compton
|
pkgname=compton
|
||||||
version=4
|
version=5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dbuild_docs=true"
|
configure_args="-Dbuild_docs=true"
|
||||||
hostmakedepends="pkg-config asciidoc"
|
hostmakedepends="pkg-config asciidoc"
|
||||||
makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre-devel
|
makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre-devel
|
||||||
pixman-devel xcb-util-image-devel xcb-util-renderutil-devel"
|
pixman-devel xcb-util-image-devel xcb-util-renderutil-devel
|
||||||
|
libxdg-basedir-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.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="MIT, MPL-2.0"
|
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=aacafc24d6023d2ee28be77966421a73291936b05c54b5627999916d8822c43f
|
checksum=0ed7b68408c72b4e3d09f1386d833e0411bc2ae98ab4b940d2b1a8d964cf4e82
|
||||||
replaces="compton-git>=0"
|
replaces="compton-git>=0"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
|
Loading…
Reference in New Issue