diff --git a/.SRCINFO b/.SRCINFO index c3dd1fa..60ee63e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = wlroots-hidpi-git pkgdesc = Modular Wayland compositor library, with XWayland HiDPI - pkgver = 0.11.0.r57.g99f3c643 + pkgver = 0.11.0.r76.gf0ddcd36 pkgrel = 1 url = https://github.com/swaywm/wlroots arch = x86_64 @@ -10,7 +10,6 @@ pkgbase = wlroots-hidpi-git makedepends = git makedepends = wayland-protocols makedepends = xorgproto - depends = libcap depends = systemd depends = wayland depends = opengl-driver diff --git a/PKGBUILD b/PKGBUILD index 462ad65..7aa699b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Adrian Perez de Castro # Maintainer: Antonin Décimo pkgname=wlroots-hidpi-git -pkgver=0.11.0.r57.g99f3c643 +pkgver=0.11.0.r76.gf0ddcd36 pkgrel=1 license=(custom:MIT) pkgdesc='Modular Wayland compositor library, with XWayland HiDPI' @@ -10,7 +10,7 @@ arch=(x86_64) provides=("wlroots-hidpi=${pkgver%%.r*}") conflicts=(wlroots) options=(debug) -depends=(libcap systemd wayland opengl-driver libxcb xcb-util-errors +depends=(systemd wayland opengl-driver libxcb xcb-util-errors xcb-util-wm pixman libinput libxkbcommon) makedepends=(meson ninja git wayland-protocols xorgproto) source=("${pkgname}::git+${url}" @@ -40,14 +40,13 @@ build () { meson build \ --prefix /usr \ --buildtype debug \ - -Dlibcap=enabled \ -Dlogind=enabled \ -Dlogind-provider=systemd \ -Dxcb-errors=enabled \ -Dxcb-icccm=enabled \ -Dxwayland=enabled \ -Dx11-backend=enabled \ - -Dexamples=true + -Dexamples=false ninja -C build }