|
1 | 1 | { |
2 | 2 | "app-id" : "com.github.GradienceTeam.Gradience.Devel", |
3 | 3 | "runtime" : "org.gnome.Platform", |
4 | | - "runtime-version" : "master", |
| 4 | + "runtime-version" : "42", |
5 | 5 | "sdk" : "org.gnome.Sdk", |
6 | 6 | "command" : "gradience", |
7 | 7 | "finish-args" : [ |
|
27 | 27 | "modules" : [ |
28 | 28 | "pypi-dependencies.json", |
29 | 29 | { |
30 | | - "name": "python-lxml", |
31 | | - "buildsystem": "simple", |
32 | | - "build-commands": [ |
| 30 | + "name" : "python-lxml", |
| 31 | + "buildsystem" : "simple", |
| 32 | + "build-commands" : [ |
33 | 33 | "python3 setup.py build --with-cython", |
34 | 34 | "python3 setup.py install --prefix=/app --root=/" |
35 | 35 | ], |
36 | | - "sources": [ |
| 36 | + "sources" : [ |
37 | 37 | { |
38 | | - "type": "archive", |
39 | | - "url": "https://github.com/lxml/lxml/releases/download/lxml-4.9.1/lxml-4.9.1.tar.gz", |
40 | | - "sha256": "fe749b052bb7233fe5d072fcb549221a8cb1a16725c47c37e42b0b9cb3ff2c3f" |
| 38 | + "type" : "archive", |
| 39 | + "url" : "https://github.com/lxml/lxml/releases/download/lxml-4.9.1/lxml-4.9.1.tar.gz", |
| 40 | + "sha256" : "fe749b052bb7233fe5d072fcb549221a8cb1a16725c47c37e42b0b9cb3ff2c3f" |
41 | 41 | } |
42 | 42 | ] |
43 | 43 | }, |
|
53 | 53 | ] |
54 | 54 | }, |
55 | 55 | { |
56 | | - "name": "libportal", |
| 56 | + "name": "libsass", |
| 57 | + "buildsystem": "simple", |
| 58 | + "build-commands": [ |
| 59 | + "autoreconf --force --install", |
| 60 | + "./configure --enable-shared --prefix=/app", |
| 61 | + "make", |
| 62 | + "make install" |
| 63 | + ], |
| 64 | + "sources": [ |
| 65 | + { |
| 66 | + "type": "git", |
| 67 | + "url": "https://github.com/sass/libsass.git", |
| 68 | + "tag": "3.6.5" |
| 69 | + } |
| 70 | + ] |
| 71 | + }, |
| 72 | + { |
| 73 | + "name": "sassc", |
| 74 | + "buildsystem": "simple", |
| 75 | + "build-commands": [ |
| 76 | + "autoreconf --force --install", |
| 77 | + "./configure --prefix=/app", |
| 78 | + "make", |
| 79 | + "make install" |
| 80 | + ], |
| 81 | + "sources": [ |
| 82 | + { |
| 83 | + "type": "git", |
| 84 | + "url": "https://github.com/sass/sassc.git", |
| 85 | + "tag": "3.6.2" |
| 86 | + } |
| 87 | + ] |
| 88 | + }, |
| 89 | + { |
| 90 | + "name": "libadwaita", |
57 | 91 | "buildsystem": "meson", |
58 | | - "config-opts": ["-Ddocs=false", "-Dvapi=false", "-Dbackends=gtk4"], |
| 92 | + "config-opts": [ |
| 93 | + "-Dvapi=false", |
| 94 | + "-Dtests=false", |
| 95 | + "-Dexamples=false", |
| 96 | + "-Dintrospection=enabled" |
| 97 | + ], |
59 | 98 | "sources": [ |
60 | 99 | { |
61 | 100 | "type": "git", |
62 | | - "url": "https://github.com/flatpak/libportal", |
63 | | - "branch": "main" |
| 101 | + "url": "https://gitlab.gnome.org/GNOME/libadwaita.git", |
| 102 | + "tag": "1.2.beta" |
| 103 | + } |
| 104 | + ] |
| 105 | + }, |
| 106 | + { |
| 107 | + "name" : "libportal", |
| 108 | + "buildsystem" : "meson", |
| 109 | + "config-opts" : [ |
| 110 | + "-Ddocs=false", |
| 111 | + "-Dvapi=false", |
| 112 | + "-Dbackends=gtk4" |
| 113 | + ], |
| 114 | + "sources" : [ |
| 115 | + { |
| 116 | + "type" : "git", |
| 117 | + "url" : "https://github.com/flatpak/libportal", |
| 118 | + "branch" : "main" |
64 | 119 | } |
65 | 120 | ] |
66 | 121 | }, |
67 | 122 | { |
68 | 123 | "name" : "gradience", |
69 | 124 | "builddir" : true, |
70 | 125 | "buildsystem" : "meson", |
71 | | - "config-opts": ["-Dbuildtype=debug"], |
| 126 | + "config-opts" : [ |
| 127 | + "-Dbuildtype=debug" |
| 128 | + ], |
72 | 129 | "sources" : [ |
73 | 130 | { |
74 | 131 | "type" : "git", |
|
0 commit comments