summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-14 23:14:45 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-14 23:25:03 +0100
commit576fc933c81aa6e526d87290af95e8e898e70ecb (patch)
tree73f9a202bcb454043dbb6b731d9b56ed4c5f49eb /kde-apps/kturtle
parentdev-haskell/stack-bin: bump up to 1.6.1 (diff)
downloadgentoo-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/kturtle')
-rw-r--r--kde-apps/kturtle/Manifest1
-rw-r--r--kde-apps/kturtle/kturtle-17.12.0.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-apps/kturtle/Manifest b/kde-apps/kturtle/Manifest
index 312cb6b6b4ff..007900194410 100644
--- a/kde-apps/kturtle/Manifest
+++ b/kde-apps/kturtle/Manifest
@@ -1 +1,2 @@
DIST kturtle-17.08.3.tar.xz 1608652 BLAKE2B 3ab59b2af19bfc55679eb9713cd62a02944e0cec6da8e6382aea56f642e438f1d3db1b9d35bf28cd3f27187fbb78db0b317d4bc146f233422eb637c96651a1ba SHA512 b0b67efe41aebe5d30e7b5a85215190b3d5bcb550f7045d11bdb2032ba27039d14cbecbf8e8d9e09011dfb23557fffe79130ea3b29e1f3c5db08e295b66db6ea
+DIST kturtle-17.12.0.tar.xz 1608728 BLAKE2B 91ace1d93439723f542e585863292f5010d8d0108a78a64fddd74df30af1abd40adf4f7e6bb7de5c2bf306ac7a8ec105438058fb76c0690fd7c1b56874b85fbc SHA512 d04fe2c0bcf165dccc23b4371687708a985ae617fea10ed79e656d8a0e56ca37778536bb684b6f58ea90812cb1b48e12f2f390ddbbdb39fb42d9989fdbdca48f
diff --git a/kde-apps/kturtle/kturtle-17.12.0.ebuild b/kde-apps/kturtle/kturtle-17.12.0.ebuild
new file mode 100644
index 000000000000..8ad2afa6a2e4
--- /dev/null
+++ b/kde-apps/kturtle/kturtle-17.12.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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 ~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}"