diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-18 12:40:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-18 16:29:37 +0200 |
commit | 77996f0bd46af757187d387e251f25fdf21a33f8 (patch) | |
tree | 18c9cc45de05d82b4e08b5966b62d51dc802872e /kde-apps/kcalc | |
parent | www-client/opera-beta: Old (diff) | |
download | gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.gz gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.bz2 gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.zip |
kde-apps: Add KDE Applications 19.04.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kcalc')
-rw-r--r-- | kde-apps/kcalc/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kcalc/kcalc-19.04.0.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/kcalc/Manifest b/kde-apps/kcalc/Manifest index 48788695c95a..d8e28794d5fa 100644 --- a/kde-apps/kcalc/Manifest +++ b/kde-apps/kcalc/Manifest @@ -1 +1,2 @@ DIST kcalc-18.12.3.tar.xz 362728 BLAKE2B 34635f499348321aa6ae57a7520620b7a28536cea7841855591ae83340ca4993effeba2de75008c73c581d379eae3a53f317a8d0552bf15f582b881e7d1c5f49 SHA512 be4d7fd59f3ce6c63426a4aad4a388e4123397ab06c44441213754ec6e935217859c5960cfaf76ed0537400f51c35a74a6413a6c2bbe3466d045ea6ccd7ea45f +DIST kcalc-19.04.0.tar.xz 366360 BLAKE2B 954559cb2c386420999bee91bf7d2983f6a1fe060e729930aa20cdb5199338d7db0b2b70b55184686f38b652aebe7326eb848d29dab91e14b87426b6e6f2976c SHA512 ff33b7d7055ed957fa3092fdb3f85069eb10c5594a6e952d96bd7a3eb9480d4e4a1234c1ef8b0a0e3ab2bed4e56f4970954d60ccd30b1ddbea6904f1ab65132c diff --git a/kde-apps/kcalc/kcalc-19.04.0.ebuild b/kde-apps/kcalc/kcalc-19.04.0.ebuild new file mode 100644 index 000000000000..2cdb3b489ccf --- /dev/null +++ b/kde-apps/kcalc/kcalc-19.04.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="KDE calculator" +HOMEPAGE="https://kde.org/applications/utilities/kcalc +https://utils.kde.org/projects/kcalc/" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +BDEPEND=" + sys-devel/gettext +" +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kinit) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + dev-libs/gmp:0= +" +RDEPEND="${DEPEND}" |