wayfire: update to 0.3.1
This commit is contained in:
parent
2325c0f950
commit
73c1cfab0c
|
@ -0,0 +1,11 @@
|
|||
--- meson.build
|
||||
+++ meson.build
|
||||
@@ -29,7 +29,7 @@ libinput = dependency('libinput', version: '>=1.7.0')
|
||||
pixman = dependency('pixman-1')
|
||||
threads = dependency('threads')
|
||||
xkbcommon = dependency('xkbcommon')
|
||||
-wlroots = dependency('wlroots', version: ['>=0.9.0', '<0.10.0'], fallback: ['wlroots', 'wlroots'])
|
||||
+wlroots = dependency('wlroots', version: ['>=0.9.0', '<0.11.0'], fallback: ['wlroots', 'wlroots'])
|
||||
wfconfig = dependency('wf-config', version: '>=0.3', fallback: ['wf-config', 'wfconfig'])
|
||||
|
||||
needs_libinotify = ['freebsd', 'dragonfly'].contains(host_machine.system())
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'wayfire'
|
||||
pkgname=wayfire
|
||||
version=0.3.0
|
||||
version=0.3.1
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config wayland-devel"
|
||||
makedepends="wlroots-devel glm cairo-devel wf-config-devel"
|
||||
makedepends="xcb-util-wm-devel xcb-util-errors-devel 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/${version}.tar.gz"
|
||||
checksum=c686bf5abb7f0db829196785bba4136c85d7b52d701212e21636dad75e1da0aa
|
||||
checksum=e3bf727696f7f089b3474e8f4161e59adaeaa019de191b3e47a4f4663044cd00
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
*-musl) makedepends+=" libexecinfo-devel"
|
||||
|
|
Loading…
Reference in New Issue