seagull-9999norayr-overlay
download
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit mercurial meson
DESCRIPTION="SQLite3 utility library used by Pidgin and IMFreedom projects"
HOMEPAGE="
https://docs.imfreedom.org/seagull/
https://keep.imfreedom.org/seagull/seagull/
"
EHG_REPO_URI="https://keep.imfreedom.org/seagull/seagull"
EHG_REVISION="default"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS=""
IUSE="doc introspection"
REQUIRED_USE="
doc? ( introspection )
"
RDEPEND="
>=dev-libs/glib-2.76:2
dev-db/sqlite:3
introspection? ( dev-libs/gobject-introspection )
"
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
doc? ( >=dev-util/gi-docgen-2025.3 )
"
src_configure() {
local emesonargs=(
$(meson_use doc doc)
$(meson_use introspection introspection)
)
meson_src_configure
}