wlroots: update to 0.16.0
This commit is contained in:
parent
41749f39d3
commit
7685fedc97
|
@ -3530,7 +3530,7 @@ libcodecore.so.0 libio.elementary.code-3.0_1
|
|||
libpantheon-files-core.so.6 libio.elementary.files-6.0.0_1
|
||||
libpantheon-files-widgets.so.6 libio.elementary.files-6.0.0_1
|
||||
libwlroots.so.9 wlroots0.14-0.14.1_1
|
||||
libwlroots.so.10 wlroots-0.15.0_1
|
||||
libwlroots.so.11 wlroots-0.16.0_1
|
||||
libbaseencode.so.1 libbaseencode-1.0.9_1
|
||||
libcotp.so.12 libcotp-1.2.1_1
|
||||
libunarr.so.1 libunarr-1.0.1_1
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'wlroots'
|
||||
pkgname=wlroots
|
||||
version=0.15.1
|
||||
version=0.16.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
# Follow upstream packaging recommendations:
|
||||
# https://github.com/swaywm/wlroots/wiki/Packaging-recommendations
|
||||
configure_args="--auto-features=enabled -Dexamples=false -Dwerror=false
|
||||
-Db_ndebug=false"
|
||||
hostmakedepends="pkg-config wayland-devel glslang"
|
||||
hostmakedepends="pkg-config wayland-devel glslang hwids"
|
||||
_devel_depends="libgbm-devel libglvnd-devel libseat-devel eudev-libudev-devel
|
||||
libdrm-devel libinput-devel libxkbcommon-devel pixman-devel wayland-devel
|
||||
wayland-protocols vulkan-loader Vulkan-Headers xcb-util-errors-devel
|
||||
|
@ -19,8 +19,8 @@ short_desc="Modular Wayland compositor library"
|
|||
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||
license="MIT"
|
||||
homepage="https://gitlab.freedesktop.org/wlroots/wlroots"
|
||||
distfiles="${homepage}/-/releases/${version}/downloads/wlroots-${version}.tar.gz"
|
||||
checksum=5b92f11a52d978919ed1306e0d54c9d59f1762b28d44f0a2da3ef3b351305373
|
||||
distfiles="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${version}/downloads/wlroots-${version}.tar.gz"
|
||||
checksum=8478ab30bb96c5d5dc5b8180844909300a8d4a7d907d48271a8f389572c384cf
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
@ -28,6 +28,7 @@ post_install() {
|
|||
|
||||
wlroots-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} ${_devel_depends}"
|
||||
conflicts="wlroots0.15-devel"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue