commit: b10cd3033f45fff7e49aa94609a3188bafc2c32a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Dec 11 22:47:27 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Dec 12 21:44:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b10cd303
app-misc/francis: new package, add 24.12.0 Imported from kde overlay. Thanks-to: Alfred Wingate <parona <AT> protonmail.com> Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-misc/francis/Manifest | 1 + app-misc/francis/francis-24.12.0.ebuild | 29 +++++++++++++++++++++++++++++ app-misc/francis/metadata.xml | 12 ++++++++++++ 3 files changed, 42 insertions(+) diff --git a/app-misc/francis/Manifest b/app-misc/francis/Manifest new file mode 100644 index 000000000000..e9541b50fcd0 --- /dev/null +++ b/app-misc/francis/Manifest @@ -0,0 +1 @@ +DIST francis-24.12.0.tar.xz 113920 BLAKE2B 4dffd5835668a7ba0189eb7665def1192d2e16c1f6995ce980c13253f0802f455bc3c34affbd09c1994a4c66871e0efceb379a0046d14fb2cfc8ee39a58370ab SHA512 2ecaaf35fd1f781c13ba1e306f5004b5a2135797937c4613589bc79191e4b08e0429579078c74399bdc6a669286419ef71d039b15a4b5b4f510a748e6c5e9050 diff --git a/app-misc/francis/francis-24.12.0.ebuild b/app-misc/francis/francis-24.12.0.ebuild new file mode 100644 index 000000000000..75d5340a54aa --- /dev/null +++ b/app-misc/francis/francis-24.12.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_CATEGORY="utilities" +KFMIN=6.5.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" + +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}" diff --git a/app-misc/francis/metadata.xml b/app-misc/francis/metadata.xml new file mode 100644 index 000000000000..8f43415f94e3 --- /dev/null +++ b/app-misc/francis/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo KDE Project</name> + </maintainer> + <upstream> + <bugs-to>https://bugs.kde.org/enter_bug.cgi?product=Francis</bugs-to> + <remote-id type="kde-invent">utilities/francis</remote-id> + </upstream> +</pkgmetadata>
