flatpak: Sync with Flathub

This commit is contained in:
Rafał Dzięgiel
2021-09-13 14:06:48 +02:00
parent a62483fda9
commit 67d1b9f5bc
4 changed files with 3 additions and 25 deletions

View File

@@ -23,6 +23,7 @@
"flathub/shared-modules/gudev/gudev.json",
"flathub/lib/libsass.json",
"flathub/lib/sassc.json",
"flathub/lib/libadwaita.json",
"flathub/lib/liba52.json",
"flathub/lib/libmpeg2.json",
"flathub/lib/libdv.json",
@@ -38,7 +39,6 @@
"testing/gstreamer-1.0/gst-plugins-ugly.json",
"testing/gstreamer-1.0/gst-libav.json",
"testing/gstreamer-1.0/gstreamer-vaapi.json",
"testing/libadwaita.json",
{
"name": "clapper",
"buildsystem": "meson",

View File

@@ -20,7 +20,6 @@
"--env=GST_VAAPI_ALL_DRIVERS=1"
],
"modules": [
"flathub/lib/glib-networking.json",
"flathub/shared-modules/gudev/gudev.json",
"flathub/lib/pango.json",
"flathub/lib/libsass.json",
@@ -42,7 +41,7 @@
"flathub/gstreamer-1.0/gst-libav.json",
"flathub/gstreamer-1.0/gstreamer-vaapi.json",
"flathub/lib/gtk4.json",
"testing/libadwaita.json",
"flathub/lib/libadwaita.json",
{
"name": "clapper",
"buildsystem": "meson",

View File

@@ -1,21 +0,0 @@
{
"name": "libadwaita",
"buildsystem": "meson",
"config-opts": [
"--buildtype=release",
"--wrap-mode=nofallback",
"-Dintrospection=enabled",
"-Dvapi=false",
"-Dgtk_doc=false",
"-Dtests=false",
"-Dexamples=false"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libadwaita.git",
"tag": "1.0.0-alpha.2",
"commit": "f5932ab4250c8e709958c6e75a1a4941a5f0f386"
}
]
}