Skip to content

Commit

Permalink
Update flatpak manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Jul 11, 2024
1 parent a9d27fe commit e8ae3c7
Showing 1 changed file with 21 additions and 81 deletions.
102 changes: 21 additions & 81 deletions io.elementary.tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,87 +96,6 @@
}
]
},
{
"name": "clutter-gtk",
"cleanup": [
"/share/gtk-doc"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/clutter-gtk/1.8/clutter-gtk-1.8.4.tar.xz",
"sha256": "521493ec038973c77edcb8bc5eac23eed41645117894aaee7300b2487cb42b06"
}
],
"modules": [
{
"name": "cogl",
"config-opts": [
"--disable-cogl-gst",
"--disable-gtk-doc",
"--enable-xlib-egl-platform",
"--enable-wayland-egl-platform"
],
"cleanup": [
"/share/gtk-doc",
"/share/cogl/examples-data"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/cogl/1.22/cogl-1.22.8.tar.xz",
"sha256": "a805b2b019184710ff53d0496f9f0ce6dcca420c141a0f4f6fcc02131581d759"
}
]
},
{
"name": "clutter",
"config-opts": [
"--disable-gtk-doc",
"--enable-egl-backend",
"--enable-wayland-backend",
"--enable-deprecated=no"
],
"cleanup": [
"/share/gtk-doc"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/clutter/1.26/clutter-1.26.4.tar.xz",
"sha256": "8b48fac159843f556d0a6be3dbfc6b083fc6d9c58a20a49a6b4919ab4263c4e6"
}
]
},
{
"name": "clutter-gst",
"config-opts": [
"--disable-gtk-doc"
],
"cleanup": [
"/share/gtk-doc"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/clutter-gst/3.0/clutter-gst-3.0.27.tar.xz",
"sha256": "fe69bd6c659d24ab30da3f091eb91cd1970026d431179b0724f13791e8ad9f9d"
}
]
}
]
},
{
"name": "champlain",
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/libchamplain/0.12/libchamplain-0.12.21.tar.xz",
"sha256": "a915cd172a0c52944c5579fcb4683f8a878c571bf5e928254b5dafefc727e5a7"
}
]
},
{
"name": "geocode-glib",
"buildsystem": "meson",
Expand Down Expand Up @@ -208,6 +127,27 @@
}
]
},
{
"name": "libshumate",
"buildsystem": "meson",
"config-opts": [
"-Ddemos=false",
"-Dgtk_doc=false",
"-Dvapi=false"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/libshumate/1.2/libshumate-1.2.1.tar.xz",
"sha256": "1105ee077e2147f2a039cddfa616fa5cb9438883dd940427e11699dcd6549c11",
"x-checker-data": {
"type": "gnome",
"stable-only": false,
"name": "libshumate"
}
}
]
},
{
"name": "tasks",
"buildsystem": "meson",
Expand Down

0 comments on commit e8ae3c7

Please sign in to comment.