1 # Copyright 1999-2024 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 RESTRICT
="!test? ( test )"
19 RDEPEND
=">=dev-python/pygobject-2.11.5"
22 dev-util/gdbus-codegen
25 >=dev-util/intltool-0.35
26 doc? ( dev-util/gtk-doc )
27 introspection? ( dev-libs/gobject-introspection )"
29 DOCS
="AUTHORS COPYING NEWS README.md"
33 $
(meson_use dbus service
)
35 $
(meson_use introspection introspection
)
36 $
(meson_use
test tests
)