wlroots: update to 0.13.0.

This commit is contained in:
Isaac Freund 2021-04-07 22:02:02 +02:00 committed by Érico Nogueira Rolim
parent 97cbf9f30e
commit f223cb8977
2 changed files with 10 additions and 10 deletions

View file

@ -3461,7 +3461,7 @@ libcodecore.so.0 libio.elementary.code-3.0_1
libio.elementary.music-core.so.0 libio.elementary.music-5.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-core.so.4 libio.elementary.files-4.1.4_1
libpantheon-files-widgets.so.4 libio.elementary.files-4.1.4_1 libpantheon-files-widgets.so.4 libio.elementary.files-4.1.4_1
libwlroots.so.7 wlroots-0.12.0_1 libwlroots.so.8 wlroots-0.13.0_1
libbaseencode.so.1 libbaseencode-1.0.9_1 libbaseencode.so.1 libbaseencode-1.0.9_1
libcotp.so.12 libcotp-1.2.1_1 libcotp.so.12 libcotp-1.2.1_1
libunarr.so.1 libunarr-1.0.1_1 libunarr.so.1 libunarr-1.0.1_1

View file

@ -1,25 +1,25 @@
# Template file for 'wlroots' # Template file for 'wlroots'
pkgname=wlroots pkgname=wlroots
version=0.12.0 version=0.13.0
revision=2 revision=1
build_style=meson build_style=meson
# enable assertions - upstream uses them only for unreachable situations # Follow upstream packaging recommendations:
configure_args="-Dlogind=disabled -Dlibseat=enabled # https://github.com/swaywm/wlroots/wiki/Packaging-recommendations
-Dxcb-errors=enabled -Dxcb-icccm=enabled -Dxwayland=enabled configure_args="--auto-features=enabled -Dlogind=disabled
-Dx11-backend=enabled -Dexamples=false -Dwerror=false -Db_ndebug=false" -Dexamples=false -Dwerror=false -Db_ndebug=false"
hostmakedepends="pkg-config wayland-devel" hostmakedepends="pkg-config wayland-devel"
_devel_depends="MesaLib-devel libseat-devel eudev-libudev-devel libdrm-devel _devel_depends="MesaLib-devel libseat-devel eudev-libudev-devel libdrm-devel
libinput-devel libxkbcommon-devel pixman-devel wayland-devel wayland-protocols libinput-devel libxkbcommon-devel pixman-devel wayland-devel wayland-protocols
xcb-util-errors-devel xcb-util-wm-devel" xcb-util-errors-devel xcb-util-wm-devel xcb-util-renderutil-devel"
makedepends="${_devel_depends} makedepends="${_devel_depends}
libxcb-devel xcb-util-cursor-devel xcb-util-devel xcb-util-image-devel libxcb-devel xcb-util-cursor-devel xcb-util-devel xcb-util-image-devel
xcb-util-keysyms-devel xcb-util-renderutil-devel xcb-util-xrm-devel" xcb-util-keysyms-devel xcb-util-xrm-devel xorg-server-xwayland"
short_desc="Modular Wayland compositor library" short_desc="Modular Wayland compositor library"
maintainer="Isaac Freund <ifreund@ifreund.xyz>" maintainer="Isaac Freund <ifreund@ifreund.xyz>"
license="MIT" license="MIT"
homepage="https://github.com/swaywm/wlroots" homepage="https://github.com/swaywm/wlroots"
distfiles="https://github.com/swaywm/wlroots/archive/${version}.tar.gz" distfiles="https://github.com/swaywm/wlroots/archive/${version}.tar.gz"
checksum=c9e9f4f6d2f526d0b2886daf3ec37e64831773059aa669fb98a88522a1626bdb checksum=f6bea37fd4a6f5e5f552b83d61adae8c73e64b0bcb9ae0ab464ebcd9309d3cf3
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE