summaryrefslogtreecommitdiff
path: root/kde-apps/kcalc
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-03-20 01:33:05 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-03-20 01:33:05 +0100
commit5271f1982472b3ca7a41ad3d7784f8295eed55f3 (patch)
tree4e654e7ee61957141350ed95552f0ab60380f8c1 /kde-apps/kcalc
parenta687975eb087cd808ba6f87df9e5aa760d60a221 (diff)
downloadkde-5271f1982472b3ca7a41ad3d7784f8295eed55f3.tar.gz
kde-5271f1982472b3ca7a41ad3d7784f8295eed55f3.tar.bz2
kde-5271f1982472b3ca7a41ad3d7784f8295eed55f3.zip
kde-apps: Add 17.04 stable branch
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kcalc')
-rw-r--r--kde-apps/kcalc/kcalc-17.04.49.9999.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/kcalc/kcalc-17.04.49.9999.ebuild b/kde-apps/kcalc/kcalc-17.04.49.9999.ebuild
new file mode 100644
index 00000000000..ceddd7b2800
--- /dev/null
+++ b/kde-apps/kcalc/kcalc-17.04.49.9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 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=""
+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
+"