Package Details: xdg-desktop-portal-gtk-git 1.15.1+3+g25e828d-1

Git Clone URL: https://aur.archlinux.org/xdg-desktop-portal-gtk-git.git (read-only, click to copy)
Package Base: xdg-desktop-portal-gtk-git
Description: A GTK backend for xdg-desktop-portal
Upstream URL: https://github.com/flatpak/xdg-desktop-portal-gtk
Keywords: gtk portal xdg
Licenses: LGPL
Conflicts: xdg-desktop-portal-gtk
Provides: xdg-desktop-portal-gtk, xdg-desktop-portal-impl
Submitter: fisch02
Maintainer: zefr0x
Last Packager: zefr0x
Votes: 0
Popularity: 0.000000
First Submitted: 2021-10-13 21:57 (UTC)
Last Updated: 2024-01-22 20:26 (UTC)

Required by (31)

Sources (1)

Latest Comments

zefr0x commented on 2024-01-22 20:28 (UTC)

Now it should work. I disabled the wallpaper build option explicitly.

SolitudeAlma commented on 2024-01-22 10:20 (UTC)

Hey, when i install this package. The following problem occurred when I installed this package.

Run-time dependency gnome-desktop-3.0 found: NO (tried pkgconfig and cmake)

src/meson.build:24:17: ERROR: Dependency "gnome-desktop-3.0" not found, tried pkgconfig and cmake

A full log can be found at /home/solitudealma/.cache/yay/xdg-desktop-portal-gtk-git/src/xdg-desktop-portal-gtk/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: xdg-desktop-portal-gtk-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
xdg-desktop-portal-gtk-git - exit status 4

He said that the dependency of desk cannot be found. Indeed, this package is not seen on aur. so, what should I do.

zefr0x commented on 2023-06-08 16:52 (UTC)

core/autoconf and core/automake are required in build time and Gnome related dependencies are no longer required and xdg-desktop-portal-gnome should be used for their functionalities.

@@ -6,8 +6,8 @@
 url="https://github.com/flatpak/xdg-desktop-portal-gtk"
 arch=(x86_64)
 license=(LGPL)
-depends=('gtk3' 'gnome-desktop' 'gnome-keyring')
-makedepends=('git' 'python' 'xdg-desktop-portal')
+depends=('gtk3')
+makedepends=('git' 'python' 'xdg-desktop-portal' 'autoconf' 'automake')
 optdepends=("evince: Print preview")
 provides=($_pkgname 'xdg-desktop-portal-impl')
 conflicts=($_pkgname)