diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-05-10 16:13:14 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-05-10 16:52:25 +0200 |
| commit | e81ef96fa216c73234fe3165cda0ff8822d7706c (patch) | |
| tree | e26f99ac43dcd08d729d8b194762d8f24f11731b /dev-libs | |
| parent | 71eac1a8cd080e1ef80e6d74b8a5fd6fd1b9dbdf (diff) | |
| download | kde-e81ef96fa216c73234fe3165cda0ff8822d7706c.tar.gz kde-e81ef96fa216c73234fe3165cda0ff8822d7706c.tar.bz2 kde-e81ef96fa216c73234fe3165cda0ff8822d7706c.zip | |
dev-libs/kopeninghours: 22.04.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
| -rw-r--r-- | dev-libs/kopeninghours/Manifest | 1 | ||||
| -rw-r--r-- | dev-libs/kopeninghours/kopeninghours-22.04.1.ebuild | 65 |
2 files changed, 66 insertions, 0 deletions
diff --git a/dev-libs/kopeninghours/Manifest b/dev-libs/kopeninghours/Manifest new file mode 100644 index 00000000000..45074ee93dd --- /dev/null +++ b/dev-libs/kopeninghours/Manifest @@ -0,0 +1 @@ +DIST kopeninghours-22.04.1.tar.xz 69180 BLAKE2B 97ffbd30a0eb6a2d26aefef6c3bb2d0e81b8319e37eca827649a19d826cb47745b2bea19e881c9445b00d53f48025781865481fcce877ddd68add33690e751d0 SHA512 1dc82a84e85d6a9894235cc4f21a8dd376c1172c934f32355ce4ff93aff1af926d027275badc9f10ac77db251fb407bad8ee0b94d19278db23728d22d342456c diff --git a/dev-libs/kopeninghours/kopeninghours-22.04.1.ebuild b/dev-libs/kopeninghours/kopeninghours-22.04.1.ebuild new file mode 100644 index 00000000000..be015f31128 --- /dev/null +++ b/dev-libs/kopeninghours/kopeninghours-22.04.1.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_QTHELP="true" +ECM_TEST="true" +KDE_GEAR="true" +PVCUT=$(ver_cut 1-3) +KFMIN=5.92.0 +QTMIN=5.15.2 +PYTHON_COMPAT=( python3_{8..10} ) +inherit ecm kde.org python-single-r1 + +DESCRIPTION="Library for parsing and evaluating OSM opening hours expressions" +HOMEPAGE="https://api.kde.org/kopeninghours/html/index.html +https://invent.kde.org/libraries/kopeninghours" + +LICENSE="LGPL-2+" +SLOT="5" +KEYWORDS="~amd64" +IUSE="python" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +DEPEND=" + >=dev-libs/kpublictransport-${PVCUT}:5 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=kde-frameworks/kholidays-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + sys-libs/zlib + python? ( + $(python_gen_cond_dep ' + >=dev-libs/boost-1.70:=[python,${PYTHON_USEDEP}] + ') + ) +" +RDEPEND="${DEPEND} + ${PYTHON_DEPS} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 +" +BDEPEND=" + sys-devel/bison + sys-devel/flex +" + +PATCHES=( "${FILESDIR}"/${PN}-22.04.0-boostpython.patch ) + +pkg_setup() { + ecm_pkg_setup + python_setup +} + +src_configure() { + local mycmakeargs=( + -DBOOSTPYTHON_VERSION_MAJOR_MINOR=${EPYTHON} + $(cmake_use_find_package python Boost) + ) + ecm_src_configure +} + +src_install() { + ecm_src_install + python_optimize +} |
