forked from ubuntu/gnome-klotski
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnapcraft.yaml
40 lines (37 loc) · 936 Bytes
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: gnome-klotski
adopt-info: gnome-klotski
grade: stable
confinement: strict
base: core22
slots:
gnome-klotski:
interface: dbus
bus: session
name: org.gnome.Klotski
apps:
gnome-klotski:
extensions: [gnome]
command: usr/bin/gnome-klotski
common-id: org.gnome.Klotski.desktop
desktop: usr/share/applications/org.gnome.Klotski.desktop
parts:
gnome-klotski:
source: https://gitlab.gnome.org/GNOME/gnome-klotski.git
source-type: git
source-tag: '3.38.2'
source-depth: 1
# ext:updatesnap
# version-format:
# lower-than: '3.39'
# no-9x-revisions: true
plugin: meson
override-pull: |
craftctl default
craftctl set version=$(git describe --tags --abbrev=10)
meson-parameters:
- --prefix=/usr
- --buildtype=release
parse-info: [usr/share/metainfo/org.gnome.Klotski.appdata.xml]
build-packages:
- appstream-util
- yelp-tools