diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-18 12:40:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-18 16:29:37 +0200 |
commit | 77996f0bd46af757187d387e251f25fdf21a33f8 (patch) | |
tree | 18c9cc45de05d82b4e08b5966b62d51dc802872e /kde-apps/kbruch | |
parent | www-client/opera-beta: Old (diff) | |
download | gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.gz gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.bz2 gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.zip |
kde-apps: Add KDE Applications 19.04.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kbruch')
-rw-r--r-- | kde-apps/kbruch/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kbruch/kbruch-19.04.0.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-apps/kbruch/Manifest b/kde-apps/kbruch/Manifest index 06c72d685659..1823b6a9b470 100644 --- a/kde-apps/kbruch/Manifest +++ b/kde-apps/kbruch/Manifest @@ -1 +1,2 @@ DIST kbruch-18.12.3.tar.xz 5603852 BLAKE2B 229dba0556d18572294abb7db4fdf925e341efe70e0a0a4a472b4659356f90f243215c5e90a8ef25ddc315f12983b22514e4e37f92f1784b88beb6a2a9771932 SHA512 91375dcebf526b861103573a293a722aa1ce960bedfd2b3ac1ddc606395b84e1c65e1f7532b24789e1c5dc60f0a05e6c73eb26094bfc3810a8898c1ba10c7b56 +DIST kbruch-19.04.0.tar.xz 5603648 BLAKE2B df908eef2e6b9e1a4ea33987580795e6bcf9d40b3b8c7268f92e2d639a0f4b9734712f619d2b764b9956eb8c6e99b2b29744f6fb5e480805c767066e59ac36f7 SHA512 cd7e3cf6ff9f3a3bf88370cb0b562cc212c255259129f94ff5a1b7fac3df18a7fa0831914430a42772b4f51cd2d022fb91df5278939a33e752daa63e7b5de7cd diff --git a/kde-apps/kbruch/kbruch-19.04.0.ebuild b/kde-apps/kbruch/kbruch-19.04.0.ebuild new file mode 100644 index 000000000000..a904b1de04f4 --- /dev/null +++ b/kde-apps/kbruch/kbruch-19.04.0.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}" |