diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-07 14:34:58 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-07 14:36:38 +0100 |
commit | c1941078fbe8744f0710332dee5705d3a95a800b (patch) | |
tree | 2fbace875e510011c2845a85071b60cf371926d5 /kde-apps/kturtle | |
parent | app-emulation/xen-tools: drop old (diff) | |
download | gentoo-c1941078fbe8744f0710332dee5705d3a95a800b.tar.gz gentoo-c1941078fbe8744f0710332dee5705d3a95a800b.tar.bz2 gentoo-c1941078fbe8744f0710332dee5705d3a95a800b.zip |
kde-apps: Add KDE Applications 18.12.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kturtle')
-rw-r--r-- | kde-apps/kturtle/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kturtle/kturtle-18.12.3.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-apps/kturtle/Manifest b/kde-apps/kturtle/Manifest index c7434b05892d..fc1b93896d88 100644 --- a/kde-apps/kturtle/Manifest +++ b/kde-apps/kturtle/Manifest @@ -1,2 +1,3 @@ DIST kturtle-18.08.3.tar.xz 1608276 BLAKE2B 4ab93cae322fbd4ef8dc6d314a3ccf760eb5efcbbc86058046dcaeab34a0c0686bc23eb9f35cd9885a8a852afa00ad32da259a20e5b95e35e08c32f4d4c620ba SHA512 061cc40fab9a99d65cbe20ea6ad65ca37da3df51773224a6a4f6339b3d4bca3ce4bc49b77c88a78e17c6dcb52f01e82d303babb106519cb23a0af5e2d1678d2c DIST kturtle-18.12.2.tar.xz 1560772 BLAKE2B 37c0a1b2a0ee5edbe7ce00f1cf852fec19035a3a5b262f3b40a5f116173ddfce6f809a3157f8035d2094a0763c80c12744183faebc36c12be026468a8d08b7f1 SHA512 c8a352732972ee51e8fc796465354776ee5d4646dedd2768301e7a04526301bb8ee0f36b45107a1729b87fc3c99d6a68aa97043088b2252de14347f432669b2d +DIST kturtle-18.12.3.tar.xz 1560696 BLAKE2B 04532d1452f6400f8e0d3ec385f93a559e41f62c40eaae6b455f45b33e8643615f70671dc2f2b78e83c93e14a6677c249cbbcfe374a3876e1ce3f6a33168f894 SHA512 3244d1c691f2d7c0625cb35b426dc40d7fc112e741af0dda6abdbfba53a36eed199c3cd9b7f60c078b232f903572a112958988cc677fa989dbd51ce3c8bb85f0 diff --git a/kde-apps/kturtle/kturtle-18.12.3.ebuild b/kde-apps/kturtle/kturtle-18.12.3.ebuild new file mode 100644 index 000000000000..5dcd55a08a3f --- /dev/null +++ b/kde-apps/kturtle/kturtle-18.12.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Educational programming environment using the Logo programming language" +HOMEPAGE="https://www.kde.org/applications/education/kturtle https://edu.kde.org/kturtle/" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(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) +" +RDEPEND="${DEPEND}" |