From d7424b603d8533376f389aac695ca01658d5bd0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 20 Oct 2015 23:29:53 +0100 Subject: Add xdg-app-common stratum xdg-app is a tool that uses OSTree to install and update runtimes and applications. It also allows the user to start these applications in a container-like environment where they are isolated (to various degrees) from the host operating system. In particular, each application depends on a particular runtime which supplies /usr for the application. Xdg-App also has commands related to building and distributing application bundles. https://wiki.gnome.org/Projects/SandboxedApps Change-Id: Ib5b01158b032d52b77b19fc67aa23577c357154e --- strata/xdg-app-common.morph | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 strata/xdg-app-common.morph diff --git a/strata/xdg-app-common.morph b/strata/xdg-app-common.morph new file mode 100644 index 00000000..23ab1eca --- /dev/null +++ b/strata/xdg-app-common.morph @@ -0,0 +1,11 @@ +name: xdg-app-common +kind: stratum +build-depends: +- morph: strata/ostree-core.morph +- morph: strata/x-common.morph +chunks: +- name: xdg-app + morph: strata/xdg-app-common/xdg-app.morph + repo: upstream:xdg-app + ref: aa535b7b01f4dd406e9bed0dfe4a0de2b8e56565 + unpetrify-ref: baserock/0.4.4 -- cgit v1.2.1