dev-libs/lunar-date - 3.0.1 (gentoo-zh)

Search

Package Information

Description:
Chinese Lunar Library
Homepage:
https://github.com/yetist/lunar-date
License:
LGPL-2.1+

Ebuild Details

Version EAPI Keywords Slot
3.0.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="Chinese Lunar Library"
HOMEPAGE="https://github.com/yetist/lunar-date"
SRC_URI="https://github.com/yetist/lunar-date/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+dbus doc introspection test"

RESTRICT="!test? ( test )"

RDEPEND=">=dev-python/pygobject-2.11.5"

DEPEND="${RDEPEND}
	dev-util/gdbus-codegen
	sys-devel/gettext
	virtual/pkgconfig
	>=dev-util/intltool-0.35
	doc? ( dev-util/gtk-doc )
	introspection? ( dev-libs/gobject-introspection )"

DOCS="AUTHORS COPYING NEWS README.md"

src_configure(){
	local emesonargs=(
		$(meson_use dbus service)
		$(meson_use doc docs)
		$(meson_use introspection introspection)
		$(meson_use test tests)
	)
	meson_src_configure
}

USE Flags

dbus
Default: Enabled (+)
doc

Dependencies

DEPEND

>=dev-python/pygobject-2.11.5
	dev-util/gdbus-codegen
	sys-devel/gettext
	virtual/pkgconfig
	>=dev-util/intltool-0.35
	doc? ( dev-util/gtk-doc )
	introspection? ( dev-libs/gobject-introspection )

RDEPEND

>=dev-python/pygobject-2.11.5

Manifest for 3.0.1

Type File Size Source URLs
DIST lunar-date-3.0.1.tar.gz 103134 bytes https://github.com/yetist/lunar-date/archive/v3.0.1.tar.gz