Skip to content

Commit

Permalink
build: Add latest libadwaita version as a module
Browse files Browse the repository at this point in the history
Can be removed when GNOME SDK and Runtime update to version 43.
  • Loading branch information
oscfdezdz committed Aug 16, 2022
1 parent 4a44de1 commit 3125ab0
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions com.github.lachhebo.Gabtag.Devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,53 @@
}
]
},
{
"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 3125ab0

Please sign in to comment.