forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-apps/kpimtextedit: 21.04.2 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST kpimtextedit-20.12.3.tar.xz 201292 BLAKE2B ec0e0e1b22f2f061ce7bb21dd26ba7015cb85f1cee39af8d4ebc62bcb92a06ece7a803c4a865b3fba0b0f9b501c274651e53ef2b63d83dfff0835886cf68cb29 SHA512 8a62f79e909d4d434766151b5a53f024252fd6feca94bead809ed5f2a5b81a544563bff15afdcc3c9b280ba51e7f96bd643b490d88c0e28dd7fa378168cb1469 | ||
DIST kpimtextedit-21.04.1.tar.xz 205092 BLAKE2B aeabee8c9b2aeeedf7a3b4610f8d78420cff94fe808b53afd28fbc27789405c7fd84623dcbde94961894409b3ebabc91e371c9583452890ff1c9a2952a6d5147 SHA512 6475cc99dce82830cec7277358383701b470abc3fe2748c0407c0982fe5da9cbfa624b397296949f656f321077cab8e6ee96fbb3ba82a6d04090ea7c2af76d1d | ||
DIST kpimtextedit-21.04.2.tar.xz 206064 BLAKE2B bf327425d98e9435c8adcb4e53892a63ea9e7395d93c5d6d74f2fbb2b0259f7754f3ea43f6c6ec65bd1b6c68aec9e28f60fab1bbe40947fda8df0a2894b58b6f SHA512 a7c5a6c21046be9fb9407f385c7082d3418be7f19511d5e5dc35fbbe76d08573d3e6533399566e204bb91af1bfc5cd51ae7de8fa6ce73ba8231450babbb8649d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
ECM_DESIGNERPLUGIN="true" | ||
ECM_TEST="true" | ||
KFMIN=5.80.0 | ||
QTMIN=5.15.2 | ||
VIRTUALX_REQUIRED="test" | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Extended text editor for PIM applications" | ||
|
||
LICENSE="LGPL-2.1+" | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" | ||
IUSE="" | ||
|
||
RESTRICT+=" test" | ||
|
||
RDEPEND=" | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtspeech-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-frameworks/kcompletion-${KFMIN}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kiconthemes-${KFMIN}:5 | ||
>=kde-frameworks/kio-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
>=kde-frameworks/sonnet-${KFMIN}:5 | ||
>=kde-frameworks/syntax-highlighting-${KFMIN}:5 | ||
" | ||
DEPEND="${RDEPEND} | ||
test? ( >=kde-frameworks/ktextwidgets-${KFMIN}:5 ) | ||
" |