desktop/xdg-desktop-portal: Fixed dep info
This commit is contained in:
parent
117421a458
commit
c7abece243
|
@ -1,11 +1,9 @@
|
|||
xdg-desktop-portal
|
||||
|
||||
A portal frontend service for Flatpak and possibly other desktop
|
||||
containment frameworks.
|
||||
xdg-desktop-portal is a portal frontend service for Flatpak and possibly
|
||||
other desktop containment frameworks.
|
||||
|
||||
xdg-desktop-portal works by exposing a series of D-Bus interfaces known
|
||||
as portals under a well-known name (org.freedesktop.portal.Desktop) and
|
||||
object path (/org/freedesktop/portal/desktop).
|
||||
|
||||
The portal interfaces include APIs for file access, opening URIs,
|
||||
printing and others.
|
||||
printing, and others.
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/flatpak/xdg-desktop-portal/releases/download/1.8.0/
|
|||
MD5SUM="2755b3cd9ff5f41a56ae01808a928d77"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libportal pipewire json-glib"
|
||||
REQUIRES="libportal pipewire"
|
||||
MAINTAINER="Vincent Batts"
|
||||
EMAIL="vbatts@hashbangbash.com"
|
||||
|
|
Loading…
Reference in New Issue