summaryrefslogtreecommitdiff
path: root/kde-apps/kcalc
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-05 15:01:40 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-05 15:57:48 +0200
commitc8f03f96ea071fef91febcfd4da547e57571b6c1 (patch)
treed7718ea47bfb7ca045367cc3ded5af6667dcd8da /kde-apps/kcalc
parent5bfc937067cd83790d574f78192fa3d5a3415406 (diff)
downloadkde-c8f03f96ea071fef91febcfd4da547e57571b6c1.tar.gz
kde-c8f03f96ea071fef91febcfd4da547e57571b6c1.tar.bz2
kde-c8f03f96ea071fef91febcfd4da547e57571b6c1.zip
kde-apps: Add KDE Applications 19.03.90
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/Manifest1
-rw-r--r--kde-apps/kcalc/kcalc-19.03.90.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/kcalc/Manifest b/kde-apps/kcalc/Manifest
index bb05df13453..6737c8eadc2 100644
--- a/kde-apps/kcalc/Manifest
+++ b/kde-apps/kcalc/Manifest
@@ -1 +1,2 @@
DIST kcalc-19.03.80.tar.xz 366452 BLAKE2B b3c920ee6ca58e13872473597d9222e0b286d591371d9311d1acd35944d7a6bf88397cba4aae834887eae260322a60633667ac24d9bd578eff09709f8ba60543 SHA512 94797c07f64dc58c3c9e2e25977025b9766fb4365e889bf9c503e4f0aec0d226443f3b0c756cd25ef8e0c23b2a9a41cd6ad5d9c4dc3185840ffaffaf4ad490e2
+DIST kcalc-19.03.90.tar.xz 366492 BLAKE2B d2f35d1e3b8460f54be2a3d9a8eed0b738cd31c8cdf6de054b460d3bc160213c759e14597dbdfa23da029b6f230c489835e48e6956537786b0fb30084fd0ce5f SHA512 a7e89d6da697dff8a5dd744dd888ef2e17c0aea00de459828563b618b68ab572817f405fc1cc212989987f619beafa7b6ecf3a8a8a6e7ad1ff22c8aba8a7ff34
diff --git a/kde-apps/kcalc/kcalc-19.03.90.ebuild b/kde-apps/kcalc/kcalc-19.03.90.ebuild
new file mode 100644
index 00000000000..2cdb3b489cc
--- /dev/null
+++ b/kde-apps/kcalc/kcalc-19.03.90.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}"