mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
compton: update to 7.3.
This commit is contained in:
parent
cb5a659cd0
commit
cc126619cb
1 changed files with 4 additions and 4 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'compton'
|
# Template file for 'compton'
|
||||||
pkgname=compton
|
pkgname=compton
|
||||||
version=6.2
|
version=7.3
|
||||||
revision=1
|
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"
|
libxdg-basedir-devel uthash"
|
||||||
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="Orphaned <orphan@voidlinux.org>"
|
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||||
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=1333133ca9dfea768256c3fff8362d12a98b4d129e6ab1e56b1e630353f269bb
|
checksum=51f9d3fd832b77d0ebb7f5da0db5b4e53f8a910df775188a961a76fd3a341312
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
export COMPTON_VERSION="v${version}"
|
export COMPTON_VERSION="v${version}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue