summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/francis/Manifest1
-rw-r--r--app-misc/francis/francis-25.04.1.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/app-misc/francis/Manifest b/app-misc/francis/Manifest
new file mode 100644
index 00000000000..c496d1ecb6d
--- /dev/null
+++ b/app-misc/francis/Manifest
@@ -0,0 +1 @@
+DIST francis-25.04.1.tar.xz 117112 BLAKE2B 522d691f3fabee337e9bc9ef6673439b22bd1ba7d463594d353a1f5f71a376b37b1765c2eeac5a910762b124b65a90792f3d87d661adf8c780321e0ede2a071e SHA512 4638c44dac506251ee2712e17f00e211537eabd8d9ec41c0f5fbd8a78542af19e502da6e1d56b687dd45fd479bf6b22390d9bec6f64faabe9148e23a27e2c79a
diff --git a/app-misc/francis/francis-25.04.1.ebuild b/app-misc/francis/francis-25.04.1.ebuild
new file mode 100644
index 00000000000..e898801f61d
--- /dev/null
+++ b/app-misc/francis/francis-25.04.1.ebuild
@@ -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.13.0
+QTMIN=6.7.2
+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"
+
+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}"