diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-04 23:35:11 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-05 00:00:03 +0200 |
| commit | 71d74a801beb2e62d0a410161e53953b881dd753 (patch) | |
| tree | 9ca6a4dfcf25edf9abc57a6388d47b6aa44152db /kde-frameworks/syntax-highlighting | |
| parent | bc914115b7672f78f2161eb648f4054b98bb1028 (diff) | |
| download | kde-71d74a801beb2e62d0a410161e53953b881dd753.tar.gz kde-71d74a801beb2e62d0a410161e53953b881dd753.tar.bz2 kde-71d74a801beb2e62d0a410161e53953b881dd753.zip | |
kde-frameworks/syntax-highlighting: 6.7.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syntax-highlighting')
| -rw-r--r-- | kde-frameworks/syntax-highlighting/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/syntax-highlighting/syntax-highlighting-6.7.0.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest new file mode 100644 index 00000000000..c805d31fe80 --- /dev/null +++ b/kde-frameworks/syntax-highlighting/Manifest @@ -0,0 +1 @@ +DIST syntax-highlighting-6.7.0.tar.xz 3608988 BLAKE2B 422254bbab5825f42b4eb52276e4ca693a5284065c8c1983e0af1df95f99543583034f2a22e79ac22443838816ed0c81136d2067c09a54d3d066981a044a1b22 SHA512 764de790328c0fd6623740701ff3461f85c68e464b09ba63feb26cae8d33180e20a584589a9671662ef2cf8edb683b64cc4417edbb4a0663b7d34e54def5d697 diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-6.7.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.7.0.ebuild new file mode 100644 index 00000000000..808fff1d984 --- /dev/null +++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.7.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="forceoptional" +QTMIN=6.6.2 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework for syntax highlighting" + +LICENSE="MIT" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +# examples: dev-qt/qtbase[printsupport,widgets] +RDEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui,network] + >=dev-qt/qtdeclarative-${QTMIN}:6 +" +DEPEND="${RDEPEND} + dev-libs/xerces-c +" +BDEPEND=" + dev-lang/perl + >=dev-qt/qttools-${QTMIN}:6[linguist] +" |
