Add build dependencies for Folks
Flatpak manifest updates courtesy of gnome-contacts.
This commit is contained in:
parent
d93e5fe879
commit
742aca2b0c
6 changed files with 105 additions and 29 deletions
|
|
@ -74,16 +74,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "gmime",
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/jstedfast/gmime.git",
|
||||
"branch": "gmime-2-6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "gnome-online-accounts",
|
||||
"config-opts": [
|
||||
|
|
@ -105,6 +95,87 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "libical",
|
||||
"cleanup": [
|
||||
"/lib/cmake"
|
||||
],
|
||||
"buildsystem": "cmake-ninja",
|
||||
"config-opts": [
|
||||
"-DCMAKE_BUILD_TYPE=Release",
|
||||
"-DCMAKE_INSTALL_LIBDIR=lib",
|
||||
"-DBUILD_SHARED_LIBS:BOOL=ON"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://github.com/libical/libical/releases/download/v2.0.0/libical-2.0.0.tar.gz",
|
||||
"sha256": "654c11f759c19237be39f6ad401d917e5a05f36f1736385ed958e60cf21456da"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "evolution-data-server",
|
||||
"cleanup": [
|
||||
"/lib/cmake",
|
||||
"/lib/evolution-data-server/*-backends",
|
||||
"/libexec",
|
||||
"/share/dbus-1/services"
|
||||
],
|
||||
"config-opts": [
|
||||
"-DCMAKE_BUILD_TYPE=Release",
|
||||
"-DENABLE_GTK=ON",
|
||||
"-DENABLE_GOA=ON",
|
||||
"-DENABLE_UOA=OFF",
|
||||
"-DENABLE_GOOGLE_AUTH=OFF",
|
||||
"-DENABLE_GOOGLE=OFF",
|
||||
"-DENABLE_WITH_PHONENUMBER=OFF",
|
||||
"-DENABLE_VALA_BINDINGS=ON",
|
||||
"-DENABLE_WEATHER=OFF",
|
||||
"-DWITH_OPENLDAP=OFF",
|
||||
"-DWITH_LIBDB=OFF",
|
||||
"-DENABLE_INTROSPECTION=ON",
|
||||
"-DENABLE_INSTALLED_TESTS=OFF",
|
||||
"-DENABLE_GTK_DOC=OFF",
|
||||
"-DENABLE_EXAMPLES=OFF"
|
||||
],
|
||||
"buildsystem": "cmake-ninja",
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://gitlab.gnome.org/GNOME/evolution-data-server.git"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "folks",
|
||||
"cleanup": [
|
||||
"/bin",
|
||||
"/share/GConf"
|
||||
],
|
||||
"config-opts": [
|
||||
"--disable-telepathy-backend",
|
||||
"--disable-inspect-tool",
|
||||
"--disable-import-tool",
|
||||
"--disable-fatal-warnings"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://gitlab.gnome.org/GNOME/folks.git"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "gmime",
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/jstedfast/gmime.git",
|
||||
"branch": "gmime-2-6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "libunwind",
|
||||
"sources": [
|
||||
|
|
@ -121,9 +192,8 @@
|
|||
"builddir": true,
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://gitlab.gnome.org/GNOME/geary.git",
|
||||
"branch": "master"
|
||||
"type": "dir",
|
||||
"path": "."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue