labwc: update to 0.6.3

This commit is contained in:
Marcin Puc 2023-05-08 09:19:50 +02:00 committed by Andrew Benson
parent 59b511d9f8
commit 064b7862fd

View file

@ -1,6 +1,6 @@
# Template file for 'labwc'
pkgname=labwc
version=0.6.2
version=0.6.3
revision=1
build_style=meson
hostmakedepends="pkg-config scdoc wayland-devel"
@ -11,12 +11,11 @@ license="GPL-2.0-or-later"
homepage="https://labwc.github.io/"
changelog="https://raw.githubusercontent.com/labwc/labwc/master/NEWS.md"
distfiles="https://github.com/labwc/labwc/archive/refs/tags/${version}.tar.gz"
checksum=f2a91edea4069ba0a9d759e096a8e96434eb3d36d54ccbbba486d66f5b8060f3
checksum=a19ada70e40b90c759cf61094b4df96f907527f743b7e669da243d3ca3554ca2
post_install() {
local _example
vmkdir usr/share/examples/labwc
for _example in autostart environment menu.xml rc.xml.all themerc; do
vinstall "docs/$_example" 0644 usr/share/examples/labwc
vsconf docs/${_example}
done
}