wlroots: update to 0.12.0
This commit is contained in:
parent
5ad0eba4a5
commit
6704aae176
2 changed files with 6 additions and 6 deletions
|
@ -3565,7 +3565,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.6 wlroots-0.11.0_1
|
||||
libwlroots.so.7 wlroots-0.12.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.11.0
|
||||
revision=2
|
||||
version=0.12.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Dlogind=enabled -Dlogind-provider=elogind
|
||||
configure_args="-Dlogind=disabled -Dlibseat=enabled
|
||||
-Dxcb-errors=enabled -Dxcb-icccm=enabled -Dxwayland=enabled
|
||||
-Dx11-backend=enabled -Dexamples=false"
|
||||
hostmakedepends="pkg-config wayland-devel"
|
||||
_devel_depends="MesaLib-devel elogind-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
|
||||
xcb-util-errors-devel xcb-util-wm-devel"
|
||||
makedepends="${_devel_depends}
|
||||
|
@ -18,7 +18,7 @@ maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/swaywm/wlroots"
|
||||
distfiles="https://github.com/swaywm/wlroots/archive/${version}.tar.gz"
|
||||
checksum=a7645e77229aab4942748c621be8bdb8b073d94f35f3e032b867246862bf2d01
|
||||
checksum=c9e9f4f6d2f526d0b2886daf3ec37e64831773059aa669fb98a88522a1626bdb
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue