Skip to content

Commit

Permalink
kde-frameworks/syntax-highlighting: 5.79.1 version bump
Browse files Browse the repository at this point in the history
See also: https://mail.kde.org/pipermail/release-team/2021-February/012224.html

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Feb 16, 2021
1 parent 6782d9b commit 05445b0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/syntax-highlighting/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ DIST syntax-highlighting-5.77.0-bash-zsh-fixes.patch.xz 91824 BLAKE2B 4d201e62ae
DIST syntax-highlighting-5.77.0-bash-zsh-fixes.tar.xz 95008 BLAKE2B 9fe2a2121687070f176633334ddb853f4d34ab6a5dbdff69f081d8a79785dfb1b989feb564f6a7304a6c008e4a79df8091e3e89b3afe6c5f8e6b1ead676f7bfe SHA512 e2ea8caeb75f8cf2b98060f44d39db4019cdca9b318dc7d34b538fb98659a8f98b0771a89ddaf57d35f9a33e9643dabf4eb16ce218538f1680df4e306640bdfc
DIST syntax-highlighting-5.77.0.tar.xz 2145120 BLAKE2B de91836509fd6264fe0b79f1a7153c4d581913870ec207bd4d69ce24c5d00d92e49ebc70d147715a732626805cf68045be6490ff6ae7e199454c53a4c82ec2dd SHA512 057e9be24608cd856ee8aea355ddc63da9a11d50c388ae303e1f34cdf3a7ac99c592de51e0f04fa2254246ad796ced5029117b22ca71420b6089139d827a31b9
DIST syntax-highlighting-5.79.0.tar.xz 2260708 BLAKE2B b5992ee73b12c15c8a2cabfdd421f51a0489ed6a4e47b0097ac76d3679e25c15aafa272abb0ecc0e74ac5612aa85e7f1f665527a66b02688cec9d1cc9d501858 SHA512 272c526b27da2acbdef04b4535c66aff36531221f9e7a8d0781fb8b066b4ce331e6ff31170065dbddcf9812856cf6bb531a7486dc6faf82854653f00bb5a46c9
DIST syntax-highlighting-5.79.1.tar.xz 2263840 BLAKE2B 654b4eaa7369bafa2c9dbc72acf88c19c86827f1a3926c093caea72d538bcdb32cdf6d5d4f71080c9ebf3482f865693bb6d4d257b2fb55945f0489e05f389dca SHA512 50c44c2040458c3e330ad9ec6956b0bb55fb88a3936e46ed758e5bf1f38efaa051304db80e26dea65a1b7ebf61b2144a06aa2ad89d5708ba346afa663b44bb1b
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

ECM_TEST="forceoptional"
QTMIN=5.15.2
inherit ecm kde.org

DESCRIPTION="Framework for syntax highlighting"
LICENSE="MIT"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="nls"

BDEPEND="
dev-lang/perl
nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
"
DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtnetwork-${QTMIN}:5
>=dev-qt/qtxmlpatterns-${QTMIN}:5
"
RDEPEND="${DEPEND}"

src_install() {
ecm_src_install
dobin "${BUILD_DIR}"/bin/katehighlightingindexer
}

0 comments on commit 05445b0

Please sign in to comment.