mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
wayfire: update to 0.4.0.
This commit is contained in:
parent
e31fd136bd
commit
44b5807623
3 changed files with 8 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
||||||
Before running Wayfire, copy the default configuration file to your user:
|
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
|
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'
|
# Template file for 'wayfire'
|
||||||
pkgname=wayfire
|
pkgname=wayfire
|
||||||
version=0.3.1
|
version=0.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config wayland-devel"
|
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"
|
short_desc="3D wayland compositor"
|
||||||
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
|
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://wayfire.org"
|
homepage="https://wayfire.org"
|
||||||
distfiles="https://github.com/WayfireWM/wayfire/archive/${version}.tar.gz"
|
distfiles="https://github.com/WayfireWM/wayfire/archive/${version}.tar.gz"
|
||||||
checksum=e3bf727696f7f089b3474e8f4161e59adaeaa019de191b3e47a4f4663044cd00
|
checksum=9c009c01bccce97149d0695b5429cf44787fdc1423c58425ba8e8de601019e97
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
*-musl) makedepends+=" libexecinfo-devel"
|
makedepends+=" libexecinfo-devel"
|
||||||
esac
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vinstall wayfire.ini.default 755 /usr/share/wayfire
|
vsconf wayfire.ini
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue