summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-06 21:10:03 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-06 21:11:17 +0200
commitcace445d5118ee027dc43f829fc50f27d623134c (patch)
tree2dfaad77bd443bf2f28d49d3bcf8c2880aa92ff3 /kde-apps/kbruch
parentdev-util/rbtools: maintainer-needed (diff)
downloadgentoo-cace445d5118ee027dc43f829fc50f27d623134c.tar.gz
gentoo-cace445d5118ee027dc43f829fc50f27d623134c.tar.bz2
gentoo-cace445d5118ee027dc43f829fc50f27d623134c.zip
kde-apps: Add KDE Applications 19.08.1
Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kbruch')
-rw-r--r--kde-apps/kbruch/Manifest1
-rw-r--r--kde-apps/kbruch/kbruch-19.08.1.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-apps/kbruch/Manifest b/kde-apps/kbruch/Manifest
index c2b0933582c6..d0a6e040ec99 100644
--- a/kde-apps/kbruch/Manifest
+++ b/kde-apps/kbruch/Manifest
@@ -1,2 +1,3 @@
DIST kbruch-19.04.3.tar.xz 5600228 BLAKE2B 9bbe20b6680a02583a68ed6be5fd8ecd0a7608b3e636f3c851078bf618cbafe892a79a8b9778cef9b3934102d2627f4c5711964ac87b563ddfd19b4439c7c4e4 SHA512 fecc34e6a829b49396d527d397879d491e746fa261b7d08ce9b2d8f2002278297928ce7070d9139aa919b6bd2630c740c24a2f720430ca24b26c8e9fa19b84c0
DIST kbruch-19.08.0.tar.xz 5604168 BLAKE2B 98a3f3eb9c851b0a10104ebab2456290da66b94af44125bff04edbbe3a850b2514abedafe52a866d411760a436b8f4404af0513624b3b85dba880691bfe9a36d SHA512 da21c2c96dc0949acd9aae14c34d6f38c8daf5df304e00e7bc742fcc009d47689ef53a0f3843f22a6a89f8efa21ccc6a849e7cbd18036d21bafc94f1e77712e1
+DIST kbruch-19.08.1.tar.xz 5604040 BLAKE2B 14f60ecd0e212c684cc7a792576331ec82d285db9b916adfca427baa45299152de46d3a2b9bfc211f199385cfe39d44ada3489007da40e54b81475cf801e8b40 SHA512 d1b88f1765da506fb3a409f6a578cac4afc0a4bb182fbeef7ad96c72b1b35c27314d0906c4acbadabb0ddd81ea77f86a45b1aaa1c00d3f7639ff46c86e2ae510
diff --git a/kde-apps/kbruch/kbruch-19.08.1.ebuild b/kde-apps/kbruch/kbruch-19.08.1.ebuild
new file mode 100644
index 000000000000..a904b1de04f4
--- /dev/null
+++ b/kde-apps/kbruch/kbruch-19.08.1.ebuild
@@ -0,0 +1,24 @@
+# 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 application to learn calculating with fractions"
+HOMEPAGE="https://kde.org/applications/education/kbruch https://edu.kde.org/kbruch/"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}"