mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
wlroots: update to 0.17.
This commit is contained in:
parent
7cf8d096ac
commit
a754960df7
1 changed files with 3 additions and 5 deletions
|
@ -1,18 +1,16 @@
|
||||||
# Template file for 'wlroots'
|
# Template file for 'wlroots'
|
||||||
#
|
|
||||||
# On next bump, remove the .99 part
|
|
||||||
pkgname=wlroots
|
pkgname=wlroots
|
||||||
version=0.16.99
|
version=0.17
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
depends="wlroots${version%.99}"
|
depends="wlroots${version}"
|
||||||
short_desc="Modular Wayland compositor library"
|
short_desc="Modular Wayland compositor library"
|
||||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="BSD-2-Clause" # no vlicense
|
license="BSD-2-Clause" # no vlicense
|
||||||
homepage="https://github.com/swaywm/wlroots"
|
homepage="https://github.com/swaywm/wlroots"
|
||||||
|
|
||||||
wlroots-devel_package() {
|
wlroots-devel_package() {
|
||||||
depends="wlroots${version%.99}-devel"
|
depends="wlroots${version}-devel"
|
||||||
build_style=meta
|
build_style=meta
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue