Skip to content

Commit

Permalink
Imported Upstream version 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
smcv committed Aug 1, 2016
2 parents 82be44e + 07b342a commit 04551f0
Show file tree
Hide file tree
Showing 150 changed files with 16,352 additions and 7,151 deletions.
1,282 changes: 1,282 additions & 0 deletions ABOUT-NLS

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ AM_CPPFLAGS = \
-I$(srcdir)/libglnx \
-I$(srcdir)/common \
-I$(builddir)/common \
-I$(srcdir)/lib \
-I$(builddir)/lib \
$(NULL)

if WITH_SYSTEM_BWRAP
Expand Down Expand Up @@ -131,6 +133,15 @@ flatpak.env: env.d/flatpak.env.in
$(AM_V_GEN) $(SED) -e "s|\@localstatedir\@|$(localstatedir)|" \
-e "s|\@sysconfdir\@|$(sysconfdir)|" $< > $@

dbussnippetdir = $(systemduserunitdir)/dbus.service.d
dbussnippet_DATA = flatpak.conf
EXTRA_DIST += dbus.service.d/flatpak.conf.in
DISTCLEANFILES += flatpak.conf

flatpak.conf: dbus.service.d/flatpak.conf.in
$(AM_V_GEN) $(SED) -e "s|\@localstatedir\@|$(localstatedir)|" \
-e "s|\@sysconfdir\@|$(sysconfdir)|" $< > $@

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = flatpak.pc
EXTRA_DIST += flatpak.pc.in
Expand Down
121 changes: 77 additions & 44 deletions Makefile.in

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Major changes in 0.6.8
======================

* Requires OSTree 2016.7, allowing us to enable use of static delta
for system downloads again.
* Support --no-desktop which allows you to run a flatpak app outside
a desktop, with some loss of functionallity (for example, there
will be no systemd --user scope created for the app)..
* More documentation.
* Memory leak fixes.
* Initial support for rpms as flatpak-builder archive sources.
* Start work on translating the CLI.
* Install systemd config snippet to set the right XDG_DATA_DIRS path.
* Support --arch in flatpak list.
* Support access() in the document portal.
* Validate exported desktop files.

Major changes in 0.6.7
======================

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Flatpak is a system for building, distributing and running sandboxed
desktop applications on Linux.

See http://flatpak.org/ for more information.

Read documentation for the flatpak [commandline tools](http://flatpak.github.io/flatpak/flatpak-docs.html) and for the libflatpak [library API](http://flatpak.github.io/flatpak/reference/html/index.html).
Loading

0 comments on commit 04551f0

Please sign in to comment.