build: move fribidi as a module of pango in flatpak manifest.
Makes easier to maintain so that it makes clear why this was added (i.e. as a dependency of pango, not a direct dependency of GIMP).
This commit is contained in:
@ -328,18 +328,20 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name" : "fribidi",
|
|
||||||
"sources" : [
|
|
||||||
{
|
|
||||||
"url" : "https://github.com/fribidi/fribidi/releases/download/0.19.7/fribidi-0.19.7.tar.bz2",
|
|
||||||
"sha256" : "08222a6212bbc2276a2d55c3bf370109ae4a35b689acbc66571ad2a670595a8e",
|
|
||||||
"type" : "archive"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name" : "pango",
|
"name" : "pango",
|
||||||
|
"modules": [
|
||||||
|
{
|
||||||
|
"name" : "fribidi",
|
||||||
|
"sources" : [
|
||||||
|
{
|
||||||
|
"url" : "https://github.com/fribidi/fribidi/releases/download/0.19.7/fribidi-0.19.7.tar.bz2",
|
||||||
|
"sha256" : "08222a6212bbc2276a2d55c3bf370109ae4a35b689acbc66571ad2a670595a8e",
|
||||||
|
"type" : "archive"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"sources" : [
|
"sources" : [
|
||||||
{
|
{
|
||||||
"url" : "https://download.gnome.org/sources/pango/1.42/pango-1.42.1.tar.xz",
|
"url" : "https://download.gnome.org/sources/pango/1.42/pango-1.42.1.tar.xz",
|
||||||
|
Reference in New Issue
Block a user