Skip to content

Commit 0332868

Browse files
authored
Update to GNOME 43 runtime (#51)
1 parent 38077e8 commit 0332868

File tree

1 file changed

+1
-48
lines changed

1 file changed

+1
-48
lines changed

com.github.lachhebo.Gabtag.Devel.json

Lines changed: 1 addition & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "com.github.lachhebo.Gabtag.Devel",
33
"runtime": "org.gnome.Platform",
4-
"runtime-version": "42",
4+
"runtime-version": "43",
55
"sdk": "org.gnome.Sdk",
66
"command": "gabtag",
77
"finish-args": [
@@ -66,53 +66,6 @@
6666
}
6767
]
6868
},
69-
{
70-
"name": "libsass",
71-
"sources": [
72-
{
73-
"type" : "archive",
74-
"url" : "https://github.com/sass/libsass/archive/3.6.5.tar.gz",
75-
"sha256": "89d8f2c46ae2b1b826b58ce7dde966a176bac41975b82e84ad46b01a55080582"
76-
},
77-
{
78-
"type" : "script",
79-
"dest-filename" : "autogen.sh",
80-
"commands" : [ "autoreconf -si" ]
81-
}
82-
]
83-
},
84-
{
85-
"name": "sassc",
86-
"sources": [
87-
{
88-
"type" : "archive",
89-
"url" : "https://github.com/sass/sassc/archive/3.6.2.tar.gz",
90-
"sha256": "608dc9002b45a91d11ed59e352469ecc05e4f58fc1259fc9a9f5b8f0f8348a03"
91-
},
92-
{
93-
"type" : "script",
94-
"dest-filename" : "autogen.sh",
95-
"commands" : [ "autoreconf -si" ]
96-
}
97-
]
98-
},
99-
{
100-
"name" : "libadwaita",
101-
"buildsystem": "meson",
102-
"config-opts" : [
103-
"-Dvapi=true",
104-
"-Dgtk_doc=false",
105-
"-Dexamples=false",
106-
"-Dtests=false"
107-
],
108-
"sources" : [
109-
{
110-
"type" : "git",
111-
"url" : "https://gitlab.gnome.org/GNOME/libadwaita.git",
112-
"branch" : "main"
113-
}
114-
]
115-
},
11669
{
11770
"name": "gabtag",
11871
"buildsystem": "meson",

0 commit comments

Comments
 (0)