mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
flatpak: Build libadwaita
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
"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",
|
||||
|
@@ -42,6 +42,7 @@
|
||||
"flathub/gstreamer-1.0/gst-libav.json",
|
||||
"flathub/gstreamer-1.0/gstreamer-vaapi.json",
|
||||
"flathub/lib/gtk4.json",
|
||||
"testing/libadwaita.json",
|
||||
{
|
||||
"name": "clapper",
|
||||
"buildsystem": "meson",
|
||||
|
21
pkgs/flatpak/testing/libadwaita.json
Normal file
21
pkgs/flatpak/testing/libadwaita.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user