Skip to content

Commit

Permalink
kde-apps/kfloppy: 21.11.90 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Nov 29, 2021
1 parent 2aa1c55 commit 49cdf31
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-apps/kfloppy/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST kfloppy-21.08.3.tar.xz 211072 BLAKE2B d42f45a190bbb0af6e729e2a4361c4df94c2da7f475046d4fbc043043e6653d353e84342800405ff110b3119384d882a594c5a712ab35b5dcafd5be1a088a96d SHA512 78c56acbbe552adcc8802c27dfbaf64d61deb845c654b52316d760dd9bdee9c58baed3089a1af80ea01ac6eac6d02cf8a0579da6a124462f2266ed57dfe1b7d5
DIST kfloppy-21.11.90.tar.xz 213784 BLAKE2B 682a031ca756e2c522eb29c9963afabcbae2762aa11a1862b5b8a6108a7cc6e11d1fd07deb5392a9ac73cb2a89e4201f964d45da3d6109d3aab3442ab6a01298 SHA512 1ae60f487db55daf3124fee6b6d36307bb46f4f3ded3e247a323347b59d1acd59268e72095fec14be7e9cb1a3981443ab4eb04b0eadc3746fad6d01f1e3eb433
33 changes: 33 additions & 0 deletions kde-apps/kfloppy/kfloppy-21.11.90.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

ECM_HANDBOOK="forceoptional"
KFMIN=5.88.0
QTMIN=5.15.2
inherit ecm 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="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
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}"

0 comments on commit 49cdf31

Please sign in to comment.