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/kmag | |
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/kmag')
-rw-r--r-- | kde-apps/kmag/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kmag/kmag-19.04.0.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-apps/kmag/Manifest b/kde-apps/kmag/Manifest index 1f5964407d52..6ca2375ec8ed 100644 --- a/kde-apps/kmag/Manifest +++ b/kde-apps/kmag/Manifest @@ -1 +1,2 @@ DIST kmag-18.12.3.tar.xz 628976 BLAKE2B 7031b6eee4d28ae9e878c438ee104c22f8531275611072361edbdcd2a2164d3f5c589daeecdf60d208f3ac29499079968642c22fcf34a25860b551d714048025 SHA512 7339513c36e20e8d7182c916428564bdd43f140430df0f053d0b6891c217608b6cf1f9adc15e0e11f689b2f26d4238b9f66d2b1c64cc2d0b0620f3a34509205e +DIST kmag-19.04.0.tar.xz 740072 BLAKE2B ad49999ae6f5325f6916db408de3f97dd4cc936f08c45806d40cda43bff26693bd19a516a1112d01d22b4c0743114883503a413276f00b779e82773a8b9c544f SHA512 07c13bf724945d9c5fb68a8f78ea88b6aecd64d217bb46708b1352378aefc9d76ddc4f51c5e3e66c0000a4b7c867ef5d3620ad4a063f9bcc6172d474c7f6a0da diff --git a/kde-apps/kmag/kmag-19.04.0.ebuild b/kde-apps/kmag/kmag-19.04.0.ebuild new file mode 100644 index 000000000000..6392c7721e80 --- /dev/null +++ b/kde-apps/kmag/kmag-19.04.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE screen magnifier" +HOMEPAGE="https://kde.org/applications/utilities/kmag/" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="keyboardfocus" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + keyboardfocus? ( >=media-libs/libqaccessibilityclient-0.4:5 ) +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package keyboardfocus QAccessibilityClient) + ) + + kde5_src_configure +} |