From f501976babcc283c7d2ae4bea25e5feefc4b98c2 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Wed, 22 Mar 2017 09:47:09 +0000 Subject: Moved all elements under the elements directory --- elements/gnu-toolchain/gnome-platform.bst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 elements/gnu-toolchain/gnome-platform.bst (limited to 'elements/gnu-toolchain/gnome-platform.bst') diff --git a/elements/gnu-toolchain/gnome-platform.bst b/elements/gnu-toolchain/gnome-platform.bst new file mode 100644 index 00000000..fd5efb6b --- /dev/null +++ b/elements/gnu-toolchain/gnome-platform.bst @@ -0,0 +1,27 @@ +kind: import +description: Import the GNOME Platform +config: + source: files +public: + bst: + integration-commands: + - ldconfig + - | + if [ -d "/app/share/glib-2.0/schemas" ]; then + glib-compile-schemas /app/share/glib-2.0/schemas + fi +arches: + x86_64: + sources: + - kind: ostree + url: gnomesdk:repo/ + track: runtime/org.gnome.Platform/x86_64/3.22 + gpg-key: keys/gnome-sdk.gpg + ref: af7b50663d808bf5cc6eb7538a3481b29c34864d71b719562246071113a18327 + i386: + sources: + - kind: ostree + url: gnomesdk:repo/ + track: runtime/org.gnome.Platform/i386/3.22 + gpg-key: keys/gnome-sdk.gpg + ref: 8c86378e95d305097e64a7b04e23595773ab894ed5d216b49777a22819bff08f -- cgit v1.2.1