Skip to content

Commit

Permalink
Update to GNOME 43 runtime (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscfdezdz authored Sep 25, 2022
1 parent 38077e8 commit 0332868
Showing 1 changed file with 1 addition and 48 deletions.
49 changes: 1 addition & 48 deletions com.github.lachhebo.Gabtag.Devel.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "com.github.lachhebo.Gabtag.Devel",
"runtime": "org.gnome.Platform",
"runtime-version": "42",
"runtime-version": "43",
"sdk": "org.gnome.Sdk",
"command": "gabtag",
"finish-args": [
Expand Down Expand Up @@ -66,53 +66,6 @@
}
]
},
{
"name": "libsass",
"sources": [
{
"type" : "archive",
"url" : "https://github.com/sass/libsass/archive/3.6.5.tar.gz",
"sha256": "89d8f2c46ae2b1b826b58ce7dde966a176bac41975b82e84ad46b01a55080582"
},
{
"type" : "script",
"dest-filename" : "autogen.sh",
"commands" : [ "autoreconf -si" ]
}
]
},
{
"name": "sassc",
"sources": [
{
"type" : "archive",
"url" : "https://github.com/sass/sassc/archive/3.6.2.tar.gz",
"sha256": "608dc9002b45a91d11ed59e352469ecc05e4f58fc1259fc9a9f5b8f0f8348a03"
},
{
"type" : "script",
"dest-filename" : "autogen.sh",
"commands" : [ "autoreconf -si" ]
}
]
},
{
"name" : "libadwaita",
"buildsystem": "meson",
"config-opts" : [
"-Dvapi=true",
"-Dgtk_doc=false",
"-Dexamples=false",
"-Dtests=false"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libadwaita.git",
"branch" : "main"
}
]
},
{
"name": "gabtag",
"buildsystem": "meson",
Expand Down

0 comments on commit 0332868

Please sign in to comment.