summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-04-11 20:06:53 +0200
committerMarcell Meszaros2022-04-11 20:06:53 +0200
commit0a072405d88812b20c233c3f30ff4fba6cb934e9 (patch)
tree4300f8fe7daf312b8342df0aa100832b161b4f7c
parentf145f08d634a0775cc7cced6e58541540fa794f5 (diff)
downloadaur-0a072405d88812b20c233c3f30ff4fba6cb934e9.tar.gz
fix dependencies
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD2
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 393a7ea395c6..b97d05550693 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,8 +14,10 @@ pkgbase = xdg-desktop-portal-git
makedepends = libportal
depends = glib2
depends = pipewire
- depends = fuse2
- depends = geoclue2
+ depends = fuse3
+ depends = gdk-pixbuf2
+ depends = geoclue
+ depends = json-glib
provides = xdg-desktop-portal
conflicts = xdg-desktop-portal
source = git+https://github.com/flatpak/xdg-desktop-portal
@@ -24,6 +26,8 @@ pkgbase = xdg-desktop-portal-git
pkgname = xdg-desktop-portal-git
depends = glib2
depends = pipewire
- depends = fuse2
- depends = geoclue2
+ depends = fuse3
+ depends = gdk-pixbuf2
+ depends = geoclue
+ depends = json-glib
depends = xdg-desktop-portal-impl
diff --git a/PKGBUILD b/PKGBUILD
index 47b0e19fb6bb..25100bd5521a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Desktop integration portals for sandboxed apps"
url="https://github.com/flatpak/xdg-desktop-portal"
arch=(x86_64)
license=(LGPL2.1)
-depends=('glib2' 'pipewire' 'fuse2' 'geoclue2')
+depends=('glib2' 'pipewire' 'fuse3' 'gdk-pixbuf2' 'geoclue' 'json-glib')
makedepends=('python' 'xmlto' 'docbook-xsl' 'git' 'flatpak' 'libportal')
# checkdepends=('epiphany' 'gedit' 'gvfs') # disable if not used in check()
provides=($_pkgname)