Commit 67cc8dcf authored by Javier Jardón's avatar Javier Jardón
Browse files

doc/examples/flatpak-autotools: Use freedesktop-sdk 18.08

parent eeb334f2
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@ kind: import
description: Import the base freedesktop SDK
sources:
- kind: ostree
  url: gnomesdk:repo/
  gpg-key: keys/gnome-sdk.gpg
  url: flathub:repo/
  gpg-key: keys/flathub.gpg
  (?):
  - arch == "x86_64":
      track: runtime/org.freedesktop.BaseSdk/x86_64/1.4
      ref: 0d9d255d56b08aeaaffb1c820eef85266eb730cb5667e50681185ccf5cd7c882
      track: runtime/org.freedesktop.Sdk/x86_64/18.08
      ref: 266c14050460f4747ffaac89b1050c027dfad51f4fc5742d221b4a5d12e3fb71
  - arch == "i386":
      track: runtime/org.freedesktop.BaseSdk/i386/1.4
      ref: 16036b747c1ec8e7fe291f5b1f667cb942f0267d08fcad962e9b7627d6cf1981
      track: runtime/org.freedesktop.Sdk/i386/18.08
      ref: 30230a5eba26b77c334e125493a4b798bd304ab6d5186574f150de5c8cdee350
config:
  source: files
  target: usr
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,9 @@ description: Autotools project
depends:
- base.bst

variables:
  prefix: '/app'

sources:
- kind: local
  path: files/src
+1 −0
Original line number Diff line number Diff line
usr/lib64
 No newline at end of file
+2.78 KiB

File added.

No diff preview for this file type.

−629 B

File deleted.

Loading