app-misc/francis: 25.12.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-12-11 19:39:29 +01:00
parent 75a210cfe2
commit 3551e33bcd
2 changed files with 30 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST francis-25.08.3.tar.xz 117732 BLAKE2B 428eb71a1bcacf26de6eef0cd685f98b684b355d7be5a2ab834117b0ececae8e0de8342d649b4435de07956b5e9ae2d95b848014da0660345d7e10457e53974d SHA512 f80ff31f6e7f5cfa0505891696d3b669f19dc252fcd59c0f6ec92fc1e2636092d2c2540f9ea44521c3c7cde9c9b915cc27e29ab2b28877477d6a18364188a806
DIST francis-25.12.0.tar.xz 117724 BLAKE2B 4f474cb034929e1e371c2ceccb48a21534a568fccc23ed282e1604e41d0073cf9491a017fd3acb2ea621da87c9c6188d6d4a96ed74c4eb58c828bd2037ed03f3 SHA512 632783742314fcb7cbe2c03b0894659c28098b00eb508493891c2a6116d52d512cbcc0fcfe4d8526a64cd06ca76e05f68afc3d84b3cf4bf9093b6b119230901f

View File

@@ -0,0 +1,29 @@
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KDE_ORG_CATEGORY="utilities"
KFMIN=6.19.0
QTMIN=6.9.1
inherit ecm gear.kde.org xdg
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 ~loong ~ppc64 ~x86"
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}"