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:
Jehan 2018-07-23 12:46:00 +02:00
parent cb132d2a97
commit fdc3c84fc5
1 changed files with 12 additions and 10 deletions

View File

@ -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",
"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" : [
{
"url" : "https://download.gnome.org/sources/pango/1.42/pango-1.42.1.tar.xz",