Skip to content

Commit

Permalink
kde-frameworks/ktextwidgets: 5.80.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Mar 13, 2021
1 parent 1b53643 commit 62efd3a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/ktextwidgets/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST ktextwidgets-5.77.0.tar.xz 324432 BLAKE2B d8141e2d63bc25cde9f35f0c4f2c5f30fbbb6c740badb4c7f684a085ae4ac2c8edbb6de652f16eb248be7c85c59d7e6018668e167f478a1e8e5d70cfd524ecbd SHA512 e7de1e69f2b9c9dee428d877788cbfe13d628cf555d552ca1b95f37c6a12c0519383426d5c81011a774c006c5f2c1b6ab617c4e686946e9369eb9315715a5307
DIST ktextwidgets-5.79.0.tar.xz 324816 BLAKE2B 40c8935e78e4ed7e4526add42b3941d9cd3eccffd8da8702c8959fb4b596ce2451d9ee0b763d13a51a26569b3f255d9c8091d6b66bf6d2f83f688dbb23f0ff71 SHA512 40785ee4f136b8b14773c00f2812061918de885cfc345ad1e8fb5c94fa9b72adf2af236ebd5593d2d94a9e5483f085efcb008f0e3558bb25256e2bb48151c10e
DIST ktextwidgets-5.80.0.tar.xz 325772 BLAKE2B 59723c843df16c555d9897651622cb4117f1b070da98a53ca47684cda5e494a2ffe5d21b7fd87f867298453d56c3661beab294cf0a3763db4a6f8e6a540a9dbe SHA512 38ffbf83eb40b9756e2393ec30670d524462f212fc15b0615b2ef9cdc046ca17f30cefa904bda2fa630fe94fd1e771a76e50abd9bbb5c84ace171544520e5266
38 changes: 38 additions & 0 deletions kde-frameworks/ktextwidgets/ktextwidgets-5.80.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

ECM_DESIGNERPLUGIN="true"
PVCUT=$(ver_cut 1-2)
QTMIN=5.15.2
VIRTUALX_REQUIRED="test"
inherit ecm kde.org

DESCRIPTION="Framework providing an assortment of widgets for displaying and editing text"
LICENSE="LGPL-2+ LGPL-2.1+"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="speech"

DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
=kde-frameworks/kcompletion-${PVCUT}*:5
=kde-frameworks/kconfig-${PVCUT}*:5
=kde-frameworks/kconfigwidgets-${PVCUT}*:5
=kde-frameworks/kcoreaddons-${PVCUT}*:5
=kde-frameworks/ki18n-${PVCUT}*:5
=kde-frameworks/kservice-${PVCUT}*:5
=kde-frameworks/kwidgetsaddons-${PVCUT}*:5
=kde-frameworks/sonnet-${PVCUT}*:5
speech? ( >=dev-qt/qtspeech-${QTMIN}:5 )
"
RDEPEND="${DEPEND}"

src_configure() {
local mycmakeargs=(
$(cmake_use_find_package speech Qt5TextToSpeech)
)

ecm_src_configure
}

0 comments on commit 62efd3a

Please sign in to comment.