wlroots: update to 0.11.0.
This commit is contained in:
parent
97206a64fe
commit
8b826c9b2c
|
@ -3572,7 +3572,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.5 wlroots-0.10.0_1
|
libwlroots.so.6 wlroots-0.11.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,6 +1,6 @@
|
||||||
# Template file for 'wlroots'
|
# Template file for 'wlroots'
|
||||||
pkgname=wlroots
|
pkgname=wlroots
|
||||||
version=0.10.1
|
version=0.11.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dlibcap=enabled -Dlogind=enabled -Dlogind-provider=elogind
|
configure_args="-Dlibcap=enabled -Dlogind=enabled -Dlogind-provider=elogind
|
||||||
|
@ -13,11 +13,11 @@ makedepends="elogind-devel libcap-devel wayland-devel wayland-protocols
|
||||||
xcb-util-keysyms-devel xcb-util-renderutil-devel xcb-util-wm-devel
|
xcb-util-keysyms-devel xcb-util-renderutil-devel xcb-util-wm-devel
|
||||||
xcb-util-errors-devel xcb-util-xrm-devel"
|
xcb-util-errors-devel xcb-util-xrm-devel"
|
||||||
short_desc="Modular Wayland compositor library"
|
short_desc="Modular Wayland compositor library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
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=b84baefbaff7bb04b3d2c43cbacef1a433e2cd65111f8fbf4bfc5faaa4b34b08
|
checksum=a7645e77229aab4942748c621be8bdb8b073d94f35f3e032b867246862bf2d01
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue