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/kbruch
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/kbruch')
-rw-r--r--kde-apps/kbruch/Manifest1
-rw-r--r--kde-apps/kbruch/kbruch-17.12.0.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-apps/kbruch/Manifest b/kde-apps/kbruch/Manifest
index 2c5c06c61487..433e6a981b6d 100644
--- a/kde-apps/kbruch/Manifest
+++ b/kde-apps/kbruch/Manifest
@@ -1 +1,2 @@
DIST kbruch-17.08.3.tar.xz 5601140 BLAKE2B 9ca35db68c26df61b098d9c04232c611c7dab8e84c63927f49d094c334b357d8f0b689077754ddb98a441e268161dbb6a0301bb2b12cce9e201a563eff19f1a5 SHA512 2a55f007b272463de5bb59ec2bf7b6efe3e33320f9373f7b14fd4f738b8831718720a6e451988b04dc364f39c4706484a413ff2ba35826afcf1c8ae94507142f
+DIST kbruch-17.12.0.tar.xz 5601004 BLAKE2B 000b4d512160193e510dcc25f9ea72a82efcbc870b29f37e5111d59b3d8a1d3e69e706d152d3ba157c4bdb41db841e4e44083c83c7331627815cb94da8094d2d SHA512 911b0b0c97fc0ec3c86c8b307938906c65ff7b69952c4cf3fa543401399006cb71ad3576d8a56c1f5d0e7812977e0814cf66dcd8361e8155a02278eba7b5e001
diff --git a/kde-apps/kbruch/kbruch-17.12.0.ebuild b/kde-apps/kbruch/kbruch-17.12.0.ebuild
new file mode 100644
index 000000000000..884e1782ed87
--- /dev/null
+++ b/kde-apps/kbruch/kbruch-17.12.0.ebuild
@@ -0,0 +1,24 @@
+# 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 application to learn calculating with fractions"
+HOMEPAGE="https://www.kde.org/applications/education/kbruch https://edu.kde.org/kbruch"
+KEYWORDS="~amd64 ~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}"