summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-11 17:17:01 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-11 18:14:22 +0100
commit85faab2e366afa6293f3c9781866f04631fc6213 (patch)
tree38279f6f2d8718267d122dfac04798f46f87232c /kde-apps/kcalc
parentprofiles/package.mask: remove obsolete media-radio/wspr entry (diff)
downloadgentoo-85faab2e366afa6293f3c9781866f04631fc6213.tar.gz
gentoo-85faab2e366afa6293f3c9781866f04631fc6213.tar.bz2
gentoo-85faab2e366afa6293f3c9781866f04631fc6213.zip
kde-apps: Add KDE Applications 17.12.1
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'kde-apps/kcalc')
-rw-r--r--kde-apps/kcalc/Manifest1
-rw-r--r--kde-apps/kcalc/kcalc-17.12.1.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-apps/kcalc/Manifest b/kde-apps/kcalc/Manifest
index e0c132cf0e78..a67f9bc63b86 100644
--- a/kde-apps/kcalc/Manifest
+++ b/kde-apps/kcalc/Manifest
@@ -1,2 +1,3 @@
DIST kcalc-17.08.3.tar.xz 360228 BLAKE2B 14fc73f8ade4335f356dde995477bd526c499cd1420a314f53e2fca930f03644d71c8bd1b0ae98b9fffc9bd43c041bd1cf918921c4dbb91f92da76321b1063b0 SHA512 b578fa8fe38034eed09d9be012a824449b75a5d99bcd4eaf96378de444e976534fffc385db4c0209782bfabdbf55b7d9cf3a2a63b836f023adde92782e6a945b
DIST kcalc-17.12.0.tar.xz 360224 BLAKE2B 189798aa204bc7770720b89337474ecab92f0e51bbf0471124fa79899b5cf8135970292781413a10897f42dc86187dd13e9093b46d753e4c3388035e32856530 SHA512 666882f18c3d85c6b72d4d83c54f1ffb93776be8cbddaf1cf62744253f67b5c9803843b0b7c67b4ab66d8675edf1ed20860309573f2ca555c40a69671db990fe
+DIST kcalc-17.12.1.tar.xz 360280 BLAKE2B bc5d43a3082e5027da6c698c45a92b93640863f42bb5c720fbf8d413ba714ee5e9141464b4db0df1d08b7700f1ce4bb589bebca031cae330de1a24c2d7db218b SHA512 36aa3e39ffc64a6e829e077a8705e6afbcb8f570ccca7b612b0b204140e87d07b3fb57a3b59921fcf72f425810cda9a5b2a1d52b4804662f5489add565f7e859
diff --git a/kde-apps/kcalc/kcalc-17.12.1.ebuild b/kde-apps/kcalc/kcalc-17.12.1.ebuild
new file mode 100644
index 000000000000..2877d5cef5ce
--- /dev/null
+++ b/kde-apps/kcalc/kcalc-17.12.1.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
+"