Skip to content

Commit

Permalink
kde-frameworks/ktexteditor: 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 5104835 commit 1b53643
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/ktexteditor/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST ktexteditor-5.77.0.tar.xz 2353716 BLAKE2B 90d98b046daf540c9ea873af819e2c02594b6d9190cb2b719d742a255ecf586392b47700de635f2a91df59e396166702490d562ec22e445adad75c4f35404107 SHA512 b07968b33bfb790516470a9ebc5f282fa6318589ce33db5d7e25c68c344fecc5ff98a45f28479b81518ab193db0f880f46372c6e00224fd9744551f8a0f19297
DIST ktexteditor-5.79.0.tar.xz 2370312 BLAKE2B e772e2b93442309ab9f41cfaf68d130032f163242b039ae05ee525a2605d210202bd70744778ec1527a8176627bb09027ff8811c662c23850d8ef96b7cc24fdc SHA512 baeed1d7df37eaf6542e9218c1316c7eae6d65c0865340e4adf4e3d75bbe2ae3be640d7ec7d3d4e2379c522c5964e214a4ea710407e4f6fabb0d80b1dc8b2375
DIST ktexteditor-5.80.0.tar.xz 2375112 BLAKE2B d052677f8a3b81b39f95958f48b7fc899a1c6591c327a852dfbe40269062a2876cf199f7679712ce1d612b2bc13f8e79f0379ca0600c1d5e2ecf12ed3d03620b SHA512 c6065e3e4c0f2bb59dd043109b3fbc2282e82b3d023011fe726693728257e6d9061cbd07fc23e97de5a73bfac9832b5065c0bbdd8be3f5d187788f6957753820
59 changes: 59 additions & 0 deletions kde-frameworks/ktexteditor/ktexteditor-5.80.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

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

DESCRIPTION="Framework providing a full text editor component"

LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="+editorconfig git"

RESTRICT+=" test"

BDEPEND="
test? ( >=kde-frameworks/kservice-${PVCUT}:5 )
"
DEPEND="
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtprintsupport-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtxml-${QTMIN}:5
=kde-frameworks/karchive-${PVCUT}*:5
=kde-frameworks/kauth-${PVCUT}*:5
=kde-frameworks/kcodecs-${PVCUT}*:5
=kde-frameworks/kcompletion-${PVCUT}*:5
=kde-frameworks/kconfig-${PVCUT}*:5
=kde-frameworks/kconfigwidgets-${PVCUT}*:5
=kde-frameworks/kcoreaddons-${PVCUT}*:5
=kde-frameworks/kguiaddons-${PVCUT}*:5
=kde-frameworks/ki18n-${PVCUT}*:5
=kde-frameworks/kiconthemes-${PVCUT}*:5
=kde-frameworks/kio-${PVCUT}*:5
=kde-frameworks/kitemviews-${PVCUT}*:5
=kde-frameworks/kjobwidgets-${PVCUT}*:5
=kde-frameworks/kparts-${PVCUT}*:5
=kde-frameworks/ktextwidgets-${PVCUT}*:5
=kde-frameworks/kwidgetsaddons-${PVCUT}*:5
=kde-frameworks/kxmlgui-${PVCUT}*:5
=kde-frameworks/sonnet-${PVCUT}*:5
=kde-frameworks/syntax-highlighting-${PVCUT}*:5
editorconfig? ( app-text/editorconfig-core-c )
git? ( dev-libs/libgit2:= )
"
RDEPEND="${DEPEND}"

src_configure() {
local mycmakeargs=(
$(cmake_use_find_package editorconfig EditorConfig)
$(cmake_use_find_package git LibGit2)
)

ecm_src_configure
}

0 comments on commit 1b53643

Please sign in to comment.