diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-14 23:14:45 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-14 23:25:03 +0100 |
commit | 576fc933c81aa6e526d87290af95e8e898e70ecb (patch) | |
tree | 73f9a202bcb454043dbb6b731d9b56ed4c5f49eb /kde-apps/kmplot | |
parent | dev-haskell/stack-bin: bump up to 1.6.1 (diff) | |
download | gentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.tar.gz gentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.tar.bz2 gentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.zip |
kde-apps: Add KDE Applications 17.12.0
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'kde-apps/kmplot')
-rw-r--r-- | kde-apps/kmplot/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kmplot/kmplot-17.12.0.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/kmplot/Manifest b/kde-apps/kmplot/Manifest index 58636f605969..44f8a649da3c 100644 --- a/kde-apps/kmplot/Manifest +++ b/kde-apps/kmplot/Manifest @@ -1 +1,2 @@ DIST kmplot-17.08.3.tar.xz 3024380 BLAKE2B 660e4d606617ed45d46610263afbaf61d9c38a14c54379035a532b82d5b8ab19a6ad8bcc885a9f7f55d1a026e0b51aad6e9e4e8d56ad21025bb1267b55c0993f SHA512 1244e73479bbc9ab2f565ac0e195a53683469f6c5e73664093bb3463e20eec13dd7cb3d880d40127bbf79541da150238aea7754a23a1183d816fa4255c4f921a +DIST kmplot-17.12.0.tar.xz 3024752 BLAKE2B add7c635228ab12211ec6c43539b90cec0d3dc7cd90a5c9dda9bb9a8c02194892caf1b83f49e9ff7e652483cd7e162b9deb0cad902cbe5503c329437efa41245 SHA512 49410ea7c451b2f03aa42cc9fcc64d73295978dc5c9e813cffda95d00ad97af3e808a2b6b73920f835a993a4337f7b7cc44bed2bdc92e9e1077909a1c1baefcf diff --git a/kde-apps/kmplot/kmplot-17.12.0.ebuild b/kde-apps/kmplot/kmplot-17.12.0.ebuild new file mode 100644 index 000000000000..b1552a6dc169 --- /dev/null +++ b/kde-apps/kmplot/kmplot-17.12.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Mathematical function plotter" +HOMEPAGE="https://www.kde.org/applications/education/kmplot https://edu.kde.org/kmplot" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" |