summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Depau2020-05-13 19:24:20 +0200
committerDavide Depau2020-05-13 19:24:20 +0200
commit1f23344ad0cbc5d6a357d53c39827e7714bd7e63 (patch)
treed22aaa8b7aa7eec011c50b546c4e42ad00bcdda8
parentd3549d5a26f8ad8e7662fb9f47140d83c2161387 (diff)
downloadaur-1f23344ad0cbc5d6a357d53c39827e7714bd7e63.tar.gz
Add optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2570f77881bc..e93c602bb55a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xdg-desktop-portal-wlr-git
pkgdesc = xdg-desktop-portal backend for wlroots
- pkgver = r29.6ecb5df
+ pkgver = v0.1.0.r0.gb82d3fc
pkgrel = 1
url = https://github.com/emersion/xdg-desktop-portal-wlr
arch = x86_64
@@ -12,6 +12,8 @@ pkgbase = xdg-desktop-portal-wlr-git
depends = wlroots
depends = xdg-desktop-portal
depends = pipewire
+ optdepends = libpipewire02: For Chromium WebRTC desktop screencast (see project GitHub page)
+ optdepends = obs-xdg-portal: OBS Studio plugin for XDG Desktop Portal (or wlrobs for direct wlroots integration)
provides = xdg-desktop-portal-wlr
provides = xdg-desktop-portal-impl
conflicts = xdg-desktop-portal-wlr
diff --git a/PKGBUILD b/PKGBUILD
index ae27e6d27ac7..8af970dc2402 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Davide Depau <davide@depau.eu>
pkgname=xdg-desktop-portal-wlr-git
-pkgver=r29.6ecb5df
+pkgver=v0.1.0.r0.gb82d3fc
pkgrel=1
pkgdesc='xdg-desktop-portal backend for wlroots'
url=https://github.com/emersion/xdg-desktop-portal-wlr
@@ -11,6 +11,10 @@ provides=("${pkgname%-git}" "xdg-desktop-portal-impl")
conflicts=("${pkgname%-git}")
depends=(wlroots xdg-desktop-portal pipewire)
makedepends=(git meson wayland-protocols wayland)
+optdepends=(
+ "libpipewire02: For Chromium WebRTC desktop screencast (see project GitHub page)"
+ "obs-xdg-portal: OBS Studio plugin for XDG Desktop Portal (or wlrobs for direct wlroots integration)"
+)
source=(
"${pkgname}::git+https://github.com/emersion/xdg-desktop-portal-wlr.git"
)