mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 15:22:11 +02:00
flatpak: Build graphviz
Needed for pipeline preview app functionality
This commit is contained in:
@@ -66,6 +66,7 @@
|
||||
"testing/dav1d.json",
|
||||
"testing/gstreamer.json",
|
||||
"testing/gst-plugins-rs.json",
|
||||
"testing/graphviz.json",
|
||||
{
|
||||
"name": "clapper",
|
||||
"buildsystem": "meson",
|
||||
|
@@ -51,6 +51,7 @@
|
||||
"flathub/lib/libmicrodns.json",
|
||||
"flathub/lib/libpeas.json",
|
||||
"flathub/gstreamer-1.0/gstreamer.json",
|
||||
"testing/graphviz.json",
|
||||
{
|
||||
"name": "clapper",
|
||||
"buildsystem": "meson",
|
||||
|
38
pkgs/flatpak/testing/graphviz.json
Normal file
38
pkgs/flatpak/testing/graphviz.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "graphviz",
|
||||
"buildsystem": "autotools",
|
||||
"config-opts": [
|
||||
"--without-x",
|
||||
"--without-gtk",
|
||||
"--without-gtkgl",
|
||||
"--without-gtkglext",
|
||||
"--without-gdk",
|
||||
"--without-gdk-pixbuf",
|
||||
"--without-qt",
|
||||
"--disable-static",
|
||||
"--disable-sharp",
|
||||
"--disable-go",
|
||||
"--disable-guile",
|
||||
"--disable-java",
|
||||
"--disable-javascript",
|
||||
"--disable-lua",
|
||||
"--disable-perl",
|
||||
"--disable-php",
|
||||
"--disable-python",
|
||||
"--disable-r",
|
||||
"--disable-ruby",
|
||||
"--disable-tcl"
|
||||
],
|
||||
"cleanup": [
|
||||
"/bin",
|
||||
"/share/man",
|
||||
"/share/graphviz"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/12.2.1/graphviz-12.2.1.tar.gz",
|
||||
"sha256": "242bc18942eebda6db4039f108f387ec97856fc91ba47f21e89341c34b554df8"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user