mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2025-12-25 08:44:38 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
69
shared-modules/clutter/clutter.json
Normal file
69
shared-modules/clutter/clutter.json
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
{
|
||||
"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"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue