summaryrefslogtreecommitdiff
path: root/kde-apps/kfloppy
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-11-13 12:38:18 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-11-15 00:04:06 +0100
commit059b10973a547b7b020db3df38c236c45cae3c5a (patch)
tree0cfa96f7cbdc5b8e077f86e42c62fc5855c2a4f5 /kde-apps/kfloppy
parente680da3ffb163044b394aeb678fae02b85fe5856 (diff)
downloadkde-059b10973a547b7b020db3df38c236c45cae3c5a.tar.gz
kde-059b10973a547b7b020db3df38c236c45cae3c5a.tar.bz2
kde-059b10973a547b7b020db3df38c236c45cae3c5a.zip
kde-apps/kfloppy: Add 22.12 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kfloppy')
-rw-r--r--kde-apps/kfloppy/kfloppy-22.12.49.9999.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/kfloppy/kfloppy-22.12.49.9999.ebuild b/kde-apps/kfloppy/kfloppy-22.12.49.9999.ebuild
new file mode 100644
index 00000000000..8bdbc015875
--- /dev/null
+++ b/kde-apps/kfloppy/kfloppy-22.12.49.9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.98.0
+QTMIN=5.15.5
+inherit ecm gear.kde.org
+
+DESCRIPTION="Straightforward graphical means to format 3.5\" and 5.25\" floppy disks"
+HOMEPAGE="https://apps.kde.org/kfloppy/
+https://utils.kde.org/projects/kfloppy/"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kcompletion-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"