diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-10 15:23:06 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-10 19:46:10 +0100 |
| commit | 4bb5cca9620909164ae5423a32ca5a4391444980 (patch) | |
| tree | 9148c4961c491add2a942efa28a2a7d3f54d9b0c /kde-apps/kcalc | |
| parent | 978f81205098bc8b9ebb0f633c61653d0524f250 (diff) | |
| download | kde-4bb5cca9620909164ae5423a32ca5a4391444980.tar.gz kde-4bb5cca9620909164ae5423a32ca5a4391444980.tar.bz2 kde-4bb5cca9620909164ae5423a32ca5a4391444980.zip | |
kde-apps: Add KDE Applications 18.12 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kcalc')
| -rw-r--r-- | kde-apps/kcalc/kcalc-18.12.49.9999.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/kcalc/kcalc-18.12.49.9999.ebuild b/kde-apps/kcalc/kcalc-18.12.49.9999.ebuild new file mode 100644 index 00000000000..5e481e30535 --- /dev/null +++ b/kde-apps/kcalc/kcalc-18.12.49.9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Authors +# 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 +" |
