wayfire: update to 0.3.0.
This commit is contained in:
parent
561261c6f7
commit
75fe9ddb10
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'wayfire'
|
||||
pkgname=wayfire
|
||||
version=0.2
|
||||
version=0.3.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config wayland-devel"
|
||||
makedepends="wlroots-devel glm cairo-devel wf-config"
|
||||
makedepends="wlroots-devel glm cairo-devel wf-config-devel"
|
||||
short_desc="3D wayland compositor"
|
||||
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://wayfire.org"
|
||||
distfiles="https://github.com/WayfireWM/wayfire/archive/v${version}.tar.gz"
|
||||
checksum=94fe93bb2b86048fd1c7601f97b167767e19618bb6b6226e21c22fbd052540bf
|
||||
distfiles="https://github.com/WayfireWM/wayfire/archive/${version}.tar.gz"
|
||||
checksum=c686bf5abb7f0db829196785bba4136c85d7b52d701212e21636dad75e1da0aa
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
*-musl) makedepends+=" libexecinfo-devel"
|
||||
|
|
Loading…
Reference in a new issue