summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2020-10-07 19:02:50 +0300
committerAdrian Perez de Castro2020-10-07 19:06:01 +0300
commitff8e6a6a293246b8347378a446e8f3e68b449e29 (patch)
treea87b89393b37b0a705f0eaa686c746096bcc1222
parent77b48433bf64c3c86456637a6d876587bc3ca022 (diff)
downloadaur-ff8e6a6.tar.gz
Disable examples to avoid needing ffmpeg as makedepends, remove libcap
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dafdbb7d8bed..5d180c8f0068 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wlroots-git
pkgdesc = Modular Wayland compositor library
- pkgver = 0.9.1.r7.g6d3f3b93
- pkgrel = 2
+ pkgver = 0.11.0.r46.g87836dcb
+ pkgrel = 1
url = https://github.com/swaywm/wlroots
arch = x86_64
license = custom:MIT
@@ -10,7 +10,6 @@ pkgbase = wlroots-git
makedepends = git
makedepends = wayland-protocols
makedepends = xorgproto
- depends = libcap
depends = systemd
depends = wayland
depends = opengl-driver
@@ -20,7 +19,7 @@ pkgbase = wlroots-git
depends = pixman
depends = libinput
depends = libxkbcommon
- provides = wlroots=0.9.1
+ provides = wlroots=0.11.0
conflicts = wlroots
options = debug
source = wlroots-git::git+https://github.com/swaywm/wlroots
diff --git a/PKGBUILD b/PKGBUILD
index 7ecd89d3729a..39112c248ade 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wlroots-git
-pkgver=0.9.1.r7.g6d3f3b93
-pkgrel=2
+pkgver=0.11.0.r46.g87836dcb
+pkgrel=1
license=(custom:MIT)
pkgdesc='Modular Wayland compositor library'
url=https://github.com/swaywm/wlroots
@@ -9,7 +9,7 @@ arch=(x86_64)
provides=("wlroots=${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}")
@@ -38,7 +38,7 @@ build () {
-Dxcb-icccm=enabled \
-Dxwayland=enabled \
-Dx11-backend=enabled \
- -Dexamples=true
+ -Dexamples=false
ninja -C build
}