Files
packages/extra/tinysparql/tinysparql.toml
T
SFG545 2bb4d5187c Add TOML configuration files for various packages
- Introduced build configurations for graphene, gst-plugins-bad, gst-plugins-base, gstreamer, gtk4, iso-codes, jbig2dec, libepoxy, libsoup3, libtheora, libxpm, lynx, md4c, openjpeg2, poppler-data, python-attrs, python-automat, python-constantly, python-hyperlink, python-incremental, python-twisted, python-versioneer, python-zope-interface, qpdf, sdl12-compat, tinysparql, unixodbc, vmaf, xcb-util-cursor, xcb-util-image, xcb-util-renderutil, xcb-util-wm, xcb-util, xdg-utils.
- Each package includes build type, dependencies, runtime requirements, and source URLs.
- Added necessary post-install scripts and configurations where applicable.
2026-03-29 02:51:06 -05:00

46 lines
969 B
TOML

[build]
type = "meson"
[build.flags]
build_dir = "build"
configure = ["-Dsystemd_user_services=false"]
skip-tests = true # need a GUI
[dependencies]
build = [
"asciidoc",
"dbus",
"gi-docgen",
"gobject-introspection",
"meson",
"python-dbus",
"python-gobject",
"python-tappy",
"vala",
]
runtime = [
"avahi",
"glib2",
"glibc",
"icu78",
"json-glib",
"libunwind",
"libsoup3",
"libstemmer",
"libxml215",
"sqlite",
]
test = [ "man-db" ]
[package]
description = "Low-footprint RDF triple store with SPARQL 1.1 interface"
homepage = "https://tinysparql.org/"
license = "GPL-2.0-or-later"
name = "tinysparql"
version = "3.11.0"
[[source]]
extract_dir = "$name-$version"
url = "https://download.gnome.org/sources/tinysparql/3.11/tinysparql-$version.tar.xz"
sha256 = "b2:050f8d4bad09514ffc09e5a52c5a2b26eb5a182ac0e6f5b1a97b3d3016ee1d8cb97fa7471f33c6f0e2cf1b778179156cb1f001c94ae49355fa21f843677c1be5"