mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-07 05:34:45 +02:00
29 lines
777 B
Bash
29 lines
777 B
Bash
# Copyright 2024-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
KDE_ORG_CATEGORY="utilities"
|
|
KFMIN=6.7.0
|
|
QTMIN=6.7.2
|
|
inherit ecm gear.kde.org
|
|
|
|
DESCRIPTION="Productivity application using the well-known pomodoro technique"
|
|
HOMEPAGE="https://apps.kde.org/francis/"
|
|
|
|
LICENSE="BSD BSD-2 CC0-1.0 GPL-3+ LGPL-2+ LGPL-2.1+"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 arm64"
|
|
|
|
DEPEND="
|
|
>=dev-libs/kirigami-addons-1.0:6
|
|
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
|
|
>=dev-qt/qtdeclarative-${QTMIN}:6[svg,widgets]
|
|
>=dev-qt/qtsvg-${QTMIN}:6
|
|
>=kde-frameworks/kconfig-${KFMIN}:6
|
|
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
|
>=kde-frameworks/kdbusaddons-${KFMIN}:6
|
|
>=kde-frameworks/ki18n-${KFMIN}:6
|
|
>=kde-frameworks/kirigami-${KFMIN}:6
|
|
"
|
|
RDEPEND="${DEPEND}"
|