mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
labwc: install example config files
This commit is contained in:
parent
63fac49316
commit
2bf82d76bd
1 changed files with 9 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'labwc'
|
||||
pkgname=labwc
|
||||
version=0.5.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config scdoc wayland-devel"
|
||||
makedepends="cairo-devel glib-devel libxml2-devel pango-devel wlroots-devel"
|
||||
|
@ -12,3 +12,11 @@ homepage="https://labwc.github.io/"
|
|||
changelog="https://raw.githubusercontent.com/labwc/labwc/master/NEWS.md"
|
||||
distfiles="https://github.com/labwc/labwc/archive/${version}.tar.gz"
|
||||
checksum=0b67bc89a5d9059fae28822f3ba2373553dea290cd931c9384a91dbeb2054650
|
||||
|
||||
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
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue