-
Notifications
You must be signed in to change notification settings - Fork 3
/
org.gnome.Boxes.Extension.OsinfoDb.json
51 lines (51 loc) · 1.92 KB
/
org.gnome.Boxes.Extension.OsinfoDb.json
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
41
42
43
44
45
46
47
48
49
50
51
{
"id": "org.gnome.Boxes.Extension.OsinfoDb",
"runtime": "org.gnome.Boxes",
"runtime-version": "stable",
"sdk": "org.gnome.Sdk//45",
"build-extension": true,
"separate-locales": false,
"appstream-compose": false,
"modules": [
{
"name": "appdata",
"buildsystem": "simple",
"build-commands": [
"install -Dm644 --target-directory=${FLATPAK_DEST}/share/metainfo org.gnome.Boxes.Extension.OsinfoDb.metainfo.xml",
"appstream-compose --basename=org.gnome.Boxes.Extension.OsinfoDb --prefix=${FLATPAK_DEST} --origin=flatpak org.gnome.Boxes.Extension.OsinfoDb"
],
"sources": [
{
"type": "file",
"path": "org.gnome.Boxes.Extension.OsinfoDb.metainfo.xml"
}
]
},
{
"name": "osinfo-db",
"buildsystem": "simple",
"builddir": true,
"build-commands": [
"make",
"osinfo-db-import --dir /app/share/osinfo/ osinfo-db-*.tar.xz"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.com/libosinfo/osinfo-db.git",
"commit": "cde78484ab747c87532d47cf3f09b76f280c0b74",
"tag": "v20240701",
"x-checker-data": {
"type": "json",
"url": "https://gitlab.com/api/v4/projects/libosinfo%2Fosinfo-db/repository/tags",
"tag-query": "first | .name",
"commit-query": "first | .commit.id",
"timestamp-query": "first | .commit.committed_date",
"version-query": "$tag | sub(\"^[vV]\"; \"\")",
"is-main-source": true
}
}
]
}
]
}