wlroots: update to 0.15.1.
This commit is contained in:
parent
02888c5c2f
commit
529e24ed82
|
@ -3526,7 +3526,7 @@ libcodecore.so.0 libio.elementary.code-3.0_1
|
|||
libio.elementary.music-core.so.0 libio.elementary.music-5.0_1
|
||||
libpantheon-files-core.so.4 libio.elementary.files-4.1.4_1
|
||||
libpantheon-files-widgets.so.4 libio.elementary.files-4.1.4_1
|
||||
libwlroots.so.9 wlroots-0.14.0_1
|
||||
libwlroots.so.10 wlroots-0.15.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,24 +1,26 @@
|
|||
# Template file for 'wlroots'
|
||||
pkgname=wlroots
|
||||
version=0.14.1
|
||||
version=0.15.1
|
||||
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"
|
||||
_devel_depends="libgbm-devel libglvnd-devel libseat-devel eudev-libudev-devel libdrm-devel
|
||||
libinput-devel libxkbcommon-devel pixman-devel wayland-devel wayland-protocols
|
||||
xcb-util-errors-devel xcb-util-wm-devel xcb-util-renderutil-devel"
|
||||
configure_args="--auto-features=enabled -Dexamples=false -Dwerror=false
|
||||
-Db_ndebug=false"
|
||||
hostmakedepends="pkg-config wayland-devel glslang"
|
||||
_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
|
||||
xcb-util-wm-devel xcb-util-renderutil-devel "
|
||||
makedepends="${_devel_depends}
|
||||
libxcb-devel xcb-util-cursor-devel xcb-util-devel xcb-util-image-devel
|
||||
xcb-util-keysyms-devel xcb-util-xrm-devel xorg-server-xwayland"
|
||||
short_desc="Modular Wayland compositor library"
|
||||
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
||||
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/swaywm/wlroots"
|
||||
distfiles="https://github.com/swaywm/wlroots/archive/${version}.tar.gz"
|
||||
checksum=448a83d579ac280357c8a4e902b9477bacbab81cc4d9c140e443642d458869db
|
||||
homepage="https://gitlab.freedesktop.org/wlroots/wlroots"
|
||||
distfiles="${homepage}/-/releases/${version}/downloads/wlroots-${version}.tar.gz"
|
||||
checksum=5b92f11a52d978919ed1306e0d54c9d59f1762b28d44f0a2da3ef3b351305373
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue
Block a user