{ "app-id": "com.github.naxuroqa.venom", "runtime": "org.gnome.Platform", "runtime-version": "3.28", "sdk": "org.gnome.Sdk", "command": "venom", "copy-icon": true, "finish-args": [ "--share=network", "--socket=x11", "--share=ipc", "--socket=wayland", "--device=dri", "--socket=pulseaudio", "--talk-name=ca.desrt.dconf", "--talk-name=org.freedesktop.Notifications", "--filesystem=xdg-data/pixmaps/faces:ro", "--filesystem=xdg-download", "--device=all" ], "cleanup-commands": [ "rm -rf /app/bin/{DHT_bootstrap,gspell-app1,enchant*}", "rm -rf /app/include", "rm -rf /app/lib/{*.a,*.la,girepository-1.0,pkgconfig}", "rm -rf /app/lib/enchant-2/{*.a,*.la}", "rm -rf /app/share/{vala,man,gir-1.0}" ], "build-options": { "cflags": "-O3 -DSQLITE_HAS_CODEC", "cxxflags": "-O3" }, "modules": [ { "name": "sqlcipher", "rm-configure": true, "config-opts": [ "--enable-tempstore=yes", "--disable-tcl" ], "sources": [ { "type": "git", "url": "https://github.com/sqlcipher/sqlcipher", "tag": "v4.0.1", "commit": "27d58453c6e56c3dd85e02bca379161bc69c746a", "disable-fsckobjects": true }, { "type": "script", "dest-filename": "autogen.sh", "commands": [ "AUTOMAKE=\"automake --foreign\" autoreconf -vfi" ] } ] }, { "name": "libsodium", "sources": [ { "type": "git", "url": "https://github.com/jedisct1/libsodium", "tag": "1.0.17", "commit": "b732443c442239c2e0184820e9b23cca0de0828c" } ] }, { "name": "toxcore", "buildsystem": "cmake", "config-opts": [ "-DCMAKE_BUILD_TYPE=Release", "-DENABLE_STATIC=OFF" ], "sources": [ { "type": "git", "url": "https://github.com/toktok/c-toxcore", "tag": "v0.2.9", "commit": "98b754e1f22220f10196760389371dba6d139c6f" } ] }, { "name": "libgee", "build-options": { "env": { "PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_GIRDIR": "/app/share/gir-1.0", "PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_TYPELIBDIR": "/app/lib/girepository-1.0" } }, "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/GNOME/libgee", "tag": "0.20.1", "commit": "57e4c8a08d61ab77bbec310a3a1621e6bf3111cb" } ] }, { "name": "enchant", "sources": [ { "type": "archive", "url": "https://github.com/AbiWord/enchant/releases/download/v2.2.3/enchant-2.2.3.tar.gz", "sha256": "abd8e915675cff54c0d4da5029d95c528362266557c61c7149d53fa069b8076d" } ] }, { "name": "gspell", "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/GNOME/gspell", "tag": "1.8.1", "commit": "ba03499234037861e01ce1e83075e8a32b9790f3" } ] }, { "name": "venom", "builddir": true, "buildsystem": "meson", "config-opts": [ "--buildtype=release" ], "sources": [ { "type": "git", "url": "https://github.com/naxuroqa/Venom" } ] } ] }