1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="Chinese Lunar Library"
9 HOMEPAGE="https://github.com/yetist/lunar-date"
10 SRC_URI="https://github.com/yetist/lunar-date/archive/v${PV}.tar.gz -> ${P}.tar.gz"
15 IUSE="+dbus doc introspection test"
17 RDEPEND=">=dev-python/pygobject-2.11.5"
20 dev-util/gdbus-codegen
23 >=dev-util/intltool-0.35
24 doc? ( dev-util/gtk-doc )
25 introspection? ( dev-libs/gobject-introspection )
26 >=app-text/gnome-doc-utils-0.3.2"
28 DOCS="AUTHORS COPYING NEWS README.md"
32 $(meson_use dbus service)
34 $(meson_use introspection introspection)
35 $(meson_use test tests)