mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
wf-config: update to 0.4.0.
This commit is contained in:
parent
6e58dd45d4
commit
e31fd136bd
1 changed files with 4 additions and 4 deletions
|
@ -1,23 +1,23 @@
|
|||
# Template file for 'wf-config'
|
||||
pkgname=wf-config
|
||||
version=0.3
|
||||
version=0.4.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libevdev-devel wlroots-devel xcb-util-errors-devel xcb-util-wm-devel"
|
||||
makedepends="glm libevdev-devel wlroots-devel xcb-util-errors-devel xcb-util-wm-devel"
|
||||
short_desc="Wayfire library for managing configuration files"
|
||||
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://wayfire.org"
|
||||
distfiles="https://github.com/WayfireWM/wf-config/archive/${version}.tar.gz"
|
||||
checksum=5d1a5038b11a177174b392f3b383d787f568265ce483a5be9178698f548f7c66
|
||||
checksum=78a922074138c2324ed242e8bf5791a599dfc96bbb2ee677685ae43657629333
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
wf-config-devel_package() {
|
||||
depends="libevdev-devel wlroots-devel wf-config>=${version}_${revision}"
|
||||
depends="libevdev-devel wlroots-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue