forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-apps/kcalc: 21.11.90 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST kcalc-21.08.3.tar.xz 379348 BLAKE2B 6d497ab54fd72cbb53a6b8025fab9d958135fe9bf11635519c55801ab8801839805f8af41c0dbb4bf91db7417f547184d7a2fdaff48bd781908873d8eb6007ba SHA512 d9fa03aabd471de4052cbf70209420634f1fdb18b533c55207b1a363b14e77a0078ccdf42515c5c2c49c5f87c4d230a041ebc8fb7739874721b83caccf83a0b3 | ||
DIST kcalc-21.11.90.tar.xz 383980 BLAKE2B 61078892788bf4adb382d141cef1275da35641008bf732a878e8cdc79c3120cd562363866df92ebc6cfd8a4e018be42174a535fab5694001534c64b73c5dea93 SHA512 8a63df3e09d3aa23b6b400ffe807382aaf8d48c222698ca1d1c81d75bc974691609dfac9167692168b487aa0aee98d72fac8d9c81695b2853fd68de6007d959b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="optional" | ||
ECM_TEST="true" | ||
KFMIN=5.88.0 | ||
QTMIN=5.15.2 | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="KDE calculator" | ||
HOMEPAGE="https://apps.kde.org/kcalc/ https://utils.kde.org/projects/kcalc/" | ||
|
||
LICENSE="GPL-2" # TODO: CHECK | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
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/knotifications-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND}" | ||
BDEPEND="sys-devel/gettext" |