aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-10 15:23:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-10 19:46:10 +0100
commit4bb5cca9620909164ae5423a32ca5a4391444980 (patch)
tree9148c4961c491add2a942efa28a2a7d3f54d9b0c /kde-apps/parley/parley-18.12.49.9999.ebuild
parentkde-frameworks: Drop KDE Frameworks 5.52.0 (diff)
downloadkde-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/parley/parley-18.12.49.9999.ebuild')
-rw-r--r--kde-apps/parley/parley-18.12.49.9999.ebuild47
1 files changed, 47 insertions, 0 deletions
diff --git a/kde-apps/parley/parley-18.12.49.9999.ebuild b/kde-apps/parley/parley-18.12.49.9999.ebuild
new file mode 100644
index 0000000000..cd2cfb75cc
--- /dev/null
+++ b/kde-apps/parley/parley-18.12.49.9999.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_DOC_DIR="docs"
+inherit kde5
+
+DESCRIPTION="A vocabulary trainer to help you memorize things"
+HOMEPAGE="https://www.kde.org/applications/education/parley
+https://edu.kde.org/applications/school/parley"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(add_kdeapps_dep libkeduvocdocument)
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep khtml)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kross)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep sonnet)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtconcurrent)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtmultimedia)
+ $(add_qt_dep qtsvg)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtwebengine 'widgets')
+ dev-libs/libxml2:2
+ dev-libs/libxslt
+"
+RDEPEND="${DEPEND}
+ $(add_kdeapps_dep kdeedu-data)
+"