From e46a5204454264f768d1dd426c8211eb749cd540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Tue, 16 Mar 2021 11:06:55 +0100 Subject: [PATCH] Don't build examples; update dependencies --- .SRCINFO | 16 ++++++++-------- PKGBUILD | 22 ++++++++++++++++++---- 2 files changed, 26 insertions(+), 12 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8241d1c..b6d96f4 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,24 +1,24 @@ pkgbase = wlroots-hidpi-git pkgdesc = Modular Wayland compositor library, with XWayland HiDPI (git version) - pkgver = 0.12.0.r342.g38ec1c0e + pkgver = 0.12.0.r378.g00bee2a6 pkgrel = 1 url = https://github.com/swaywm/wlroots arch = x86_64 license = custom:MIT - makedepends = meson makedepends = git + makedepends = meson makedepends = wayland-protocols makedepends = xorgproto - depends = systemd - depends = wayland - depends = opengl-driver + depends = libinput depends = libxcb + depends = libxkbcommon + depends = opengl-driver + depends = pixman + depends = wayland depends = xcb-util-errors depends = xcb-util-renderutil depends = xcb-util-wm - depends = pixman - depends = libinput - depends = libxkbcommon + depends = systemd provides = wlroots-hidpi=0.12.0 provides = wlroots=0.12.0 provides = wlroots-git diff --git a/PKGBUILD b/PKGBUILD index d2aaec5..4597bd8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Antonin Décimo # Contributor: Adrian Perez de Castro pkgname=wlroots-hidpi-git -pkgver=0.12.0.r342.g38ec1c0e +pkgver=0.12.0.r378.g00bee2a6 pkgrel=1 license=(custom:MIT) pkgdesc='Modular Wayland compositor library, with XWayland HiDPI (git version)' @@ -12,9 +12,22 @@ provides=("wlroots-hidpi=${pkgver%%.r*}" "wlroots-git") conflicts=(wlroots wlroots-git) options=(debug) -depends=(systemd wayland opengl-driver libxcb xcb-util-errors - xcb-util-renderutil xcb-util-wm pixman libinput libxkbcommon) -makedepends=(meson git wayland-protocols xorgproto) +depends=( + libinput + libxcb + libxkbcommon + opengl-driver + pixman + wayland + xcb-util-errors + xcb-util-renderutil + xcb-util-wm + systemd) +makedepends=( + git + meson + wayland-protocols + xorgproto) source=("${pkgname}::git+${url}" # "xwayland_hidpi.diff::https://github.com/swaywm/wlroots/pull/2064.diff" "xwayland_hidpi.diff::https://github.com/swaywm/wlroots/compare/master...MisterDA:xwayland_hidpi.diff" @@ -41,6 +54,7 @@ build () { -Dlogind-provider=systemd \ -Dlibseat=disabled \ -Dwerror=false \ + -Dexamples=false \ "${pkgname}" build meson compile -C build }