summaryrefslogtreecommitdiff
path: root/gnome-sdk.bst
blob: 6d99083194b7fc954a4ac1134aa9e869ee355932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
kind: import
description: Import the GNOME SDK
sources:
- kind: ostree
  url: https://sdk.gnome.org/repo/
  track: runtime/org.gnome.Sdk/x86_64/3.22
  gpg-key: keys/gnome-sdk.gpg
  ref: 4f68757ee521fbec13809d4fbad5eac13b0a828908d9599d33ef5de6d47abf5b
config:
  source: files
  target: usr
public:
  bst:
    integration-commands:
    - |
      if [ -d "/app/share/glib-2.0/schemas" ]; then
        glib-compile-schemas /app/share/glib-2.0/schemas
      fi