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:
parent
8db785d6f3
commit
ec3cc82bea
2 changed files with 0 additions and 29 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue