wayfire: update to 0.4.0.
This commit is contained in:
parent
e31fd136bd
commit
44b5807623
|
@ -1,5 +1,5 @@
|
|||
Before running Wayfire, copy the default configuration file to your user:
|
||||
|
||||
cp /usr/share/wayfire/wayfire.ini.default ~/.config/wayfire.ini
|
||||
cp /usr/share/examples/wayfire/wayfire.ini ~/.config/wayfire.ini
|
||||
|
||||
You also probably want to install elogind, then restart your computer
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- 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,22 +1,22 @@
|
|||
# Template file for 'wayfire'
|
||||
pkgname=wayfire
|
||||
version=0.3.1
|
||||
version=0.4.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config wayland-devel"
|
||||
makedepends="xcb-util-wm-devel xcb-util-errors-devel wlroots-devel glm cairo-devel wf-config-devel"
|
||||
makedepends="xcb-util-wm-devel xcb-util-errors-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=e3bf727696f7f089b3474e8f4161e59adaeaa019de191b3e47a4f4663044cd00
|
||||
checksum=9c009c01bccce97149d0695b5429cf44787fdc1423c58425ba8e8de601019e97
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
*-musl) makedepends+=" libexecinfo-devel"
|
||||
esac
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" libexecinfo-devel"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vinstall wayfire.ini.default 755 /usr/share/wayfire
|
||||
vsconf wayfire.ini
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue