mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
picom: update to 11.1.
This commit is contained in:
parent
dfc15d6a23
commit
cf8026d18d
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'picom'
|
# Template file for 'picom'
|
||||||
pkgname=picom
|
pkgname=picom
|
||||||
version=10.2
|
version=11.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dwith_docs=true"
|
configure_args="-Dwith_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 pcre2-devel
|
||||||
pixman-devel xcb-util-image-devel xcb-util-renderutil-devel
|
pixman-devel xcb-util-image-devel xcb-util-renderutil-devel
|
||||||
libxdg-basedir-devel uthash"
|
libxdg-basedir-devel uthash"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="0x5c <dev@0x5c.io>"
|
||||||
license="MIT, MPL-2.0"
|
license="MIT, MPL-2.0"
|
||||||
homepage="https://github.com/yshui/picom/"
|
homepage="https://github.com/yshui/picom/"
|
||||||
distfiles="https://github.com/yshui/picom/archive/v${version}.tar.gz"
|
distfiles="https://github.com/yshui/picom/archive/v${version}.tar.gz"
|
||||||
checksum=9741577df0136d8a2be48005ca2b93edc15913528e19bceb798535ca4683341c
|
checksum=96f2a33a93064a74b557942d0300a2ac77ac853f50efbbf6466849fcc7542ec8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSES/MIT
|
vlicense LICENSES/MIT
|
||||||
|
|
Loading…
Add table
Reference in a new issue