1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
|
Source: xdg-desktop-portal
Section: admin
Priority: optional
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Uploaders:
Simon McVittie <smcv@debian.org>,
Build-Depends:
bubblewrap,
dbus-daemon,
debhelper-compat (= 13),
geoclue-2.0 <!nocheck>,
gstreamer1.0-plugins-good,
gstreamer1.0-tools,
fuse3 <!nocheck>,
libcap2-bin <!nocheck>,
libgdk-pixbuf-2.0-dev,
libgeoclue-2-dev,
libflatpak-dev,
libfuse3-dev,
libglib2.0-dev,
libgstreamer-plugins-base1.0-dev,
libgudev-1.0-dev,
libjson-glib-dev,
libpipewire-0.3-dev,
librsvg2-common <!nocheck>,
libsystemd-dev,
libumockdev-dev <!nocheck> <!noinsttest>,
meson,
pipewire <!nocheck>,
procps <!nocheck>,
python3 <!nocheck> <!noinsttest>,
python3-dbus <!nocheck> <!noinsttest>,
python3-dbusmock <!nocheck> <!noinsttest>,
python3-docutils <!nodoc>,
python3-gi <!nocheck> <!noinsttest>,
python3-pytest <!nocheck> <!noinsttest>,
umockdev <!nocheck>,
Build-Depends-Indep:
dh-sequence-sphinxdoc <!nodoc>,
furo <!nodoc>,
python3-sphinx <!nodoc>,
python3-sphinx-copybutton <!nodoc>,
python3-sphinxext-opengraph <!nodoc>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://flatpak.github.io/xdg-desktop-portal/
Vcs-Git: https://salsa.debian.org/debian/xdg-desktop-portal.git
Vcs-Browser: https://salsa.debian.org/debian/xdg-desktop-portal
Package: xdg-desktop-portal
Architecture: linux-any
Multi-Arch: foreign
Depends:
bubblewrap,
default-dbus-session-bus | dbus-session-bus,
fuse3,
gstreamer1.0-plugins-base,
gstreamer1.0-plugins-good,
${misc:Depends},
${shlibs:Depends},
Recommends:
librsvg2-common,
Description: desktop integration portal for Flatpak and Snap
xdg-desktop-portal provides a portal frontend service for Flatpak, Snap,
and possibly other desktop containment/sandboxing frameworks. This service
is made available to the sandboxed application, and provides mediated
D-Bus interfaces for file access, URI opening, printing and similar
desktop integration features.
.
The implementation of these interfaces is expected to require
user confirmation before responding to the sandboxed application's
requests. For example, when the sandboxed application ask to open a file,
the portal implementation will open an "Open" dialog outside the sandbox,
and will only make the selected file available to the sandboxed app if
that dialog is confirmed.
.
xdg-desktop-portal is designed to be desktop-agnostic, and uses a
desktop-environment-specific GUI backend such as xdg-desktop-portal-gtk
to provide its functionality.
Package: xdg-desktop-portal-dev
Architecture: all
Multi-Arch: foreign
Built-Using:
${sphinxdoc:Built-Using},
Depends:
${misc:Depends},
${shlibs:Depends},
${sphinxdoc:Depends},
Recommends:
fonts-inter-variable,
Description: desktop integration portal - development files
xdg-desktop-portal provides a portal frontend service for Flatpak, Snap,
and possibly other desktop containment/sandboxing frameworks. This service
is made available to the sandboxed application, and provides mediated
D-Bus interfaces for file access, URI opening, printing and similar
desktop integration features. See the xdg-desktop-portal package's
description for more details.
.
This package contains development files for backends such as
xdg-desktop-portal-gtk.
Package: xdg-desktop-portal-tests
Build-Profiles: <!noinsttest>
Architecture: any
Depends:
dbus-daemon,
geoclue-2.0,
gir1.2-umockdev-1.0,
libcap2-bin,
librsvg2-common,
pipewire,
procps,
python3,
python3-dbusmock,
python3-gi,
python3-pytest,
umockdev,
xdg-desktop-portal,
${misc:Depends},
${shlibs:Depends},
Description: desktop integration portal - automated tests
xdg-desktop-portal provides a portal frontend service for Flatpak, Snap,
and possibly other desktop containment/sandboxing frameworks. This service
is made available to the sandboxed application, and provides mediated
D-Bus interfaces for file access, URI opening, printing and similar
desktop integration features. See the xdg-desktop-portal package's
description for more details.
.
This package contains automated tests.
|