diff options
| author | Alfred Wingate <parona@protonmail.com> | 2024-11-12 19:21:09 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-11 20:42:15 +0100 |
| commit | ca702143071ed7c1bd30aa6552d9801ee8ce16ec (patch) | |
| tree | 64633b2cfa59325774d048f52be3b1babc7bd33b | |
| parent | 4bb59e2d0cac4cc02bc8517f652f0c65aab5ef07 (diff) | |
| download | kde-ca702143071ed7c1bd30aa6552d9801ee8ce16ec.tar.gz kde-ca702143071ed7c1bd30aa6552d9801ee8ce16ec.tar.bz2 kde-ca702143071ed7c1bd30aa6552d9801ee8ce16ec.zip | |
app-misc/francis: new package, add 9999
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/kde/pull/1010
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | app-misc/francis/francis-9999.ebuild | 29 | ||||
| -rw-r--r-- | app-misc/francis/metadata.xml | 12 |
2 files changed, 41 insertions, 0 deletions
diff --git a/app-misc/francis/francis-9999.ebuild b/app-misc/francis/francis-9999.ebuild new file mode 100644 index 00000000000..bc625899267 --- /dev/null +++ b/app-misc/francis/francis-9999.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="" + +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 00000000000..8f43415f94e --- /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>kde@gentoo.org</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> |
