diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-06 22:15:03 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-06 22:19:20 +0100 |
| commit | c02f3e966ea7501b958d37e2edac86594a47faf0 (patch) | |
| tree | ff69369770957c17f9b175c91ba6ea658d4c9326 /kde-frameworks/syntax-highlighting/syntax-highlighting-5.100.0.ebuild | |
| parent | cf1c061f9b13936d117b662568e77c3e5f4e3f69 (diff) | |
| download | kde-c02f3e966ea7501b958d37e2edac86594a47faf0.tar.gz kde-c02f3e966ea7501b958d37e2edac86594a47faf0.tar.bz2 kde-c02f3e966ea7501b958d37e2edac86594a47faf0.zip | |
kde-frameworks/syntax-highlighting: 5.100.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syntax-highlighting/syntax-highlighting-5.100.0.ebuild')
| -rw-r--r-- | kde-frameworks/syntax-highlighting/syntax-highlighting-5.100.0.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.100.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.100.0.ebuild new file mode 100644 index 00000000000..1cb111a4cf4 --- /dev/null +++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.100.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="forceoptional" +QTMIN=5.15.5 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework for syntax highlighting" +LICENSE="MIT" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="nls" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtxmlpatterns-${QTMIN}:5 +" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-lang/perl + nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) +" + +src_install() { + ecm_src_install + dobin "${BUILD_DIR}"/bin/katehighlightingindexer +} |
