summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-03-04 13:42:16 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-03-04 13:42:16 +0100
commit36f4cf21c5c093c38dafa8ed605ce65b0148c137 (patch)
tree6982dc406ed6c1d9029df81926b433a0b3d2b6c1 /kde-frameworks/syntax-highlighting
parent489f838f8f102ba7d363e158d40ac77d4529ab5a (diff)
downloadkde-36f4cf21c5c093c38dafa8ed605ce65b0148c137.tar.gz
kde-36f4cf21c5c093c38dafa8ed605ce65b0148c137.tar.bz2
kde-36f4cf21c5c093c38dafa8ed605ce65b0148c137.zip
kde-frameworks/syntax-highlighting: 5.104.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/Manifest1
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.104.0.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
new file mode 100644
index 00000000000..04870bc831c
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.104.0.tar.xz 3390532 BLAKE2B 6a828ecc18fa47d81e7a936100600a2ae67381ecd0a327c7f62a9cca1cee8906eb693a97db708219460a3dd4a5358572f0ad86941ff641b51d099a0c994223ca SHA512 4d79046feb2e12d1799f37c2d2a8f7f91ac43e3e716cb302690d9edbb17242c0fd7d69a91e765e3210fd32480cd055c88545eb73605dfbf63958ea6da9822cd1
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.104.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.104.0.ebuild
new file mode 100644
index 00000000000..13b13eb12b6
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.104.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 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=""
+
+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
+ >=dev-qt/linguist-tools-${QTMIN}:5
+"
+
+src_install() {
+ ecm_src_install
+ dobin "${BUILD_DIR}"/bin/katehighlightingindexer
+}