mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
labwc: update to 0.6.3
This commit is contained in:
parent
59b511d9f8
commit
064b7862fd
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'labwc'
|
# Template file for 'labwc'
|
||||||
pkgname=labwc
|
pkgname=labwc
|
||||||
version=0.6.2
|
version=0.6.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config scdoc wayland-devel"
|
hostmakedepends="pkg-config scdoc wayland-devel"
|
||||||
|
@ -11,12 +11,11 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://labwc.github.io/"
|
homepage="https://labwc.github.io/"
|
||||||
changelog="https://raw.githubusercontent.com/labwc/labwc/master/NEWS.md"
|
changelog="https://raw.githubusercontent.com/labwc/labwc/master/NEWS.md"
|
||||||
distfiles="https://github.com/labwc/labwc/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/labwc/labwc/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=f2a91edea4069ba0a9d759e096a8e96434eb3d36d54ccbbba486d66f5b8060f3
|
checksum=a19ada70e40b90c759cf61094b4df96f907527f743b7e669da243d3ca3554ca2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
local _example
|
local _example
|
||||||
vmkdir usr/share/examples/labwc
|
|
||||||
for _example in autostart environment menu.xml rc.xml.all themerc; do
|
for _example in autostart environment menu.xml rc.xml.all themerc; do
|
||||||
vinstall "docs/$_example" 0644 usr/share/examples/labwc
|
vsconf docs/${_example}
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue