build: Remove handy from Flatpak nightly manifest

Nightly SDK now ships 1.2.1, so this is no longer needed.
This commit is contained in:
Michael Gratton 2021-04-25 20:14:06 +09:30 committed by Michael James Gratton
parent 8db785d6f3
commit ec3cc82bea
2 changed files with 0 additions and 29 deletions

View file

@ -78,23 +78,6 @@
"/share"
]
},
{
"name": "libhandy",
"buildsystem": "meson",
"config-opts": [
"-Dglade_catalog=disabled"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libhandy.git",
"branch": "master"
}
],
"cleanup": [
"/bin"
]
},
{
"name": "libical",
"buildsystem": "cmake-ninja",

View file

@ -111,18 +111,6 @@ modules:
- /bin
- /share
# Geary dependency
- name: libhandy
buildsystem: meson
config-opts:
- "-Dglade_catalog=disabled"
sources:
- type: git
url: "https://gitlab.gnome.org/GNOME/libhandy.git"
branch: master
cleanup:
- /bin
# EDS dependency
- name: libical
buildsystem: cmake-ninja