summaryrefslogtreecommitdiff
path: root/kde-apps/kcalc
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-07-10 10:22:59 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-10 10:22:59 +0200
commit187fe8bfe721fcacedb8ddf77a061f81daaec224 (patch)
tree36b310dab24d20718671fffa063c1158556014e6 /kde-apps/kcalc
parenta82b9314175edd5caab414460c27502e84c92fc6 (diff)
downloadkde-187fe8bfe721fcacedb8ddf77a061f81daaec224.tar.gz
kde-187fe8bfe721fcacedb8ddf77a061f81daaec224.tar.bz2
kde-187fe8bfe721fcacedb8ddf77a061f81daaec224.zip
kde-apps: Add KDE Applications 18.04.3
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'kde-apps/kcalc')
-rw-r--r--kde-apps/kcalc/Manifest1
-rw-r--r--kde-apps/kcalc/kcalc-18.04.3.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-apps/kcalc/Manifest b/kde-apps/kcalc/Manifest
new file mode 100644
index 00000000000..fedcc74f3c4
--- /dev/null
+++ b/kde-apps/kcalc/Manifest
@@ -0,0 +1 @@
+DIST kcalc-18.04.3.tar.xz 362048 BLAKE2B 4e07d5236bb807705c4fc7617c7422269812187255277046911011b801310034ef1783e90273732e1bdef241d5b4fd024d58e42f5c57218e9797c9b7c9afd6b4 SHA512 372f0e2660836108c405e9aa48a07f042a86ec8c66f43a7ba4a64c5ac1da561b3ead94f7c9e496ec270826813c77e21144b12b720f6a3872a3c49859bb637c83
diff --git a/kde-apps/kcalc/kcalc-18.04.3.ebuild b/kde-apps/kcalc/kcalc-18.04.3.ebuild
new file mode 100644
index 00000000000..2877d5cef5c
--- /dev/null
+++ b/kde-apps/kcalc/kcalc-18.04.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="KDE calculator"
+HOMEPAGE="https://www.kde.org/applications/utilities/kcalc
+https://utils.kde.org/projects/kcalc/"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(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=
+"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+"