# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit qt5-build git-r3

KEYWORDS="~amd64"
EGIT_REPO_URI="https://github.com/qt/${PN}.git"
EGIT_COMMIT="f9a8f0fc914c040d48bbd0ef52d7a68eea175a98"

DESCRIPTION="Qt Personal Information Management"

HOMEPAGE="https://qt-project.org/"

LICENSE="LGPL-2.1 LGPL-3 GPL-3"
SLOT="5"

RDEPEND="
    dev-qt/qtcore:5
    dev-qt/qtdeclarative:5
"

DEPEND="${RDEPEND}"


PATCHES=(
    "${FILESDIR}"/0002-Set-PLUGIN_CLASS_NAME-in-.pro-files.patch
    "${FILESDIR}"/0003-Set-MODULE_VERSION-to-5.0.0.patch
)