wlroots: update to 0.15.1.
This commit is contained in:
parent
02888c5c2f
commit
529e24ed82
2 changed files with 13 additions and 11 deletions
|
@ -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
|
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.9 wlroots-0.14.0_1
|
libwlroots.so.10 wlroots-0.15.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
|
||||||
|
|
|
@ -1,24 +1,26 @@
|
||||||
# Template file for 'wlroots'
|
# Template file for 'wlroots'
|
||||||
pkgname=wlroots
|
pkgname=wlroots
|
||||||
version=0.14.1
|
version=0.15.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
# Follow upstream packaging recommendations:
|
# Follow upstream packaging recommendations:
|
||||||
# https://github.com/swaywm/wlroots/wiki/Packaging-recommendations
|
# https://github.com/swaywm/wlroots/wiki/Packaging-recommendations
|
||||||
configure_args="--auto-features=enabled -Dexamples=false -Dwerror=false -Db_ndebug=false"
|
configure_args="--auto-features=enabled -Dexamples=false -Dwerror=false
|
||||||
hostmakedepends="pkg-config wayland-devel"
|
-Db_ndebug=false"
|
||||||
_devel_depends="libgbm-devel libglvnd-devel libseat-devel eudev-libudev-devel libdrm-devel
|
hostmakedepends="pkg-config wayland-devel glslang"
|
||||||
libinput-devel libxkbcommon-devel pixman-devel wayland-devel wayland-protocols
|
_devel_depends="libgbm-devel libglvnd-devel libseat-devel eudev-libudev-devel
|
||||||
xcb-util-errors-devel xcb-util-wm-devel xcb-util-renderutil-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}
|
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-xrm-devel xorg-server-xwayland"
|
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 <mail@isaacfreund.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/swaywm/wlroots"
|
homepage="https://gitlab.freedesktop.org/wlroots/wlroots"
|
||||||
distfiles="https://github.com/swaywm/wlroots/archive/${version}.tar.gz"
|
distfiles="${homepage}/-/releases/${version}/downloads/wlroots-${version}.tar.gz"
|
||||||
checksum=448a83d579ac280357c8a4e902b9477bacbab81cc4d9c140e443642d458869db
|
checksum=5b92f11a52d978919ed1306e0d54c9d59f1762b28d44f0a2da3ef3b351305373
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue