Skip to content

Commit

Permalink
New upstream version 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
smcv committed Feb 14, 2018
2 parents 2890c79 + 7b818b1 commit 497a845
Show file tree
Hide file tree
Showing 119 changed files with 17,883 additions and 814 deletions.
9 changes: 8 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ NULL =
bin_PROGRAMS = $(NULL)
noinst_PROGRAMS = $(NULL)
noinst_LTLIBRARIES = $(NULL)
noinst_SCRIPTS =
noinst_DATA =
libexec_PROGRAMS = $(NULL)
CLEANFILES = $(NULL)
DISTCLEANFILES= $(NULL)
BUILT_SOURCES = $(NULL)
EXTRA_DIST =
EXTRA_DIST = tap-driver.sh tap-test

include $(top_srcdir)/glib-tap.mk

SUBDIRS = doc po

Expand All @@ -22,14 +26,17 @@ CLEANFILES += $(dbus_service_DATA)
CLEANFILES += $(systemduserunit_DATA)
EXTRA_DIST += $(service_in_files)

ACLOCAL_AMFLAGS = --install -I m4 ${ACLOCAL_FLAGS}
AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"xdg-desktop-portal\" \
$(NULL)

lib_LTLIBRARIES =

include data/Makefile.am.inc
include document-portal/Makefile.am.inc
include src/Makefile.am.inc
include tests/Makefile.am.inc

pkgconfigdir = $(datadir)/pkgconfig
pkgconfig_DATA = xdg-desktop-portal.pc
Expand Down
1,653 changes: 1,526 additions & 127 deletions Makefile.in

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
xdg-desktop-portal 0.10
=======================

This version of xdg-desktop-portal contains the xdg-document-portal
that used to be shipped by flatpak. The code was moved to
xdg-desktop-portal as a first step towards being used by
snappy. Additionally having the two related portals delivered together
makes it easier to implement new features that rely on changes to
both portals.

The two versions of the document portal are fully compatible, but the
package files will conflict with older versions of flatpak, so
packagers will have to pick one version. Following this there will be
a new release of unstable flatpak with the document portal removed,
and a release of the stable branch (0.10) that has a configure
option to disable the document portal.

Additionally, this release contains a new screencast and remote
desktop portal based on PipeWire.

Major changes in this versions:

* Import permission store from flatpak
* Import document portal from flatpak
* Add remote desktop portal
* Add screencast portal
* Add "interactive" mode to screenshot portal
* file-chooser: Don't return document paths for paths the application has direct access to
* Handle newer version of bubblewrap
* New abstraction for application info, supporting multiple sandbox technologies
* Add basic test suite

xdg-desktop-portal 0.9
======================

Expand Down
Loading

0 comments on commit 497a845

Please sign in to comment.