-
Notifications
You must be signed in to change notification settings - Fork 3
/
org.gtk.Gtk3theme.ZorinRed-Dark.json
42 lines (42 loc) · 1.3 KB
/
org.gtk.Gtk3theme.ZorinRed-Dark.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
{
"id": "org.gtk.Gtk3theme.ZorinRed-Dark",
"branch": "3.22",
"runtime": "org.freedesktop.Platform",
"build-extension": true,
"sdk": "org.freedesktop.Sdk",
"runtime-version": "23.08",
"appstream-compose": false,
"separate-locales": false,
"modules": [
{
"name": "ZorinRed-Dark",
"buildsystem": "simple",
"build-commands": [
"mkdir -pm 755 /usr/share/runtime/share/themes/ZorinRed-Dark/gtk-3.0",
"cp -fr ZorinRed-Dark/gtk-3.0/* /usr/share/runtime/share/themes/ZorinRed-Dark/gtk-3.0"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/ZorinOS/zorin-desktop-themes/archive/4.1.tar.gz",
"sha256": "c128ddc7f34fcc46719725b7291c38322aaa581b8f31fd18c0f2dd1afd48c4f8"
}
]
},
{
"name": "appdata",
"buildsystem": "simple",
"build-commands": [
"mkdir -p ${FLATPAK_DEST}/share/appdata",
"cp org.gtk.Gtk3theme.ZorinRed-Dark.appdata.xml ${FLATPAK_DEST}/share/appdata",
"appstream-compose --basename=org.gtk.Gtk3theme.ZorinRed-Dark --prefix=${FLATPAK_DEST} --origin=flatpak org.gtk.Gtk3theme.ZorinRed-Dark"
],
"sources": [
{
"type": "file",
"path": "org.gtk.Gtk3theme.ZorinRed-Dark.appdata.xml"
}
]
}
]
}