Skip to content

Commit

Permalink
kde-apps/kcalc: 20.08.3 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 5, 2020
1 parent a0611c6 commit 19b9798
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-apps/kcalc/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST kcalc-20.04.3.tar.xz 373484 BLAKE2B cdc2058be158aeec257bacee2b49056eec702ec328e94fb79ef30da91fc526b4bb9afd6312edf46c615acea443c2e9161d15a92fc9987f291bd476a9547147a9 SHA512 dcc6765a8e0341f833e147015d1f6547adbe21eba6fe2bb7233bb717c29bc97115772001a7d7c654297b884ec7cd08373371d26ff60a50d2c4d527ebc0cf538e
DIST kcalc-20.08.2.tar.xz 379272 BLAKE2B 87c80d070c8ad251f61b6aab949b7b66fa2877f5fc07728ae639aabbea68f7e331057a13a410bb6f437e0a9310a61e702d0368117fe524780d9f9302de7c9afb SHA512 bc08e47d1d4355740c3a7fabc152476b593d75601acb8a153e032b5b9342157f155d844d85052b943867f959ba819b918858f953855d49e1d5109b1c89151930
DIST kcalc-20.08.3.tar.xz 379180 BLAKE2B e3d9235b1cbc3aeccf2ddaa4935e0dc106c3c83c73db99c5a13d584a18100966a40cc6f3ec92591d3171c4ea3fb2b8c9ffd95bf5bc789ddda3986916279e0001 SHA512 33f01720ac2b8609f4659d57cc5b9faabc823e6c346833c8bb2d7e233aa91243289619cb6b83208b6b8865a703e68cfb81b327ade2f20d94ff094b79ff3cea52
40 changes: 40 additions & 0 deletions kde-apps/kcalc/kcalc-20.08.3.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

ECM_HANDBOOK="forceoptional"
ECM_TEST="true"
KFMIN=5.74.0
QTMIN=5.15.1
inherit ecm kde.org

DESCRIPTION="KDE calculator"
HOMEPAGE="https://apps.kde.org/en/kcalc https://utils.kde.org/projects/kcalc/"

LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE=""

BDEPEND="
sys-devel/gettext
"
DEPEND="
dev-libs/gmp:0=
dev-libs/mpfr:0=
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtxml-${QTMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/kcrash-${KFMIN}:5
>=kde-frameworks/kguiaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kinit-${KFMIN}:5
>=kde-frameworks/knotifications-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
"
RDEPEND="${DEPEND}"

0 comments on commit 19b9798

Please sign in to comment.