summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Depau2020-05-13 19:24:39 +0200
committerDavide Depau2020-05-13 19:24:39 +0200
commita8896c078e9468de7092ca0ab93d50cf42962e0c (patch)
tree717d29b4e9c7e7864e6c9d1629bef73e49c11da6
parent1f23344ad0cbc5d6a357d53c39827e7714bd7e63 (diff)
parent9e40ec94e87b55dd7ac7de7b2ec4fbc6e67d972b (diff)
downloadaur-a8896c078e9468de7092ca0ab93d50cf42962e0c.tar.gz
Merge branch 'master' of ssh://aur.archlinux.org/xdg-desktop-portal-wlr-git
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
-rwxr-xr-xupdate-depends.sh2
3 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e93c602bb55a..95c4b59b37d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = xdg-desktop-portal-wlr-git
makedepends = meson
makedepends = wayland-protocols
makedepends = wayland
- depends = wlroots
depends = xdg-desktop-portal
depends = pipewire
optdepends = libpipewire02: For Chromium WebRTC desktop screencast (see project GitHub page)
diff --git a/PKGBUILD b/PKGBUILD
index 8af970dc2402..da713a67e2d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(x86_64)
license=(custom:MIT)
provides=("${pkgname%-git}" "xdg-desktop-portal-impl")
conflicts=("${pkgname%-git}")
-depends=(wlroots xdg-desktop-portal pipewire)
+depends=(xdg-desktop-portal pipewire)
makedepends=(git meson wayland-protocols wayland)
optdepends=(
"libpipewire02: For Chromium WebRTC desktop screencast (see project GitHub page)"
diff --git a/update-depends.sh b/update-depends.sh
index 6add775d6f8e..9ac2f3f41e9d 100755
--- a/update-depends.sh
+++ b/update-depends.sh
@@ -13,7 +13,7 @@ yml="$(cat src/xdg-desktop-portal-wlr-git/.builds/archlinux.yml | sed 's/ *- //g
pkgs="${yml##*packages:}"
pkgs="${pkgs%%sources*}"
-depends="wlroots xdg-desktop-portal"
+depends="xdg-desktop-portal"
makedepends="git"
function move_to_makedepends() {